CIAO: Add [inherit] rule to [trigger_job]
What
Implements the inherit rule in CIAO, as described in https://docs.gitlab.com/ee/ci/yaml/index.html#inherit.
The default sub-rule is not (yet ?) implemented, because it's not needed by the Tezos CI.
This rule is included in the trigger_job rule.
Why
It will be required for jobs that triggers child pipeline and needs to exclude (or include) variables in the child.
Such a use case is implemented in the follow-up MR !15901 (merged)
How
Manually testing the MR
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
Edited by Bruno B