From 0df7e1c1098761e4531b1981aca5b4fc22ed473e Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Wed, 4 Apr 2018 09:58:28 -0500 Subject: [PATCH] ci: Increase number of build slaves to 5 To try and improve CI builds related to pull requests lets bump up the number of build slaves to 5 to increase throughput. Signed-off-by: Kumar Gala --- .shippable.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.shippable.yml b/.shippable.yml index 6302af3dfaf..2b3ce19d751 100644 --- a/.shippable.yml +++ b/.shippable.yml @@ -9,13 +9,14 @@ env: - SANITYCHECK_OPTIONS_RETRY="${SANITYCHECK_OPTIONS} --only-failed --outdir=out-2nd-pass" - ZEPHYR_SDK_INSTALL_DIR=/opt/sdk/zephyr-sdk-0.9.2 - ZEPHYR_TOOLCHAIN_VARIANT=zephyr - - MATRIX_BUILDS="4" - - MATRIX_BUILDS_EXTRA="4" + - MATRIX_BUILDS="5" + - MATRIX_BUILDS_EXTRA="5" matrix: - MATRIX_BUILD="1" - MATRIX_BUILD="2" - MATRIX_BUILD="3" - MATRIX_BUILD="4" + - MATRIX_BUILD="5" build: cache: true @@ -36,7 +37,7 @@ build: - source zephyr-env.sh - ccache -c -s --max-size=2000M - > - if [ "$MATRIX_BUILD" = "4" -a "$IS_PULL_REQUEST" = "true" ]; then + if [ "$MATRIX_BUILD" = "5" -a "$IS_PULL_REQUEST" = "true" ]; then export COMMIT_RANGE=origin/${PULL_REQUEST_BASE_BRANCH}..HEAD echo "Building a Pull Request"; echo "- Building Documentation";