Skip to content
Snippets Groups Projects
Commit a2d8044e authored by Spyros Argyropoulos's avatar Spyros Argyropoulos
Browse files

Update documentation [skip modfiles]

parent 5ff8d283
No related branches found
No related tags found
1 merge request!189Dsid spalazzo 500016 fix ci
Pipeline #1343793 skipped
...@@ -18,8 +18,8 @@ ATLMCPROD-XXX ...@@ -18,8 +18,8 @@ ATLMCPROD-XXX
- [ ] All the items in the "Checklist for requesters" have been completed successfully - [ ] All the items in the "Checklist for requesters" have been completed successfully
- [ ] The pipeline has run and the status is green - [ ] The pipeline has run and the status is green
- [ ] CI jobs have not been skipped (if jobs have been skipped, confirmation from the PMG conveners is necessary before merging) - [ ] CI jobs have not been skipped (if jobs have been skipped, the requesters should provide a reason for skipping and confirmation from the PMG conveners is necessary before merging)
- [ ] Look at the output of the `run_athena` pipeline and make sure that it has run **for all DSIDS added to the commit**. If it's not the case, confirmation from the PMG conveners is necessary before merging - [ ] Look at the output of the `run_athena` pipeline and make sure that it has run **for one of the DSIDs added to the commit**. If it's not the case, confirmation from the PMG conveners is necessary before merging
- [ ] Check that no `log.generate.short` files are included in the commit to be merged to master. If such files are present, it indicates that something went wrong in the pipeline. Check the job logs and contact the package maintainers if needed. - [ ] Check that no `log.generate.short` files are included in the commit to be merged to master. If such files are present, it indicates that something went wrong in the pipeline. Check the job logs and contact the package maintainers if needed.
/label ~jobOptions /label ~jobOptions
......
...@@ -52,6 +52,9 @@ To skip certain CI jobs run the commit script adding the `-m="[skip X],[skip Y]" ...@@ -52,6 +52,9 @@ To skip certain CI jobs run the commit script adding the `-m="[skip X],[skip Y]"
./scripts/commit_new_dsid.sh -d=DSID1,DSID2,... -m="[skip modfiles],[skip athena]" ./scripts/commit_new_dsid.sh -d=DSID1,DSID2,... -m="[skip modfiles],[skip athena]"
``` ```
**Nota bene: Using the default gitlab rules to skip all pipelines, like `[skip ci]`, has the same effect as a failed pipeline, i.e. it leads to a merge request which cannot be merged according to the new gitlab policy for pipelines!**.
The only way to skip all pipelines is to add `[skip all]` in the commit message, however this is reserved for expert users only and associated MRs will need approval from the PMG conveners.
# Accepting a MR with new jobOptions # Accepting a MR with new jobOptions
Before accepting a MR make sure that all the items below have been completed successfully: Before accepting a MR make sure that all the items below have been completed successfully:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment