mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Add system:gcc:bullseye:unstable:amd64 CI job
Without this CI job long pytest jobs are not being run in the CI.
(cherry picked from commit d606f39022)
This commit is contained in:
parent
d1c94a70c8
commit
6984b1a61e
1 changed files with 14 additions and 0 deletions
|
|
@ -666,6 +666,20 @@ system:gcc:bullseye:amd64:
|
|||
- job: unit:gcc:bullseye:amd64
|
||||
artifacts: true
|
||||
|
||||
system:gcc:bullseye:unstable:amd64:
|
||||
<<: *debian_bullseye_amd64_image
|
||||
<<: *system_test_job
|
||||
variables:
|
||||
CI_ENABLE_ALL_TESTS: 1
|
||||
needs:
|
||||
- job: gcc:bullseye:amd64
|
||||
artifacts: true
|
||||
only:
|
||||
- api
|
||||
- schedules
|
||||
- triggers
|
||||
- web
|
||||
|
||||
unit:gcc:bullseye:amd64:
|
||||
<<: *debian_bullseye_amd64_image
|
||||
<<: *unit_test_gcov_job
|
||||
|
|
|
|||
Loading…
Reference in a new issue