Skip to content

Commit ad4bd18

Browse files
authored
[Libc][AMDGPU] Reduce number of tests for speed up (#308)
This removes the targets check-clang, check-llvm and check-lld from this bot to give it a little less work and reduce turnaround time. We test these targets in other bots already.
1 parent 84583ff commit ad4bd18

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
@@ -1940,7 +1940,7 @@
19401940
"-DTEST_SUITE_SOLLVEVV_OFFLOADING_CFLAGS=-fopenmp;-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa;-march=gfx906",
19411941
"-DTEST_SUITE_SOLLVEVV_OFFLOADING_LDLAGS=-fopenmp;-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa;-march=gfx906",
19421942
],
1943-
add_lit_checks=["check-clang", "check-llvm", "check-lld", "check-offload", "check-libc-amdgcn-amd-amdhsa"]
1943+
add_lit_checks=["check-offload", "check-libc-amdgcn-amd-amdhsa"]
19441944
)},
19451945

19461946
{'name' : "openmp-offload-amdgpu-clang-flang",

0 commit comments

Comments
 (0)