Code Review
/
cps.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
b5208ca
)
Remove duplicate clean up
16/142916/1
author
emaclee
<lee.anjella.macabuhay@est.tech>
Mon, 12 Jan 2026 10:07:18 +0000
(10:07 +0000)
committer
emaclee
<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
patch
|
blob
|
history
diff --git
a/k6-tests/k6-main.sh
b/k6-tests/k6-main.sh
index
06bcf84
..
0db1c3a
100755
(executable)
--- 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