Merge remote-tracking branch 'origin/topic/timw/increase-ci-hardware-limits'

* origin/topic/timw/increase-ci-hardware-limits:
  Update Cirrus memory limits to avoid timeouts when building
This commit is contained in:
Arne Welzel 2023-03-30 09:37:18 +02:00
commit 04a2ee7220

View file

@ -8,7 +8,7 @@
cpus: &CPUS 4 cpus: &CPUS 4
btest_jobs: &BTEST_JOBS 4 btest_jobs: &BTEST_JOBS 4
btest_retries: &BTEST_RETRIES 2 btest_retries: &BTEST_RETRIES 2
memory: &MEMORY 12GB memory: &MEMORY 16GB
config: &CONFIG --build-type=release --disable-broker-tests --prefix=$CIRRUS_WORKING_DIR/install --ccache config: &CONFIG --build-type=release --disable-broker-tests --prefix=$CIRRUS_WORKING_DIR/install --ccache
static_config: &STATIC_CONFIG --build-type=release --disable-broker-tests --enable-static-broker --enable-static-binpac --prefix=$CIRRUS_WORKING_DIR/install --ccache static_config: &STATIC_CONFIG --build-type=release --disable-broker-tests --enable-static-broker --enable-static-binpac --prefix=$CIRRUS_WORKING_DIR/install --ccache