Retry CI needs with coverage.
This commit is contained in:
@@ -35,6 +35,11 @@ build:
|
||||
|
||||
coverage:
|
||||
stage: coverage
|
||||
needs:
|
||||
- test_DDR3
|
||||
- test_DDR4
|
||||
- test_HBM2
|
||||
- test_LPDDR4
|
||||
coverage: '/Total:\|(\d+\.?\d+\%)/'
|
||||
script:
|
||||
# delete all empty files since they produce errors
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
# DDR3 Dual Rank Test with Staggered Power Down Policy and Scheduler FrFcfsGrp
|
||||
example_DDR3:
|
||||
stage: test_DDR3
|
||||
needs:
|
||||
- build
|
||||
script:
|
||||
- export GCOV_PREFIX=$(pwd)
|
||||
- export GCOV_PREFIX_STRIP=$(pwd | awk -F"/" '{print NF-1}')
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
# DDR4 with 4 bank groups, flexible rankwise refresh and FrFcfs scheduler:
|
||||
example_DDR4:
|
||||
stage: test_DDR4
|
||||
needs:
|
||||
- build
|
||||
script:
|
||||
- export GCOV_PREFIX=$(pwd)
|
||||
- export GCOV_PREFIX_STRIP=$(pwd | awk -F"/" '{print NF-1}')
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
example_HBM2:
|
||||
example_HBM2:
|
||||
stage: test_HBM2
|
||||
needs:
|
||||
- build
|
||||
script:
|
||||
- export GCOV_PREFIX=$(pwd)
|
||||
- export GCOV_PREFIX_STRIP=$(pwd | awk -F"/" '{print NF-1}')
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
# LPDDR4 with Bankwise Flexible Refresh and FIFO Scheduler:
|
||||
example_LPDDR4:
|
||||
stage: test_LPDDR4
|
||||
needs:
|
||||
- build
|
||||
script:
|
||||
- export GCOV_PREFIX=$(pwd)
|
||||
- export GCOV_PREFIX_STRIP=$(pwd | awk -F"/" '{print NF-1}')
|
||||
|
||||
Reference in New Issue
Block a user