Merge remote-tracking branch 'origin/topic/timw/disable-broker-tests'

* origin/topic/timw/disable-broker-tests:
  Disable broker tests from building on the CI
  Disable broker documentation examples if disabling broker tests
This commit is contained in:
Jon Siwek 2020-05-13 11:16:05 -07:00
commit c55bbcfcda
5 changed files with 14 additions and 5 deletions

View file

@ -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 --enable-fuzzers
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 --enable-fuzzers
resources_template: &RESOURCES_TEMPLATE
cpu: *CPUS

View file

@ -1,4 +1,12 @@
3.2.0-dev.508 | 2020-05-13 11:16:05 -0700
* Disable broker tests from building on the CI (Tim Wojtulewicz, Corelight)
This results in a ~10% reduction in build time.
* Disable broker documentation examples if disabling broker tests (Tim Wojtulewicz, Corelight)
3.2.0-dev.505 | 2020-05-12 18:52:19 -0700
* Use zeek::detail namespace for fuzzer utils (Jon Siwek, Corelight)

View file

@ -1 +1 @@
3.2.0-dev.505
3.2.0-dev.508

@ -1 +1 @@
Subproject commit 8b2c9a9e1e67d145af442fa2175dcb18b643a317
Subproject commit 70fa315e8b777056073a9e67f42b99573ef18231

1
configure vendored
View file

@ -272,6 +272,7 @@ while [ $# -ne 0 ]; do
;;
--disable-broker-tests)
append_cache_entry BROKER_DISABLE_TESTS BOOL true
append_cache_entry BROKER_DISABLE_DOC_EXAMPLES BOOL true
;;
--with-openssl=*)
append_cache_entry OPENSSL_ROOT_DIR PATH $optarg