mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
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:
commit
ddcf75e934
3 changed files with 6 additions and 2 deletions
|
@ -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/**"
|
||||
|
|
4
CHANGES
4
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)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
6.2.0-dev.44
|
||||
6.2.0-dev.47
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue