Skip to content

Commit

Permalink
chore: no fail on logs
Browse files Browse the repository at this point in the history
Signed-off-by: Case Wylie <cmwylie19@defenseunicorns.com>
  • Loading branch information
cmwylie19 committed Oct 21, 2024
1 parent d4df483 commit 409666b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/soak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,7 @@ jobs:
if [ $((i % 2)) -eq 0 ]; then # Every 10 minutes
update_pod_map
kubectl logs deploy/pepr-soak-ci-watcher -n pepr-system --tail=3 | jq 'select(.msg | contains("Watch event client_size received."))'
kubectl logs deploy/pepr-soak-ci-watcher -n pepr-system --tail=3 | jq 'select(.msg | contains("Watch event client_size received."))' >> logs/client-bytes.txt
kubectl logs deploy/pepr-soak-ci-watcher -n pepr-system --tail=3 | jq 'select(.msg | contains("Watch event client_size received."))' || true
kubectl get pods -n pepr-demo
kubectl top po -n pepr-system
kubectl get po -n pepr-system
Expand Down

0 comments on commit 409666b

Please sign in to comment.