]> 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:42:31 +0000 (14:42 +0200)
Without this CI job long pytest jobs are not being run in the CI.

.gitlab-ci.yml

index 040ad21381816bdf9e1ed307939daa6b5ca6f7b2..b28888b43c12e5e2ddf191825176bc1826491e9d 100644 (file)
@@ -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