From 6984b1a61ed53daaf4c050bab1fce579096fc233 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 e932726513..a81a68705a 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