Skip to content

Skip athena running for CC7 releases

Spyros Argyropoulos requested to merge fixAthena into master

Changes introduced

Do not write out log.generate.short if release >= 21.6.51, since CC7 image is not yet available in our CI.

Tests

Using files from !811 (merged)

Using log files with 21.6.53

./scripts/commit_new_dsid.sh -d=100000 -m="test" --dry-run
INFO: will use following remote for pushing: origin
Will use branch: dsid_sargyrop_100000...
Will create new branch: dsid_sargyrop_100000
Checking jO consistency and DSID ranges ...

		Will move 100xxx/100000 to 500xxx/500563
New DSID directory: 100xxx/100000 ...
	OK: log.generate file found.
	OK: log.generate file contains no errors
	OK: CI job expected to last less than 1h - time estimate: 0.01 hours
	Release 21653 used. Cannot run athena in CI with CC7 so removing log.generate.short file
	Will now add files to git commit
		File: 100xxx/100000/log.generate cannot be added to the commit. Skipping.
		Will add: 100xxx/100000/mc.MGPy8_ttbar_dilepton_dim6top_single.py

(log.generate.short has been removed so it's not identified as a file to be added)

Hacking release to be 21.6.50

./scripts/commit_new_dsid.sh -d=100000 -m="test" --dry-run  
INFO: will use following remote for pushing: origin
Will use branch: dsid_sargyrop_100000...
Will create new branch: dsid_sargyrop_100000
Checking jO consistency and DSID ranges ...
		Will move 100xxx/100000 to 500xxx/500563
New DSID directory: 100xxx/100000 ...
	OK: log.generate file found.
	OK: log.generate file contains no errors
	OK: CI job expected to last less than 1h - time estimate: 0.01 hours
	Will now add files to git commit
		File: 100xxx/100000/log.generate cannot be added to the commit. Skipping.
		Will add: 100xxx/100000/log.generate.short
		Will add: 100xxx/100000/mc.MGPy8_ttbar_dilepton_dim6top_single.py

Issues related

#130 (closed)

Edited by Spyros Argyropoulos

Merge request reports