From daadd8ebcd8b5cf753a5a23f4e6853ca6759dd47 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Mon, 20 Jun 2022 12:17:07 +0200 Subject: [PATCH] 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 d606f3902297308f18c9da3de7870030b5bcfc22) --- .gitlab-ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9e144c58be..94b832c257 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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