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

Testing scheduled tests capability

parent 2001d3dd
No related branches found
No related tags found
No related merge requests found
Pipeline #32466 failed
...@@ -138,3 +138,21 @@ archiveretrieve: ...@@ -138,3 +138,21 @@ archiveretrieve:
tags: tags:
- kubernetes - kubernetes
- mhvtl - mhvtl
nightlytests:
stage: test
only:
- schedules
script:
echo "Running nightly tests"
- 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
artifacts:
when: always
expire_in: 30 days
paths:
- pod_logs
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