CI: Use the right variable for the number of test jobs for zeekctl_debian11_task tasks

This commit is contained in:
Tim Wojtulewicz 2025-02-24 11:18:13 -07:00
parent b5b0c5c996
commit 3dd1d37f9d

View file

@ -749,7 +749,7 @@ zeekctl_debian11_task:
build_script: build_script:
- cd auxil/zeekctl/testing && ./Scripts/build-zeek - cd auxil/zeekctl/testing && ./Scripts/build-zeek
test_script: 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: on_failure:
upload_zeekctl_testing_artifacts: upload_zeekctl_testing_artifacts:
path: "auxil/zeekctl/testing/.tmp/**" path: "auxil/zeekctl/testing/.tmp/**"