mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
CI: Use the right variable for the number of test jobs for zeekctl_debian11_task tasks
This commit is contained in:
parent
b5b0c5c996
commit
3dd1d37f9d
1 changed files with 1 additions and 1 deletions
|
@ -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/**"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue