]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci: skip pipeline tests on tags
authorTomas Krizek <tomas.krizek@nic.cz>
Wed, 5 May 2021 09:59:49 +0000 (11:59 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Wed, 5 May 2021 09:59:49 +0000 (11:59 +0200)
When releasing, checks are run before merging and tagging. Having these
checks run again only slows down the release process, especially if some
tests are flaky.

.gitlab-ci.yml

index 95280dd0cfb13ccee67d2977c175a0a14b06e628..9e7203b1c94f7784108193461c485ffa2665230a 100644 (file)
@@ -32,6 +32,7 @@ stages:
     refs:
       - master@knot/knot-resolver
       - master@knot/security/knot-resolver
+      - tags
     variables:
       - $SKIP_CI == "1"
   tags:
@@ -255,7 +256,6 @@ root.hints:
 deckard:
   <<: *test_flaky
   only:  # trigger job only in repos under our control (privileged runner required)
-    - tags
     - branches@knot/knot-resolver
     - branches@knot/security/knot-resolver
   tags: