From 2aaa176b2399510df67ebdbcdc1237551e29da17 Mon Sep 17 00:00:00 2001 From: Julien Leduc <julien.leduc@cern.ch> Date: Thu, 29 Jun 2017 11:44:54 +0200 Subject: [PATCH] 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). --- .gitlab-ci.yml | 2 +- continuousintegration/orchestration/tests/archive_retrieve.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e7121eca1..4eca985326 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/continuousintegration/orchestration/tests/archive_retrieve.sh b/continuousintegration/orchestration/tests/archive_retrieve.sh index 6a323312b4..dae8e979f3 100755 --- a/continuousintegration/orchestration/tests/archive_retrieve.sh +++ b/continuousintegration/orchestration/tests/archive_retrieve.sh @@ -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 -- GitLab