Skip to content

Commit 0c59f2e

Browse files
authored
Update cleanup-cmssdt
1 parent a693300 commit 0c59f2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: cleanup-cmssdt

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ done
2626

2727
RUNS_TO_KEEP=1
2828
#Keep $JOBS_TO_KEEP of these with RUNS_TO_KEEP
29-
for type in "" $(PYTHONPATH=${CMS_BOT_DIR} python3 -c 'from process_pr import EXTRA_RELVALS_TESTS;print(" ".join([x.upper().replace("-","_") for x in EXTRA_RELVALS_TESTS if x]))') ; do
29+
EXTRA_RELVAL_TESTS=$(PYTHONPATH=${CMS_BOT_DIR} python3 -c 'from process_pr import EXTRA_RELVALS_TESTS;print(" ".join([x.upper().replace("-","_") for x in EXTRA_RELVALS_TESTS if x]))')
30+
for type in "" ${EXTRA_RELVAL_TESTS} ; do
3031
dir=baseLineComparisons${type}
3132
[ -d ${JENKINS_ARTIFACTS}/$dir ] || continue
3233
DIRS_PROCESSED="${DIRS_PROCESSED} ${dir}"

0 commit comments

Comments
 (0)