summaryrefslogtreecommitdiff
path: root/tcwg-update-llvmbot-containers.sh
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@linaro.org>2021-02-15 14:47:31 +0000
committerDavid Spickett <david.spickett@linaro.org>2021-02-16 15:56:05 +0000
commitfe08cf7ec69e1d19ae61821fc35d6be53b2e5030 (patch)
tree0a4b0b52f5de92049728cfa9e51ab087282a8d5d /tcwg-update-llvmbot-containers.sh
parentc9faad46f173b3332454a7aec64cc6e8ac926ad4 (diff)
tcwg-update-llvmbot-containers.sh: Add buildkite bot for AArch64 libcxx
This duplicates the existing buildbot agent as buildkite. (this duplicate will end up with the docker name "buildkite-linaro-aarch64-libcxlibcxx", so this is safe to do) This allows us to measure the performance of the buildkite bot running on buildbot machines without removing the current bot. Once the buildkite build is below a time acceptable for pre-commit testing we can remove the buildbot bot. Change-Id: Iff374e30376a0ca5af1d49ed9b49c7191a896e49
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 68fbdcdb..e7fb92be 100755
--- a/tcwg-update-llvmbot-containers.sh
+++ b/tcwg-update-llvmbot-containers.sh
@@ -55,6 +55,11 @@ case "$NODE_NAME:$master" in
linaro-armv7-quick
)
;;
+ tcwg-llvmbot_d05-01:buildkite)
+ bots=(
+ linaro-aarch64-libcxx
+ )
+ ;;
tcwg-llvmbot_tk1-*:normal)
bots=("$(echo "$NODE_NAME" | sed -e "s/tcwg-llvmbot_/linaro-/")")
;;