Skip to content

Commit fe9aa6c

Browse files
committed
Make clang-cuda-* builders silent till the issue with random false negative builds gets resolved.
See #215 for more details.
1 parent 3abee03 commit fe9aa6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2494,23 +2494,23 @@
24942494
# CUDA builders.
24952495

24962496
{'name' : "clang-cuda-l4",
2497-
'tags' : ["clang"],
2497+
'tags' : ["clang", "silent"],
24982498
'workernames' : ["cuda-l4-0"],
24992499
'builddir': "clang-cuda-l4",
25002500
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
25012501
script="/buildbot/cuda-build",
25022502
checkout_llvm_sources=False)},
25032503

25042504
{'name' : "clang-cuda-p4",
2505-
'tags' : ["clang"],
2505+
'tags' : ["clang", "silent"],
25062506
'workernames' : ["cuda-p4-0"],
25072507
'builddir': "clang-cuda-p4",
25082508
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
25092509
script="/buildbot/cuda-build",
25102510
checkout_llvm_sources=False)},
25112511

25122512
{'name' : "clang-cuda-t4",
2513-
'tags' : ["clang"],
2513+
'tags' : ["clang", "silent"],
25142514
'workernames' : ["cuda-t4-0"],
25152515
'builddir': "clang-cuda-t4",
25162516
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(

0 commit comments

Comments
 (0)