diff --git a/.cirrus.yml b/.cirrus.yml index f501f0bc4d..6099a2aff9 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -3,8 +3,8 @@ btest_jobs: &BTEST_JOBS 8 btest_retries: &BTEST_RETRIES 2 memory: &MEMORY 6GB -config: &CONFIG --build-type=release --enable-cpp-tests -memcheck_config: &MEMCHECK_CONFIG --build-type=debug --enable-cpp-tests --sanitizers=address +config: &CONFIG --build-type=release --enable-cpp-tests --disable-broker-tests +memcheck_config: &MEMCHECK_CONFIG --build-type=debug --enable-cpp-tests --disable-broker-tests --sanitizers=address resources_template: &RESOURCES_TEMPLATE cpu: *CPUS