Skip to content

Commit 4265e41

Browse files
committed
CMPLRTST-15369: Set job number to 1 on ATS
1 parent 99eac46 commit 4265e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm_test_suite_sycl.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ sub do_run
515515
if ( is_ats() ) {
516516
$python = "/usr/bin/python3";
517517
$matrix = "-Dmatrix=1";
518-
$jobset = "";
518+
$jobset = "-j 1";
519519
} elsif ( is_pvc() ) {
520520
$timeset = "--timeout 1800";
521521
$jobset = "";

0 commit comments

Comments
 (0)