Split the system and unit tests into separate stages
(cherry picked from commit008b73fb41) (cherry picked from commit76e8f7783d)
This commit is contained in:
+4
-3
@@ -17,7 +17,8 @@ variables:
|
||||
stages:
|
||||
- precheck
|
||||
- build
|
||||
- test
|
||||
- system
|
||||
- unit
|
||||
- push
|
||||
|
||||
### Runner Tag Templates
|
||||
@@ -138,7 +139,7 @@ stages:
|
||||
|
||||
.system_test: &system_test_job
|
||||
<<: *default_triggering_rules
|
||||
stage: test
|
||||
stage: system
|
||||
retry: 2
|
||||
before_script:
|
||||
- *setup_interfaces
|
||||
@@ -160,7 +161,7 @@ stages:
|
||||
|
||||
.unit_test: &unit_test_job
|
||||
<<: *default_triggering_rules
|
||||
stage: test
|
||||
stage: unit
|
||||
before_script:
|
||||
- *setup_softhsm
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user