Skip to content

Commit

Permalink
only add workers
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSpickett committed Nov 20, 2024
1 parent d5ac35f commit 742a46a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions buildbot/osuosl/master/config/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,8 +473,7 @@
# problems sooner rather than later.
{'name' : "clang-aarch64-sve-vla",
'tags' : ["clang"],
'workernames' : ["linaro-g3-01", "linaro-g3-02", "linaro-g3-03", "linaro-g3-04",
"linaro-g4-01", "linaro-g4-02"],
'workernames' : ["linaro-g3-01", "linaro-g3-02", "linaro-g3-03", "linaro-g3-04"],
'builddir': "clang-aarch64-sve-vla",
'factory' : ClangBuilder.getClangCMakeBuildFactory(
clean=False,
Expand All @@ -497,8 +496,7 @@
# AArch64 Clang+LLVM+RT+LLD check-all + flang + test-suite 2-stage w/SVE-Vector-Length-Agnostic
{'name' : "clang-aarch64-sve-vla-2stage",
'tags' : ["clang"],
'workernames' : ["linaro-g3-01", "linaro-g3-02", "linaro-g3-03", "linaro-g3-04",
"linaro-g4-01", "linaro-g4-02"],
'workernames' : ["linaro-g3-01", "linaro-g3-02", "linaro-g3-03", "linaro-g3-04"],
'builddir': "clang-aarch64-sve-vla-2stage",
'factory' : ClangBuilder.getClangCMakeBuildFactory(
clean=True,
Expand Down

0 comments on commit 742a46a

Please sign in to comment.