summaryrefslogtreecommitdiff
path: root/tcwg-update-llvmbot-containers.sh
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@linaro.org>2021-07-29 12:17:21 +0100
committerDavid Spickett <david.spickett@linaro.org>2021-07-29 11:23:09 +0000
commitec981d37ffa9bd838d0292a11dd61f9b79411e8b (patch)
tree83d9ad63ca72d782e744791eec142a0ead134324 /tcwg-update-llvmbot-containers.sh
parent4eb079aaf3c2c270ed944072aa458d9998cc57b8 (diff)
tcwg-update-llvmbot-containers.sh: Move buildkite bots to Jade 04
These should be getting the same amount of CPUs as they were on AMP so I'm going to take the risk that they're flaky on Jade. Easy to move them back if so. Change-Id: Ic6178d7c6ae51490e6ddfc528ee251ab78caf61a
Diffstat (limited to 'tcwg-update-llvmbot-containers.sh')
-rwxr-xr-xtcwg-update-llvmbot-containers.sh38
1 files changed, 16 insertions, 22 deletions
diff --git a/tcwg-update-llvmbot-containers.sh b/tcwg-update-llvmbot-containers.sh
index 2eeb38a2..2d037241 100755
--- a/tcwg-update-llvmbot-containers.sh
+++ b/tcwg-update-llvmbot-containers.sh
@@ -29,28 +29,6 @@ case "$NODE_NAME:$master" in
linaro-lldb-arm-ubuntu
linaro-lldb-aarch64-ubuntu
)
- ;;
- tcwg-amp-05:buildkite)
- bots=(
- # 1 bot per AArch64 config to limit the
- # total build time to 1x the slowest config
- 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
- linaro-armv8-libcxx-04
- )
- ;;
tcwg-fx-02:normal)
bots=(
linaro-clang-aarch64-sve-vls
@@ -80,6 +58,22 @@ case "$NODE_NAME:$master" in
linaro-flang-aarch64-latest-gcc
)
;;
+ tcwg-jade-04:normal)
+ bots=(
+ # 1 bot per config to limit the
+ # total build time to 1x the slowest config
+ # exceptions/no exceptions AArch64
+ linaro-aarch64-libcxx-01
+ linaro-aarch64-libcxx-02
+ # These can all build any v7/8 config.
+ # 4 because there's 4 combinations.
+ # exceptions/no exceptions armv7/armv8
+ linaro-armv8-libcxx-01
+ linaro-armv8-libcxx-02
+ linaro-armv8-libcxx-03
+ linaro-armv8-libcxx-04
+ )
+ ;;
tcwg-llvmbot_tk1-09:silent)
# Connect linaro-tk1-09 to silent buildmaster to test its stability
bots=("$(echo "$NODE_NAME" | sed -e "s/tcwg-llvmbot_/linaro-/")")