mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-27 12:02:10 -05: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
83dadbc75e
commit
daadd8ebcd
1 changed files with 14 additions and 0 deletions
|
|
@ -689,6 +689,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