Skip to content

Commit

Permalink
not use oc client in script
Browse files Browse the repository at this point in the history
  • Loading branch information
SkorikSergey committed Mar 7, 2024
1 parent fce4034 commit 2f6d275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/performance/load-tests/load-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function runTest() {
else
print_error "Timeout waiting for dw$i to become ready or an error occurred."
kubectl describe dw dw$i >logs/dw$i-log.log
kubectl logs $(oc get dw dw$i --template='{{.status.devworkspaceId}}') >logs/dw$i-pod.log || true
kubectl logs $(kubectl get dw dw$i --template='{{.status.devworkspaceId}}') >logs/dw$i-pod.log || true
fi
done

Expand Down

0 comments on commit 2f6d275

Please sign in to comment.