Skip to content

Commit 35c77f9

Browse files
authored
[CUDA] Add libc and offload to the depends_on_projects (#247)
Now that CUDA bots run libc-on-GPU tests, we want to trigger the tests on libc and offload changes, too.
1 parent d2ece8a commit 35c77f9

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2509,6 +2509,9 @@
25092509
'builddir': "clang-cuda-l4",
25102510
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
25112511
script="/buildbot/cuda-build",
2512+
depends_on_projects=['llvm', 'clang', 'compiler-rt',
2513+
'libc', 'libcxx', 'libcxxabi',
2514+
'libunwind', 'lld', 'offload'],
25122515
checkout_llvm_sources=False)},
25132516

25142517
{'name' : "clang-cuda-p4",
@@ -2517,6 +2520,9 @@
25172520
'builddir': "clang-cuda-p4",
25182521
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
25192522
script="/buildbot/cuda-build",
2523+
depends_on_projects=['llvm', 'clang', 'compiler-rt',
2524+
'libc', 'libcxx', 'libcxxabi',
2525+
'libunwind', 'lld', 'offload'],
25202526
checkout_llvm_sources=False)},
25212527

25222528
{'name' : "clang-cuda-t4",
@@ -2525,9 +2531,12 @@
25252531
'builddir': "clang-cuda-t4",
25262532
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
25272533
script="/buildbot/cuda-build",
2534+
depends_on_projects=['llvm', 'clang', 'compiler-rt',
2535+
'libc', 'libcxx', 'libcxxabi',
2536+
'libunwind', 'lld', 'offload'],
25282537
checkout_llvm_sources=False)},
2529-
# HIP builders.
25302538

2539+
# HIP builders.
25312540
{'name' : "clang-hip-vega20",
25322541
'tags' : ["clang"],
25332542
'workernames' : ["hip-vega20-0"],

0 commit comments

Comments
 (0)