Skip to content

Commit

Permalink
always clobber log on first pod list
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Jan 16, 2025
1 parent 5179250 commit 407a6ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ jobs:
LOG_EMPTY=0
kubectl get pods -n test1 --context $AWS_CLUSTER | tee -a ./testcase-01_pods.log
kubectl get pods -n test1 --context $AWS_CLUSTER | tee ./testcase-01_pods.log
kubectl get pods -n test2 --context $GKE_CLUSTER | tee -a ./testcase-01_pods.log
# send enough requests to trigger the terminatorStrategy: random evenly distributing of requests across all
Expand Down Expand Up @@ -709,7 +709,7 @@ jobs:
- name: run-testcase-02
shell: bash
run: |
kubectl get pods -n test1 --context $AWS_CLUSTER | tee -a ./testcase-02_pods.log
kubectl get pods -n test1 --context $AWS_CLUSTER | tee ./testcase-02_pods.log
kubectl get pods -n test2 --context $GKE_CLUSTER | tee -a ./testcase-02_pods.log
LOG_EMPTY=0
Expand Down

0 comments on commit 407a6ff

Please sign in to comment.