mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 12:40:00 -04:00
Split the system and unit tests into separate stages
(cherry picked from commit 008b73fb41)
This commit is contained in:
parent
1d04597702
commit
76e8f7783d
1 changed files with 4 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue