Remove duplicate clean up 16/142916/1
authoremaclee <lee.anjella.macabuhay@est.tech>
Mon, 12 Jan 2026 10:07:18 +0000 (10:07 +0000)
committeremaclee <lee.anjella.macabuhay@est.tech>
Mon, 12 Jan 2026 10:23:01 +0000 (10:23 +0000)
- 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 <lee.anjella.macabuhay@est.tech>
k6-tests/k6-main.sh

index 06bcf84..0db1c3a 100755 (executable)
@@ -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