Skip to content

Restrict test for modified files to DSID directories and common [skip all]

Spyros Argyropoulos requested to merge fix into master

Closes #72 (closed)

The CI will only check for modifications in the DSID directories or in the common directory. Technically a git diff command is executed and filtered to remove anything that is in scripts/modifiable.txt

Committed with [skip all] since scripts/modifiable.txt is not in white list.

https://gitlab.cern.ch/atlas-physics/pmg/mcjoboptions/-/jobs/7035679 an example to show that it works

  • TODO check that it fails for changes in common and DSID
Edited by Spyros Argyropoulos

Merge request reports