From 59a9c741f67affca1e67a94b0b1cf0de9c3ea9e0 Mon Sep 17 00:00:00 2001 From: Brian Thorne Date: Thu, 26 Oct 2023 23:41:54 +1300 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=80=20disable=20unused=20hubble=20port?= =?UTF-8?q?-forward?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d6f335f..4e1d2f5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -325,15 +325,15 @@ jobs: --wait=false \ --helm-set cni.chainingMode=portmap - - name: Enable Hubble Relay - run: | - cilium hubble enable --ui - - - name: Relay Port Forward - run: | - cilium hubble port-forward& - sleep 10s - [[ $(pgrep -f "cilium.*hubble.*port-forward|kubectl.*port-forward.*hubble-relay" | wc -l) == 2 ]] +# - name: Enable Hubble Relay +# run: | +# cilium hubble enable --ui +# +# - name: Relay Port Forward +# run: | +# cilium hubble port-forward& +# sleep 10s +# [[ $(pgrep -f "cilium.*hubble.*port-forward|kubectl.*port-forward.*hubble-relay" | wc -l) == 2 ]] - name: Run Integration Tests (with Cilium) run: |