summaryrefslogtreecommitdiff
path: root/tcwg-update-llvmbot-containers.sh
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@linaro.org>2021-04-14 10:22:39 +0100
committerDavid Spickett <david.spickett@linaro.org>2021-04-26 10:08:12 +0000
commit4635551e1bf686dbb714197c31d57caf7b9ba716 (patch)
tree10dbf7667160dd285c511f66e8925b43c319b4e4 /tcwg-update-llvmbot-containers.sh
parentb01bbf19a6bdf9a1925142a5194a926cd7fd487e (diff)
tcwg-update-llvmbot-containers.sh: Document number of Buildkite bots
1 bot per config limits the total build time to 1x the slowest bot's build time. Change-Id: I9bf67a4675ac4bc4dc3a46a7227f34a835106310
Diffstat (limited to 'tcwg-update-llvmbot-containers.sh')
-rwxr-xr-xtcwg-update-llvmbot-containers.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/tcwg-update-llvmbot-containers.sh b/tcwg-update-llvmbot-containers.sh
index 5b272d87..561d542d 100755
--- a/tcwg-update-llvmbot-containers.sh
+++ b/tcwg-update-llvmbot-containers.sh
@@ -44,15 +44,19 @@ case "$NODE_NAME:$master" in
;;
tcwg-amp-05:buildkite)
bots=(
+ # 1 bot per AArch64 config to limit the
+ # total build time to 1x the slowest config
linaro-aarch64-libcxx-01
linaro-aarch64-libcxx-02
)
;;
tcwg-amp-06:buildkite)
bots=(
- # These can all build any v7/8 config
- # 4 because there's 4 combinations
+ # These can all build any v7/8 config.
+ # 4 because there's 4 combinations.
# exceptions/no exceptions armv7/armv8
+ # 1 bot per config limits total build
+ # time to 1x the slowest bot.
linaro-armv8-libcxx-01
linaro-armv8-libcxx-02
linaro-armv8-libcxx-03