Skip to content

Commit

Permalink
ci: run cilium status with sudo in external workloads post-test p…
Browse files Browse the repository at this point in the history
…hase

[ upstream commit 43d4ec5 ]

This was missed in commit c345ba2 ("ci: run `cilium service list
get` with `sudo` in external workloads ping test").

Signed-off-by: Tobias Klauser <[email protected]>
  • Loading branch information
tklauser committed May 20, 2022
1 parent 37588d2 commit 8d2c587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/externalworkloads.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
if: ${{ !success() }}
run: |
echo "=== Retrieve VM state ==="
gcloud compute ssh ${{ env.vmName }} --zone ${{ env.zone }} --command "cilium status"
gcloud compute ssh ${{ env.vmName }} --zone ${{ env.zone }} --command "sudo cilium status"
gcloud compute ssh ${{ env.vmName }} --zone ${{ env.zone }} --command "sudo docker logs cilium --timestamps"
echo "=== Install ${{ env.cilium_cli_version }} CLI ==="
Expand Down

0 comments on commit 8d2c587

Please sign in to comment.