]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci travis: move to the last stage
authorVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 14 Jul 2020 15:34:30 +0000 (17:34 +0200)
committerPetr Špaček <petr.spacek@nic.cz>
Wed, 15 Jul 2020 07:26:50 +0000 (09:26 +0200)
So that the overall pipeline time isn't extended too much.

.gitlab-ci.yml

index ce8c28aa971d2dccc1873601394123b3d5e342f3..02b14dc18b1ff55e1bbac1d214aa865f9abdc61f 100644 (file)
@@ -152,6 +152,7 @@ kres-gen:
 
 build:darwin:
   <<: *test_nodep
+  stage: extended # it takes lots of time ATM
   when: delayed
   only:  # trigger job only in the main repo
     refs:
@@ -163,7 +164,7 @@ build:darwin:
       - $SKIP_CI == "1"
   start_in: 10 minutes  # give the build in Travis CI time to finish
     # ^^ Travis takes around 20m recently and the CI script waits for 15m,
-    #    and it gets ran a bit later due to the build phase.
+    #    and it gets ran a bit later due to the previous phase(s).
   script:
     - ci/travis.py ${CI_COMMIT_REF_NAME}