From: Ondřej Surý Date: Thu, 29 Aug 2019 12:32:27 +0000 (+0200) Subject: Split the system and unit tests into separate stages X-Git-Tag: v9.15.4~23^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=008b73fb41635e6718107146079a5d9cf50a3e5c;p=thirdparty%2Fbind9.git Split the system and unit tests into separate stages --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b7f293e7326..f10f947b7d8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: