summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@linaro.org>2021-07-30 10:51:05 +0100
committerDavid Spickett <david.spickett@linaro.org>2021-07-30 10:51:05 +0100
commitc57d4b7a11a3e5812fe274fa4320e39b5a4814fb (patch)
tree02dcd499ae52b0e91d30b6cb281423a09d4a2b0f
parent5754beef84d82fe0dbd96231441b597d927b0c2f (diff)
tcwg-update-llvmbot-containers.sh: Move buildkite bots back to Jade-04
This goes in tandem with a change to how we start them. Over in tcwg-llvmbot/start.sh I've assigned 8 core cpusets to each one, so the fact that the machine has 160 cores won't be visible to the containers. Change-Id: I46b92f9a89b46f1d0073ee818cd82f2339d61587
-rwxr-xr-xtcwg-update-llvmbot-containers.sh13
1 files changed, 4 insertions, 9 deletions
diff --git a/tcwg-update-llvmbot-containers.sh b/tcwg-update-llvmbot-containers.sh
index 2eeb38a2..839d4856 100755
--- a/tcwg-update-llvmbot-containers.sh
+++ b/tcwg-update-llvmbot-containers.sh
@@ -30,21 +30,16 @@ case "$NODE_NAME:$master" in
linaro-lldb-aarch64-ubuntu
)
;;
- tcwg-amp-05:buildkite)
+ tcwg-jade-04:buildkite)
bots=(
- # 1 bot per AArch64 config to limit the
- # total build time to 1x the slowest config
+ # 1 bot per config to limit the
+ # total build time to 1x the slowest config.
+ # aarch64 exceptions/no-exceptions
linaro-aarch64-libcxx-01
linaro-aarch64-libcxx-02
- )
- ;;
- tcwg-amp-06:buildkite)
- bots=(
# These can all build any v7/8 config.
# 4 because there's 4 combinations.
# exceptions/no exceptions armv7/armv8
- # 1 bot per config limits total build
- # time to 1x the slowest bot.
linaro-armv8-libcxx-01
linaro-armv8-libcxx-02
linaro-armv8-libcxx-03