]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
gitlabci: move pytests to extended stage
authorTomas Krizek <tomas.krizek@nic.cz>
Wed, 20 Feb 2019 14:08:52 +0000 (15:08 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 12 Mar 2019 09:43:34 +0000 (10:43 +0100)
.gitlab-ci.yml

index be2a58c636f849503e5b770641191ffbb85ad4af..3788cda2c5dadda999a953d652ad791014f7abca 100644 (file)
@@ -261,20 +261,6 @@ pytests:lint:
     - linux
     - amd64
 
-pytests 1/2:
-  <<: *test_flaky
-  script:
-    - ${MESON_TEST} pytests.single
-
-pytests 2/2:
-  <<: *test_flaky
-  script:
-    - ${MESON_TEST} pytests.parallel
-  # NOTE using start_in to delay this job is an experimental attempt to reduce chance
-  # this resource-intensive job is started on the same machine as the other pytests
-  when: delayed
-  start_in: 30
-
 respdiff:basic:
   stage: test
   except:
@@ -352,6 +338,12 @@ pkg:epel-7:
 # }}}
 
 # extended {{{
+pytests:
+  <<: *test_flaky
+  stage: extended  # use this stage to avoid clash with other resource-intensive jobs
+  script:
+    - ${MESON_TEST} --suite pytests
+
 .respdiff:  &respdiff
   stage: extended
   dependencies: []