Fix regression tests, add DRAMPower.
This commit is contained in:
@@ -22,14 +22,14 @@ build:
|
||||
- mkdir -p coverage
|
||||
- mkdir -p build
|
||||
- cd build
|
||||
- cmake -DDRAMSYS_COVERAGE_CHECK=ON ../DRAMSys
|
||||
- cmake -DDRAMSYS_COVERAGE_CHECK=ON -DDRAMSYS_ENABLE_EXTENSIONS=ON -DDRAMSYS_EXTENSION_TRACE_ANALYZER_ENABLE=ON -DDRAMSYS_WITH_DRAMPOWER=ON ..
|
||||
- make -j 10
|
||||
- find . -name "*.o" -type f -delete
|
||||
|
||||
artifacts:
|
||||
paths:
|
||||
- build/
|
||||
- DRAMSys/tests/
|
||||
- tests/
|
||||
- coverage/
|
||||
expire_in: 2 days
|
||||
|
||||
@@ -45,8 +45,8 @@ coverage:
|
||||
- lcov --list coverage/final_dramsys.out
|
||||
|
||||
include:
|
||||
- '/DRAMSys/tests/DDR3/ci.yml'
|
||||
- '/DRAMSys/tests/DDR4/ci.yml'
|
||||
- '/DRAMSys/tests/HBM2/ci.yml'
|
||||
- '/DRAMSys/tests/LPDDR4/ci.yml'
|
||||
- 'tests/tests_regression/DDR3/ci.yml'
|
||||
- 'tests/tests_regression/DDR4/ci.yml'
|
||||
- 'tests/tests_regression/HBM2/ci.yml'
|
||||
- 'tests/tests_regression/LPDDR4/ci.yml'
|
||||
#- '/DRAMSys/tests/dramsys-gem5/ci.yml' # Should be activated again when a new gitlab runner with right dependencies is used
|
||||
|
||||
Reference in New Issue
Block a user