Rebuild packages when version.sh or manifest is updated
What
We witnessed a problem:
#26 209.0 [ERROR] The compilation of conf-libssl.4 failed at "pkg-config --print-errors --exists openssl"
Why
This error was a consequence of !15793 (diffs) that was merged a day before.
the CI should have detected this problem earlier.
How
I add version.sh and manifest/**/*.ml in the changeset for rpm, debian and homebrew packages
to force these child pipeline in the merge_train pipeline before merging.
Manually testing the MR
Introduce a change in the version.sh file and check if the pipelines are automatically triggered.
Checklist
-
Document the interface of any function added or modified (see the coding guidelines) -
Document any change to the user interface, including configuration parameters (see node configuration) -
Provide automatic testing (see the testing guide). -
For new features and bug fixes, add an item in the appropriate changelog ( docs/protocols/alpha.rstfor the protocol and the environment,CHANGES.rstat the root of the repository for everything else). -
Select suitable reviewers using the Reviewersfield below. -
Select as Assigneethe next person who should take action on that MR