summaryrefslogtreecommitdiff
path: root/tcwg-update-llvmbot-containers.sh
diff options
context:
space:
mode:
authorDiana Picus <diana.picus@linaro.org>2022-08-03 11:56:49 +0200
committerDiana Picus <diana.picus@linaro.org>2022-08-03 11:58:21 +0200
commit7718235a1872cf8339bf15b50960ea7707b3d9ba (patch)
tree03c047ac5bc916967145cee9ec5bc91be0816b3c /tcwg-update-llvmbot-containers.sh
parent278e2de6bcbefd0b18e97bba750c806cc787cb90 (diff)
tcwg-update-llvmbot-containers.sh: Move full bot to silent
This is only temporary, while I switch it to run the test-suite with flang. Change-Id: Id522b30bd911e94d7deb519959c684a1c9c23429
Diffstat (limited to 'tcwg-update-llvmbot-containers.sh')
-rwxr-xr-xtcwg-update-llvmbot-containers.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/tcwg-update-llvmbot-containers.sh b/tcwg-update-llvmbot-containers.sh
index ba074b55..84909494 100755
--- a/tcwg-update-llvmbot-containers.sh
+++ b/tcwg-update-llvmbot-containers.sh
@@ -72,7 +72,6 @@ case "$NODE_NAME:$master" in
linaro-clang-aarch64-quick
linaro-clang-aarch64-lld-2stage
linaro-clang-aarch64-global-isel
- linaro-clang-aarch64-full-2stage
linaro-flang-aarch64-dylib
linaro-flang-aarch64-sharedlibs
linaro-flang-aarch64-out-of-tree
@@ -87,6 +86,9 @@ case "$NODE_NAME:$master" in
bots=(
# Silent while lld out of resource errors are fixed.
linaro-clang-armv8-lld-2stage
+
+ # Silent while transitioning to run the test-suite with flang.
+ linaro-clang-aarch64-full-2stage
)
;;
tcwg-llvmbot_tk1-03:normal)