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:
Michal Nowak 2022-06-20 12:17:07 +02:00
parent 83dadbc75e
commit daadd8ebcd
No known key found for this signature in database
GPG key ID: 24A3E8463AEE5E56

View file

@ -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