Skip to content
Snippets Groups Projects
Commit 61dcb287 authored by Steven Murray's avatar Steven Murray
Browse files

Removed empty dbunittests_oracle from .gitlab-ci.yml

parent b44bfc61
No related branches found
No related tags found
No related merge requests found
......@@ -248,21 +248,6 @@ repack:
- kubernetes
- mhvtl
dbunittests_oracle:
except:
- tags
stage: test
script:
- export NAMESPACE="dbunittestsoracle-${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 /usr/bin/true -O -D -U -t 600 -C
artifacts:
when: always
expire_in: 30 days
paths:
- pod_logs
tags:
- kubernetes
nightly1:
stage: shouldfail
only:
......
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