summaryrefslogtreecommitdiff
path: root/tcwg-update-llvmbot-containers.sh
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@linaro.org>2021-03-05 11:47:31 +0000
committerDavid Spickett <david.spickett@linaro.org>2021-03-05 12:02:46 +0000
commit548cf38e5fc4c06d8d3a09b6efaadc144c8ccc63 (patch)
treedf7e502cbe0406321f4a3eea1e57fd52c0e12304 /tcwg-update-llvmbot-containers.sh
parent9136df5becd2c2bded73a10633a507a65908a4e1 (diff)
tcwg-update-llvmbot-containers.sh: Run two more libcxx bots on amp-06
These will add capactity to handle the armv7 configs. Ideally we'd want to build and test on v7 hardware but I don't want that to delay removing the existing buildbots. So for now these agents will report as "armv8l" and buildkite will use any of them for any v7/v8 config. Later we can find some v7 hardware and I'll rename them to reflect that. Change-Id: I2819c37ea9eb7dd6d73fa875386bfd5026a4b035
Diffstat (limited to 'tcwg-update-llvmbot-containers.sh')
-rwxr-xr-xtcwg-update-llvmbot-containers.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tcwg-update-llvmbot-containers.sh b/tcwg-update-llvmbot-containers.sh
index 1903936e..4cd28256 100755
--- a/tcwg-update-llvmbot-containers.sh
+++ b/tcwg-update-llvmbot-containers.sh
@@ -50,8 +50,13 @@ case "$NODE_NAME:$master" in
;;
tcwg-amp-06:buildkite)
bots=(
+ # 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_d05-01:normal)