]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci: reorder pipeline
authorTomas Krizek <tomas.krizek@nic.cz>
Thu, 10 Jun 2021 10:18:21 +0000 (12:18 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Thu, 10 Jun 2021 10:18:21 +0000 (12:18 +0200)
.gitlab-ci.yml

index 7aced4d489945d3272ca8e383de68daa8a10e584..61604704f2e6247f0be1ff14d045d90f24eb27dc 100644 (file)
@@ -25,7 +25,6 @@ stages:
   - sanity
   - test
   - respdiff
-  - extended
   - deploy
   - pkgtest
 
@@ -306,6 +305,21 @@ test:valgrind:
     - ${MESON_TEST} --suite unit --suite config --no-suite snowflake --wrap="valgrind --leak-check=full --trace-children=yes --quiet --suppressions=/lj.supp"
     - MESON_TESTTHREADS=1 ${MESON_TEST} --wrap="valgrind --leak-check=full --trace-children=yes --quiet --suppressions=/lj.supp" --suite snowflake
 
+pkgtest:
+  stage: test
+  trigger:
+    include: ci/pkgtest.yaml
+    strategy: depend
+  needs:
+    - build
+  except:
+    refs:
+      - master@knot/knot-resolver
+      - master@knot/security/knot-resolver
+      - tags
+    variables:
+      - $SKIP_CI == "1"
+
 pytests:
   <<: *test_flaky
   needs:
@@ -442,23 +456,6 @@ rp:iter.udp-asan:
     RESPERF_TEST: resperf.iter.udp
 # }}}
 
-# extended {{{
-pkgtest:
-  stage: extended
-  trigger:
-    include: ci/pkgtest.yaml
-    strategy: depend
-  needs:
-    - build
-  except:
-    refs:
-      - master@knot/knot-resolver
-      - master@knot/security/knot-resolver
-      - tags
-    variables:
-      - $SKIP_CI == "1"
-# }}}
-
 # deploy {{{
 # copy snapshot of current master to nightly branch for further processing
 # (this is workaround for missing complex conditions for job limits in Gitlab)