From: emaclee Date: Mon, 12 Jan 2026 10:07:18 +0000 (+0000) Subject: Remove duplicate clean up X-Git-Tag: 3.7.4~13^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F16%2F142916%2F1;p=cps.git Remove duplicate clean up - duplicated clean up as a seperate jenkins job will run teardown - aligned with 24930: [CPS] Modify duplicate repo cloning | https://gerrit.nordix.org/c/infra/cicd/+/24930 Issue-ID: CPS-3113 Change-Id: Ia11bea9f369d218e0ebcf84e1b5bd1df9327fc40 Signed-off-by: emaclee --- diff --git a/k6-tests/k6-main.sh b/k6-tests/k6-main.sh index 06bcf84d94..0db1c3a050 100755 --- a/k6-tests/k6-main.sh +++ b/k6-tests/k6-main.sh @@ -38,8 +38,6 @@ make_logs() { on_exit() { rc=$? make_logs - chmod +x teardown.sh - ./teardown.sh "$testProfile" "$deploymentType" popd echo "TEST FAILURES: $rc" exit $rc