Skip to content

Commit

Permalink
ci-gke: remove duplicated wait for cilium
Browse files Browse the repository at this point in the history
This commit removes the duplicated step to wait for Cilium
to become ready.

Signed-off-by: Marco Hofstetter <[email protected]>
  • Loading branch information
mhofstetter authored and tklauser committed Dec 1, 2023
1 parent ffe3302 commit c414b77
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/conformance-gke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,6 @@ jobs:
cilium status --wait --wait-duration=10m
kubectl get pods -n kube-system
- name: Wait for Cilium status to be ready
run: |
cilium status --wait
- name: Port forward Relay
run: |
cilium hubble port-forward&
Expand Down

0 comments on commit c414b77

Please sign in to comment.