From: Fatih Degirmenci Date: Sun, 8 Mar 2020 15:40:37 +0000 (+0100) Subject: Drop cleanup from test execution script X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;h=21b8bcc65f9dd9d60290ffe2d7637ef3fa88d4db;p=infra%2Fcicd.git Drop cleanup from test execution script Test execution script is switched to cleanup by default so dropping -c option from jobs. Change-Id: I088987b070e1d23ef11c257647aeaaf1ffb0cbb1 --- diff --git a/jjb/cloud-infra/cloud-infra-scenario-test.sh b/jjb/cloud-infra/cloud-infra-scenario-test.sh index 7bef37332..bf35d0861 100644 --- a/jjb/cloud-infra/cloud-infra-scenario-test.sh +++ b/jjb/cloud-infra/cloud-infra-scenario-test.sh @@ -29,6 +29,6 @@ set -o pipefail # execute cloud engine test.sh script with arguments echo "Info: Testing scenario $DEPLOY_SCENARIO deployed using $INSTALLER_TYPE" cd $WORKSPACE -./test/test.sh -c -f $TEST_FW -t $TEST_SUITE -s $DEPLOY_SCENARIO +./test/test.sh -f $TEST_FW -t $TEST_SUITE -s $DEPLOY_SCENARIO # vim: set ts=2 sw=2 expandtab: diff --git a/jjb/cloud-infra/cloud-infra-test.sh b/jjb/cloud-infra/cloud-infra-test.sh index bb6bf7d60..a473fcd1e 100644 --- a/jjb/cloud-infra/cloud-infra-test.sh +++ b/jjb/cloud-infra/cloud-infra-test.sh @@ -43,6 +43,6 @@ fi # execute cloud engine test.sh script with arguments cd $WORKSPACE -./test/test.sh -c -f $TEST_FW -t $TEST_SUITE -s $DEPLOY_SCENARIO -d $YARDSTICK_DISPATCHER +./test/test.sh -f $TEST_FW -t $TEST_SUITE -s $DEPLOY_SCENARIO -d $YARDSTICK_DISPATCHER # vim: set ts=2 sw=2 expandtab: diff --git a/jjb/cloud-infra/scenario-functest.sh b/jjb/cloud-infra/scenario-functest.sh index d74f47a0e..ae032f6ff 100644 --- a/jjb/cloud-infra/scenario-functest.sh +++ b/jjb/cloud-infra/scenario-functest.sh @@ -30,6 +30,6 @@ set -o pipefail # execute cloud engine test.sh script with arguments cd $WORKSPACE -./test/test.sh -c -f $TEST_FW -t $TEST_SUITE -s $DEPLOY_SCENARIO -d $YARDSTICK_DISPATCHER +./test/test.sh -f $TEST_FW -t $TEST_SUITE -s $DEPLOY_SCENARIO -d $YARDSTICK_DISPATCHER # vim: set ts=2 sw=2 expandtab: diff --git a/jjb/cloud-infra/scenario-yardstick.sh b/jjb/cloud-infra/scenario-yardstick.sh index d74f47a0e..ae032f6ff 100644 --- a/jjb/cloud-infra/scenario-yardstick.sh +++ b/jjb/cloud-infra/scenario-yardstick.sh @@ -30,6 +30,6 @@ set -o pipefail # execute cloud engine test.sh script with arguments cd $WORKSPACE -./test/test.sh -c -f $TEST_FW -t $TEST_SUITE -s $DEPLOY_SCENARIO -d $YARDSTICK_DISPATCHER +./test/test.sh -f $TEST_FW -t $TEST_SUITE -s $DEPLOY_SCENARIO -d $YARDSTICK_DISPATCHER # vim: set ts=2 sw=2 expandtab: