Skip to content

Commit c408db1

Browse files
author
WCSim CI
committed
We have some new 'overlap' jobs that we should ensure have been run
1 parent 66c2b44 commit c408db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check_commits.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
print('Taking expected jobs from:', wcsimfile)
4949
with open(wcsimfile) as job:
5050
data = yaml.safe_load(job)
51-
jobs_expected = sorted(data['jobs']['physics']['strategy']['matrix']['physics_job'])
51+
jobs_expected = sorted(data['jobs']['physics']['strategy']['matrix']['physics_job'] + data['jobs']['overlap']['strategy']['matrix']['physics_job'])
5252

5353
#### PRINT STUFF
5454
print()

0 commit comments

Comments
 (0)