Skip to content
Snippets Groups Projects
Commit 43251747 authored by Julien Leduc's avatar Julien Leduc
Browse files

always upload logs as artifacts regardless of the job status

parent 0fca8d3d
No related branches found
No related tags found
No related merge requests found
......@@ -96,6 +96,7 @@ archiveretrieve:
- export NAMESPACE="archiveretrieve-${CTA_BUILD_ID}-$(cat /dev/urandom | tr -dc 'a-z0-9' | fold -w 4 | head -n 1)"
- cd continuousintegration/orchestration/; ./run_systemtest.sh -n ${NAMESPACE} -p ${CI_PIPELINE_ID} -s tests/systest.sh
artifacts:
when: always
expire_in: 30 days
paths:
- pod_logs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment