You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: cleanup-cmssdt
+1-1
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ done
26
26
27
27
RUNS_TO_KEEP=1
28
28
#Keep $JOBS_TO_KEEP of these with RUNS_TO_KEEP
29
-
fortypein""CUDA ROCM$(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
+
fortypein""$(cat "gpu_flavors.txt"| tr '[:lower:]''[:upper:]'| tr '\n''')$(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
echo"COMPARISON${TEST_FLAVOR_STR};RUNNING,Comparison with the ${UC_TEST_FLAVOR} baseline,See results,See results">>${RESULTS_FILE}
267
+
echo"COMPARISON${TEST_FLAVOR_STR};RUNNING,Comparison with the ${UC_TEST_FLAVOR} baseline,See results,/SDT/jenkins-artifacts/${COMP_UPLOAD_DIR}/">>${RESULTS_FILE}
TEST_ERRORS=$(grep -ai 'had errors\|recipe for target'$WORKSPACE/gpuUnitTests/log.txt | sed "s|'||g;s|.*recipe for target *||;s|.*unittests_|---> test |;s| failed$| timeout|"|| true)
GENERAL_ERRORS=`grep -a "ALL_OK"$WORKSPACE/gpuUnitTests/log.txt`||true
31
+
TEST_ERRORS=$(grep -ai 'had errors\|recipe for target'$WORKSPACE/${TEST_FLAVOR}UnitTests/log.txt | sed "s|'||g;s|.*recipe for target *||;s|.*unittests_|---> test |;s| failed$| timeout|"|| true)
0 commit comments