]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add system:gcc:bullseye:unstable:amd64 CI job
authorMichal Nowak <mnowak@isc.org>
Mon, 20 Jun 2022 10:17:07 +0000 (12:17 +0200)
committerMichal Nowak <mnowak@isc.org>
Wed, 22 Jun 2022 12:58:42 +0000 (14:58 +0200)
Without this CI job long pytest jobs are not being run in the CI.

(cherry picked from commit d606f3902297308f18c9da3de7870030b5bcfc22)

.gitlab-ci.yml

index 9e144c58be2943d8442b03d8a036522976e54e31..94b832c25778ba86e1bae5252e6f007b6a9ad4c3 100644 (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