]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Do not spawn Debian 9 CI jobs in merge requests
authorMichal Nowak <mnowak@isc.org>
Thu, 21 Oct 2021 11:43:42 +0000 (13:43 +0200)
committerMichal Nowak <mnowak@isc.org>
Fri, 22 Oct 2021 09:09:25 +0000 (11:09 +0200)
(cherry picked from commit 1b9a9c2829379d771249c8b508855d0863dcd919)

.gitlab-ci.yml

index 1db92f4d406ff9af8fe662656aa90aecbef89520..7408a6da2c5baf1eb7611325089c3676af744ba0 100644 (file)
@@ -694,10 +694,12 @@ gcc:stretch:amd64:
     EXTRA_CONFIGURE: "--without-gssapi"
   <<: *debian_stretch_amd64_image
   <<: *build_job
+  <<: *schedules_tags_web_triggering_rules
 
 system:gcc:stretch:amd64:
   <<: *debian_stretch_amd64_image
   <<: *system_test_job
+  <<: *schedules_tags_web_triggering_rules
   needs:
     - job: gcc:stretch:amd64
       artifacts: true
@@ -705,6 +707,7 @@ system:gcc:stretch:amd64:
 unit:gcc:stretch:amd64:
   <<: *debian_stretch_amd64_image
   <<: *unit_test_job
+  <<: *schedules_tags_web_triggering_rules
   needs:
     - job: gcc:stretch:amd64
       artifacts: true