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

CI tests on Ceph and Oracle

pushing a bit harder in the tests with 1000 files of 15kB that should fill 1.5 tapes (100MB each in CI).
parent 09720cc7
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,7 @@ archiveretrieve:
stage: test
script:
- 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
- cd continuousintegration/orchestration/; ./run_systemtest.sh -n ${NAMESPACE} -p ${CI_PIPELINE_ID} -s tests/archive_retrieve.sh -O -D
artifacts:
when: always
expire_in: 30 days
......
......@@ -44,6 +44,6 @@ echo " Archiving file: xrdcp as user1"
echo " Retrieving it as poweruser1"
kubectl -n ${NAMESPACE} cp client_ar.sh client:/root/client_ar.sh
kubectl -n ${NAMESPACE} cp client_helper.sh client:/root/client_helper.sh
kubectl -n ${NAMESPACE} exec client -- bash /root/client_ar.sh -n 100 -s 1 -p 4 -v || exit 1
kubectl -n ${NAMESPACE} exec client -- bash /root/client_ar.sh -n 1000 -s 15 -p 10 -v || exit 1
exit 0
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