Skip to content

Commit

Permalink
[Libc][AMDGPU] Reduce number of tests for speed up
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jplehr committed Nov 13, 2024
1 parent 0aa5605 commit 74cdaf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot/osuosl/master/config/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -1940,7 +1940,7 @@
"-DTEST_SUITE_SOLLVEVV_OFFLOADING_CFLAGS=-fopenmp;-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa;-march=gfx906",
"-DTEST_SUITE_SOLLVEVV_OFFLOADING_LDLAGS=-fopenmp;-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa;-march=gfx906",
],
add_lit_checks=["check-clang", "check-llvm", "check-lld", "check-offload", "check-libc-amdgcn-amd-amdhsa"]
add_lit_checks=["check-offload", "check-libc-amdgcn-amd-amdhsa"]
)},

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

0 comments on commit 74cdaf2

Please sign in to comment.