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

Now using run_systemtest to launch system tests: more robust than gitlab CI

parent e9e0086e
No related branches found
No related tags found
No related merge requests found
......@@ -94,15 +94,7 @@ archiveretrieve:
stage: systemtests
script:
- export NAMESPACE="archiveretrieve-${CTA_BUILD_ID}-$(cat /dev/urandom | tr -dc 'a-z0-9' | fold -w 4 | head -n 1)"
- echo "Creating systemtest instance using sqlite and local objectstore"
- cd continuousintegration/orchestration/; ./create_instance.sh -n ${NAMESPACE} -p ${CI_PIPELINE_ID} -D -O 2>&1 | tee -a ../../create_instance.log
- cd tests; ./systest.sh 2>&1 | tee -a ../../../systest.sh.log
- cd ../; ./delete_instance.sh -n ${NAMESPACE} 2>&1 | tee -a ../../delete_instance.log
artifacts:
paths:
- create_instance.log
- systest.sh.log
- delete_instance.log
- cd continuousintegration/orchestration/; ./run_systemtest.sh -s tests/systest.sh
tags:
- kubernetes
- mhvtl
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