Skip to content

Commit

Permalink
Make clang-cuda-* builders silent till the issue with random false ne…
Browse files Browse the repository at this point in the history
…gative builds gets resolved.

See #215 for more details.
  • Loading branch information
gkistanova committed Jun 26, 2024
1 parent 3abee03 commit fe9aa6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildbot/osuosl/master/config/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -2494,23 +2494,23 @@
# CUDA builders.

{'name' : "clang-cuda-l4",
'tags' : ["clang"],
'tags' : ["clang", "silent"],
'workernames' : ["cuda-l4-0"],
'builddir': "clang-cuda-l4",
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
script="/buildbot/cuda-build",
checkout_llvm_sources=False)},

{'name' : "clang-cuda-p4",
'tags' : ["clang"],
'tags' : ["clang", "silent"],
'workernames' : ["cuda-p4-0"],
'builddir': "clang-cuda-p4",
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
script="/buildbot/cuda-build",
checkout_llvm_sources=False)},

{'name' : "clang-cuda-t4",
'tags' : ["clang"],
'tags' : ["clang", "silent"],
'workernames' : ["cuda-t4-0"],
'builddir': "clang-cuda-t4",
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
Expand Down

0 comments on commit fe9aa6c

Please sign in to comment.