mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
CI: Pass -A flag to btest for cluster-testing builds
(cherry picked from commit ac7685c679
)
This commit is contained in:
parent
80085ba018
commit
fe7a21874d
1 changed files with 1 additions and 1 deletions
|
@ -636,7 +636,7 @@ cluster_testing_docker_builder:
|
||||||
test_script:
|
test_script:
|
||||||
# Invoke btest directly here. This mirrors ci/test.sh, ensures we don't
|
# Invoke btest directly here. This mirrors ci/test.sh, ensures we don't
|
||||||
# accidentally build a Docker image, and enables console-level output:
|
# 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:
|
on_failure:
|
||||||
upload_cluster_testing_artifacts:
|
upload_cluster_testing_artifacts:
|
||||||
path: "testing/external/zeek-testing-cluster/.tmp/**"
|
path: "testing/external/zeek-testing-cluster/.tmp/**"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue