Retry CI needs with coverage.

This commit is contained in:
Lukas Steiner
2023-02-23 13:56:15 +01:00
parent 579106b13d
commit ac04ae66ce
5 changed files with 14 additions and 1 deletions

View File

@@ -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}')

View File

@@ -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}')

View File

@@ -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}')

View File

@@ -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}')