Skip to content

Commit

Permalink
DO NOT MERGE debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Michi Mutsuzaki <[email protected]>
  • Loading branch information
michi-covalent committed Nov 6, 2024
1 parent c0f9529 commit dc9c05d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/gke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ on:
# will disappear from the PR checks: please provide a direct link to the
# successful workflow run (can be found from Actions tab) in a comment.
#
# pull_request: {}
pull_request: {}
###
pull_request_target: {}
# pull_request_target: {}
# Run every 6 hours
schedule:
- cron: '0 2/6 * * *'
Expand Down Expand Up @@ -153,6 +153,14 @@ jobs:
# Port forward Relay
cilium hubble port-forward&
sleep 10s
set -x
echo "[DEBUG] port-forward"
ps | grep port-forward || true
pgrep -f "kubectl.*port-forward.*hubble-relay" || true
pgrep -f "cilium.*hubble.*port-forward" || true
if ! [[ $(pgrep -f "kubectl.*port-forward.*hubble-relay" | wc -l) == 1 ]]; then
# support for native port-forwarding
# TODO: remove kubectl version after 0.16.20 release
Expand Down

0 comments on commit dc9c05d

Please sign in to comment.