Skip to content

Commit e229711

Browse files
authored
[AMDGPU] Remove flaky offload tests from builder (#377)
Remove running offload tests on this machine, given that there might be something wrong more fundamentally.
1 parent 325f425 commit e229711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1948,7 +1948,7 @@
19481948
"-DTEST_SUITE_SOLLVEVV_OFFLOADING_CFLAGS=-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa",
19491949
"-DTEST_SUITE_SOLLVEVV_OFFLOADING_LDLAGS=-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa",
19501950
],
1951-
add_lit_checks=["check-clang", "check-llvm", "check-lld", "check-offload"],
1951+
add_lit_checks=["check-clang", "check-llvm", "check-lld"],
19521952
add_openmp_lit_args=["--time-tests", "--timeout 100"],
19531953
)},
19541954

0 commit comments

Comments
 (0)