From 5754beef84d82fe0dbd96231441b597d927b0c2f Mon Sep 17 00:00:00 2001 From: David Spickett Date: Thu, 29 Jul 2021 17:26:32 +0100 Subject: Revert "tcwg-update-llvmbot-containers.sh: Move buildkite bots to Jade 04" This reverts commit ec981d37ffa9bd838d0292a11dd61f9b79411e8b. Mutex timing tests are flakey and likey need a lit thread limit. Moving back to AMP until I can do that tomorrow. Change-Id: Ia6e2f05c6ff84a446fe34424a41d37ae6939a02b --- tcwg-update-llvmbot-containers.sh | 37 +++++++++++++++++++++---------------- 1 file changed, 21 insertions(+), 16 deletions(-) diff --git a/tcwg-update-llvmbot-containers.sh b/tcwg-update-llvmbot-containers.sh index c59220c9..2eeb38a2 100755 --- a/tcwg-update-llvmbot-containers.sh +++ b/tcwg-update-llvmbot-containers.sh @@ -30,6 +30,27 @@ case "$NODE_NAME:$master" in 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 @@ -59,22 +80,6 @@ case "$NODE_NAME:$master" in linaro-flang-aarch64-latest-gcc ) ;; - tcwg-jade-04:buildkite) - 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-/")") -- cgit v1.2.3