CI: monorepo-isation: make octez jobs depend on src/, prefix octez job names
Context
-
Make octez-related CI jobs depend on changes in
src/ -
Prefix octez-related CI jobs with
oc.(job names starting with a dot keep the dot as the 1st character:.xx->.oc.xx) -
Additional pipelines showing the effects of this MR:
- MR !10850 (closed): on top of this, but with a dummy change to
src/ - MR !10851 (closed): on top of this, but with a dummy change to
.gitlab-ci.yml - MR !10852 (closed): on top of this, but with a dummy change to
docs/
- MR !10850 (closed): on top of this, but with a dummy change to
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 Philippe Wang