CI: Pass -A flag to btest for cluster-testing builds

(cherry picked from commit ac7685c679)
This commit is contained in:
Tim Wojtulewicz 2023-10-24 15:42:21 -07:00 committed by Christian Kreibich
parent 80085ba018
commit fe7a21874d

View file

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