summaryrefslogtreecommitdiff
path: root/tcwg-update-llvmbot-containers.sh
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@linaro.org>2022-07-25 10:45:33 +0100
committerDavid Spickett <david.spickett@linaro.org>2022-07-25 09:50:54 +0000
commit19bd2b3a1bbe3b9af1c1c527de09a8c471a52835 (patch)
treeb461901a4138d6bdc3937378c8107b29fe6f68da /tcwg-update-llvmbot-containers.sh
parent39dd5096c6710690db3b63d3a190c9dcdcec23a6 (diff)
tcwg-update-llvmbot-containers.sh: Move armv8-lld-2stage to silent
This has been failing lld tests with resource errors for a while now. Change-Id: I90e4f04d8b853ffc5767ea30c1afd2df8b62182f
Diffstat (limited to 'tcwg-update-llvmbot-containers.sh')
-rwxr-xr-xtcwg-update-llvmbot-containers.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/tcwg-update-llvmbot-containers.sh b/tcwg-update-llvmbot-containers.sh
index bde7ac86..049c2f47 100755
--- a/tcwg-update-llvmbot-containers.sh
+++ b/tcwg-update-llvmbot-containers.sh
@@ -63,7 +63,7 @@ case "$NODE_NAME:$master" in
linaro-clang-armv7-quick
linaro-clang-armv7-global-isel
linaro-clang-armv7-vfpv3-2stage
- linaro-clang-armv8-lld-2stage
+ #linaro-clang-armv8-lld-2stage
linaro-clang-aarch64-quick
linaro-clang-aarch64-lld-2stage
linaro-clang-aarch64-global-isel
@@ -78,6 +78,12 @@ case "$NODE_NAME:$master" in
linaro-flang-aarch64-latest-gcc
)
;;
+ tcwg-jade-01:silent)
+ bots=(
+ # Silent while lld out of resource errors are fixed.
+ linaro-clang-armv8-lld-2stage
+ )
+ ;;
tcwg-llvmbot_tk1-03:normal)
# 02 is unreachable. Pretend to be 02 so that clang-native-arm-lnt-perf can continue to build.
bots=("linaro-tk1-02")