diff --git a/.cirrus.yml b/.cirrus.yml index 418fa8f4ec..a9c94fceb2 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -695,7 +695,7 @@ cluster_testing_docker_builder: test_script: # Invoke btest directly here. This mirrors ci/test.sh, ensures we don't # accidentally build a Docker image, and enables console-level output: - - cd testing/external/zeek-testing-cluster && ../../../auxil/btest/btest -d -b -j ${ZEEK_CI_BTEST_JOBS} + - cd testing/external/zeek-testing-cluster && ../../../auxil/btest/btest -A -d -b -j ${ZEEK_CI_BTEST_JOBS} on_failure: upload_cluster_testing_artifacts: path: "testing/external/zeek-testing-cluster/.tmp/**" diff --git a/CHANGES b/CHANGES index 2e801118f8..402d7e9841 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +6.2.0-dev.47 | 2023-10-25 09:15:20 +0200 + + * CI: Pass -A flag to btest for cluster-testing builds (Tim Wojtulewicz, Corelight) + 6.2.0-dev.44 | 2023-10-24 13:05:55 -0700 * Update CMake submodule for caching fix (Dominik Charousset, Corelight) diff --git a/VERSION b/VERSION index 31cd818e3f..336530d4ab 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.2.0-dev.44 +6.2.0-dev.47