From eb72439885a4614c83213dc4b15fc7d629d29aba Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 3 Aug 2020 11:28:11 +0200 Subject: Remove Apex jobs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Apex dropped a few years ago and false dependencies between Apex and Functest jobs forbid Functest maintainance. Change-Id: Ic63995325a281e0308abc28e9a89e8054c123391 Signed-off-by: Cédric Ollivier --- jjb/3rd_party_ci/create-apex-vms.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 jjb/3rd_party_ci/create-apex-vms.sh (limited to 'jjb/3rd_party_ci/create-apex-vms.sh') diff --git a/jjb/3rd_party_ci/create-apex-vms.sh b/jjb/3rd_party_ci/create-apex-vms.sh deleted file mode 100755 index 0744ac89a..000000000 --- a/jjb/3rd_party_ci/create-apex-vms.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -set -o errexit -set -o nounset -set -o pipefail - -# clone opnfv sdnvpn repo -git clone https://gerrit.opnfv.org/gerrit/p/sdnvpn.git $WORKSPACE/sdnvpn - -. $WORKSPACE/sdnvpn/odl-pipeline/odl-pipeline-common.sh -pushd $LIB -./test_environment.sh --env-number $APEX_ENV_NUMBER --cloner-info $CLONER_INFO --snapshot-disks $SNAPSHOT_DISKS --vjump-hosts $VIRTUAL_JUMPHOSTS -popd -- cgit 1.2.3-korg