Disable broker tests from building on the CI

This results in a ~10% reduction in build time.
This commit is contained in:
Tim Wojtulewicz 2020-05-12 12:08:26 -07:00
parent 63f8897e10
commit 6e8053b7d1

View file

@ -3,8 +3,8 @@ btest_jobs: &BTEST_JOBS 8
btest_retries: &BTEST_RETRIES 2 btest_retries: &BTEST_RETRIES 2
memory: &MEMORY 6GB memory: &MEMORY 6GB
config: &CONFIG --build-type=release --enable-cpp-tests config: &CONFIG --build-type=release --enable-cpp-tests --disable-broker-tests
memcheck_config: &MEMCHECK_CONFIG --build-type=debug --enable-cpp-tests --sanitizers=address memcheck_config: &MEMCHECK_CONFIG --build-type=debug --enable-cpp-tests --disable-broker-tests --sanitizers=address
resources_template: &RESOURCES_TEMPLATE resources_template: &RESOURCES_TEMPLATE
cpu: *CPUS cpu: *CPUS