Skip to content

Commit

Permalink
[skip ci] WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ReToCode committed Aug 23, 2023
1 parent 5a08d46 commit 1985ac9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/performance/performance-tests-mako.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ set -o pipefail

declare PROW_TAG
declare PROW_JOB_ID
declare ARTIFACTS

ns="default"

Expand Down Expand Up @@ -67,7 +68,7 @@ function run_job() {
kubectl logs -n "$ns" -f "job.batch/$name"

# Dump logs to a file to upload it as CI job artifact
kubectl logs -n "$ns" "job.batch/$name" >"$name.log"
kubectl logs -n "$ns" "job.batch/$name" >"$ARTIFACTS/$name.log"

# clean up
kubectl delete "job/$name" -n "$ns" --ignore-not-found=true
Expand Down

0 comments on commit 1985ac9

Please sign in to comment.