ci: Increase number of build slaves to 7
Since builds have drastically increased in time, we end up timing out CI if we have a larger number of tests to build. Try bumping up the number of slaves to 7 and see if that helps. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
4add83c5e2
commit
0b48df350f
1 changed files with 5 additions and 3 deletions
|
@ -9,14 +9,16 @@ env:
|
|||
- SANITYCHECK_OPTIONS_RETRY="${SANITYCHECK_OPTIONS} --only-failed --outdir=out-2nd-pass"
|
||||
- ZEPHYR_SDK_INSTALL_DIR=/opt/sdk/zephyr-sdk-0.9.3
|
||||
- ZEPHYR_TOOLCHAIN_VARIANT=zephyr
|
||||
- MATRIX_BUILDS="5"
|
||||
- MATRIX_BUILDS_EXTRA="5"
|
||||
- MATRIX_BUILDS="7"
|
||||
- MATRIX_BUILDS_EXTRA="7"
|
||||
matrix:
|
||||
- MATRIX_BUILD="1"
|
||||
- MATRIX_BUILD="2"
|
||||
- MATRIX_BUILD="3"
|
||||
- MATRIX_BUILD="4"
|
||||
- MATRIX_BUILD="5"
|
||||
- MATRIX_BUILD="6"
|
||||
- MATRIX_BUILD="7"
|
||||
|
||||
build:
|
||||
cache: true
|
||||
|
@ -37,7 +39,7 @@ build:
|
|||
- source zephyr-env.sh
|
||||
- ccache -c -s --max-size=5000M
|
||||
- >
|
||||
if [ "$MATRIX_BUILD" = "5" -a "$IS_PULL_REQUEST" = "true" ]; then
|
||||
if [ "$MATRIX_BUILD" = "7" -a "$IS_PULL_REQUEST" = "true" ]; then
|
||||
export COMMIT_RANGE=origin/${PULL_REQUEST_BASE_BRANCH}..HEAD
|
||||
echo "Building a Pull Request";
|
||||
echo "- Building Documentation";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue