Artifacts folder for tests in CI is wrong
Artifacts folder for tests in CI is wrong
Summary
The path for tests in CI file is wrong
Steps to reproduce
Jobs in pipelines are exporting artifacts with void folders
What is the expected correct behaviour?
Export a folder containing the files generated by the test system
Expand to see logs
Ideas how to fix this?
Changing
# --- Tests ---
test:exec_cmds: &test
stage: test
dependencies:
- build:main
script:
- $DUNECONTROL --only=dorie configure
- $DUNECONTROL --only=dorie make test_dorie_exec
artifacts:
name: "$CI_JOB_NAME"
paths:
- $CI_PROJECT_DIR/build-cmake/Testing
expire_in: 1 day
for
# --- Tests ---
test:exec_cmds: &test
stage: test
dependencies:
- build:main
script:
- $DUNECONTROL --only=dorie configure
- $DUNECONTROL --only=dorie make test_dorie_exec
artifacts:
name: "$CI_JOB_NAME"
paths:
- $CI_PROJECT_DIR/build-cmake/testing
expire_in: 1 day
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information