|
2494 | 2494 | # CUDA builders.
|
2495 | 2495 |
|
2496 | 2496 | {'name' : "clang-cuda-l4",
|
2497 |
| - 'tags' : ["clang"], |
| 2497 | + 'tags' : ["clang", "silent"], |
2498 | 2498 | 'workernames' : ["cuda-l4-0"],
|
2499 | 2499 | 'builddir': "clang-cuda-l4",
|
2500 | 2500 | 'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
|
2501 | 2501 | script="/buildbot/cuda-build",
|
2502 | 2502 | checkout_llvm_sources=False)},
|
2503 | 2503 |
|
2504 | 2504 | {'name' : "clang-cuda-p4",
|
2505 |
| - 'tags' : ["clang"], |
| 2505 | + 'tags' : ["clang", "silent"], |
2506 | 2506 | 'workernames' : ["cuda-p4-0"],
|
2507 | 2507 | 'builddir': "clang-cuda-p4",
|
2508 | 2508 | 'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
|
2509 | 2509 | script="/buildbot/cuda-build",
|
2510 | 2510 | checkout_llvm_sources=False)},
|
2511 | 2511 |
|
2512 | 2512 | {'name' : "clang-cuda-t4",
|
2513 |
| - 'tags' : ["clang"], |
| 2513 | + 'tags' : ["clang", "silent"], |
2514 | 2514 | 'workernames' : ["cuda-t4-0"],
|
2515 | 2515 | 'builddir': "clang-cuda-t4",
|
2516 | 2516 | 'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
|
|
0 commit comments