]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Split the system and unit tests into separate stages
authorOndřej Surý <ondrej@sury.org>
Thu, 29 Aug 2019 12:32:27 +0000 (14:32 +0200)
committerOndřej Surý <ondrej@sury.org>
Thu, 29 Aug 2019 12:32:27 +0000 (14:32 +0200)
.gitlab-ci.yml

index b7f293e73261ffb7cc64afc44ed6ff0983547478..f10f947b7d8585287520c06d6eaf22a8bfcd0fd9 100644 (file)
@@ -17,7 +17,8 @@ variables:
 stages:
   - precheck
   - build
-  - test
+  - system
+  - unit
   - push
 
 ### Runner Tag Templates
@@ -164,7 +165,7 @@ stages:
 
 .system_test: &system_test_job
   <<: *default_triggering_rules
-  stage: test
+  stage: system
   retry: 2
   before_script:
     - *setup_interfaces
@@ -186,7 +187,7 @@ stages:
 
 .unit_test: &unit_test_job
   <<: *default_triggering_rules
-  stage: test
+  stage: unit
   before_script:
     - *setup_softhsm
   script: