From 88e7bd672fb36e689ca631ff20d7cb0b54733523 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Tue, 23 Jun 2020 11:50:42 -0700 Subject: Remove KVMFORNFV Jobs The project has been archived and jobs no longer need to be ran. Change-Id: I5d13f3b6de49c22bbc0ecdf21bb12a5878ac64d3 Signed-off-by: Trevor Bramwell --- jjb/kvmfornfv/kvmfornfv-test.sh | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100755 jjb/kvmfornfv/kvmfornfv-test.sh (limited to 'jjb/kvmfornfv/kvmfornfv-test.sh') diff --git a/jjb/kvmfornfv/kvmfornfv-test.sh b/jjb/kvmfornfv/kvmfornfv-test.sh deleted file mode 100755 index b31d61cce..000000000 --- a/jjb/kvmfornfv/kvmfornfv-test.sh +++ /dev/null @@ -1,33 +0,0 @@ -#!/bin/bash -########################################################## -##This script includes executing cyclictest scripts. -########################################################## -#The latest build packages are stored in build_output - -ls -al $WORKSPACE/build_output - -if [[ "$JOB_NAME" =~ (verify|merge|daily|weekly) ]]; then - JOB_TYPE=${BASH_REMATCH[0]} -else - echo "Unable to determine job type!" - exit 1 -fi - -echo $TEST_NAME - -# do stuff differently based on the job type -case "$JOB_TYPE" in - verify) - #start the test - cd $WORKSPACE - ./ci/test_kvmfornfv.sh $JOB_TYPE - ;; - daily) - #start the test - cd $WORKSPACE - ./ci/test_kvmfornfv.sh $JOB_TYPE $TEST_NAME - ;; - *) - echo "Test is not enabled for $JOB_TYPE jobs" - exit 1 -esac -- cgit 1.2.3-korg