From: Michal Nowak Date: Mon, 20 Jun 2022 10:17:07 +0000 (+0200) Subject: Add system:gcc:bullseye:unstable:amd64 CI job X-Git-Tag: v9.19.3~28^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d606f3902297308f18c9da3de7870030b5bcfc22;p=thirdparty%2Fbind9.git Add system:gcc:bullseye:unstable:amd64 CI job Without this CI job long pytest jobs are not being run in the CI. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 040ad213818..b28888b43c1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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