From 3dd1d37f9ddaa0fa61b68d0042a8c2b724c4bcd0 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Mon, 24 Feb 2025 11:18:13 -0700 Subject: [PATCH] CI: Use the right variable for the number of test jobs for zeekctl_debian11_task tasks --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 2f4e88266a..1fa9e0a526 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -749,7 +749,7 @@ zeekctl_debian11_task: build_script: - cd auxil/zeekctl/testing && ./Scripts/build-zeek test_script: - - cd auxil/zeekctl/testing && ../../btest/btest -A -d -j ${BTEST_JOBS} + - cd auxil/zeekctl/testing && ../../btest/btest -A -d -j ${ZEEK_CI_BTEST_JOBS} on_failure: upload_zeekctl_testing_artifacts: path: "auxil/zeekctl/testing/.tmp/**"