From 6e8053b7d110166db78a39d7769d7ac6a45d4d51 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Tue, 12 May 2020 12:08:26 -0700 Subject: [PATCH] Disable broker tests from building on the CI This results in a ~10% reduction in build time. --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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