Merge remote-tracking branch 'origin/topic/timw/verbose-cluster-testing-btests'

* origin/topic/timw/verbose-cluster-testing-btests:
  CI: Pass -A flag to btest for cluster-testing builds
This commit is contained in:
Arne Welzel 2023-10-25 09:15:20 +02:00
commit ddcf75e934
3 changed files with 6 additions and 2 deletions

View file

@ -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/**"

View file

@ -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)

View file

@ -1 +1 @@
6.2.0-dev.44
6.2.0-dev.47