summaryrefslogtreecommitdiff
path: root/tcwg-update-llvmbot-containers.sh
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@linaro.org>2021-05-12 11:30:20 +0100
committerDavid Spickett <david.spickett@linaro.org>2021-05-12 11:33:56 +0100
commit2745b736200108e4065af1d22483a415bdcb3b95 (patch)
tree3d7b838247c7d5aeb2f5bc24703a2673dd13d387 /tcwg-update-llvmbot-containers.sh
parent8effb339e595881804625d282d6ce41eb1e827ac (diff)
tcwg-update-llvmbot-containers.sh: Test a single libcxx bot on jade
A potential config for libcxx is: 3x on APM machines 2x on same machine as lldb bots 1x on jade This will test whether that 1x on Jade would be stable with regard to timing sensitive tests. I'm removing the rest of the v8 test bots so I get multiple v7/v8 builds for a single buildkite job. Saves me hitting rebuild a bunch. Change-Id: I951c1db51487038cd9c9d47367cdaf2a7283d17a
Diffstat (limited to 'tcwg-update-llvmbot-containers.sh')
-rwxr-xr-xtcwg-update-llvmbot-containers.sh10
1 files changed, 1 insertions, 9 deletions
diff --git a/tcwg-update-llvmbot-containers.sh b/tcwg-update-llvmbot-containers.sh
index 143883dc..7de537db 100755
--- a/tcwg-update-llvmbot-containers.sh
+++ b/tcwg-update-llvmbot-containers.sh
@@ -68,19 +68,11 @@ case "$NODE_NAME:$master" in
linaro-aarch64-libcxx-01-test
)
;;
- tcwg-apm-02:buildkite)
- bots=(
- linaro-armv8-libcxx-01-test
- )
- ;;
tcwg-jade-01:buildkite)
bots=(
# Load testing libcxx precommit
# Not used in production precommit
- linaro-aarch64-libcxx-02-test
- linaro-armv8-libcxx-02-test
- linaro-armv8-libcxx-03-test
- linaro-armv8-libcxx-04-test
+ linaro-armv8-libcxx-01-test
)
;;
tcwg-jade-01:normal)