Skip to content
Snippets Groups Projects
Commit 1d00be82 authored by Julien Leduc's avatar Julien Leduc Committed by Steven Murray
Browse files

Systemd is default for archiveretrieve and repack tests as we need quarkDB in CI

parent 45a457f3
Branches
Tags
No related merge requests found
...@@ -156,7 +156,7 @@ archiveretrieve: ...@@ -156,7 +156,7 @@ archiveretrieve:
retry: 1 retry: 1
script: script:
- export NAMESPACE="archiveretrieve-${CTA_BUILD_ID}-$(cat /dev/urandom | tr -dc 'a-z0-9' | fold -w 4 | head -n 1)" - 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/archive_retrieve.sh -O -D -t 2400 - cd continuousintegration/orchestration/; ./run_systemtest.sh -n ${NAMESPACE} -p ${CI_PIPELINE_ID} -s tests/archive_retrieve.sh -O -D -t 2400 -S
artifacts: artifacts:
when: always when: always
expire_in: 30 days expire_in: 30 days
...@@ -173,7 +173,7 @@ repack: ...@@ -173,7 +173,7 @@ repack:
retry: 1 retry: 1
script: script:
- export NAMESPACE="repack-${CTA_BUILD_ID}-$(cat /dev/urandom | tr -dc 'a-z0-9' | fold -w 4 | head -n 1)" - export NAMESPACE="repack-${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/repack_systemtest_wrapper.sh -O -D -t 2400 - cd continuousintegration/orchestration/; ./run_systemtest.sh -n ${NAMESPACE} -p ${CI_PIPELINE_ID} -s tests/repack_systemtest_wrapper.sh -O -D -t 2400 -S
artifacts: artifacts:
when: always when: always
expire_in: 30 days expire_in: 30 days
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment