From 61dcb28762eee89286472b613c1c7f7ddfd85e89 Mon Sep 17 00:00:00 2001 From: Steven Murray <Steven.Murray@cern.ch> Date: Sat, 17 Apr 2021 16:43:26 +0200 Subject: [PATCH] Removed empty dbunittests_oracle from .gitlab-ci.yml --- .gitlab-ci.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dd300b5b4b..4802587738 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: -- GitLab