Skip to content

Commit 934a4d5

Browse files
authored
[AMDGPU] Disallow batching in build-only bots (#380)
These should be fast enough to keep up with collapsing disabled.
1 parent 27f2ec4 commit 934a4d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1959,6 +1959,7 @@
19591959
'tags' : ["openmp"],
19601960
'workernames' : ["rocm-docker-ubu-22"],
19611961
'builddir': "amdgpu-offload-ubuntu-22-cmake-build-only",
1962+
'collapseRequests' : False,
19621963
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
19631964
depends_on_projects=["llvm", "clang", "flang", "mlir", "lld", "compiler-rt", "libcxx", "libcxxabi", "openmp", "offload", "libunwind"],
19641965
script="amdgpu-offload-cmake.py",
@@ -1970,6 +1971,7 @@
19701971
'tags' : ["openmp"],
19711972
'workernames' : ["rocm-docker-rhel-9"],
19721973
'builddir': "amdgpu-offload-rhel-9-cmake-build-only",
1974+
'collapseRequests' : False,
19731975
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
19741976
depends_on_projects=["llvm", "clang", "flang", "mlir", "lld", "compiler-rt", "libcxx", "libcxxabi", "openmp", "offload", "libunwind"],
19751977
script="amdgpu-offload-cmake.py",
@@ -1981,6 +1983,7 @@
19811983
'tags' : ["amdgpu", "offload", "openmp"],
19821984
'workernames' : ["rocm-docker-rhel-8"],
19831985
'builddir': "amdgpu-offload-rhel-8-cmake-build-only",
1986+
'collapseRequests' : False,
19841987
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
19851988
depends_on_projects=["llvm", "clang", "flang", "mlir", "lld", "compiler-rt", "libcxx", "libcxxabi", "offload", "openmp", "libunwind"],
19861989
script="amdgpu-offload-cmake.py",

0 commit comments

Comments
 (0)