diff --git a/.github/workflows/cilium-integration-tests.yaml b/.github/workflows/cilium-integration-tests.yaml index f2a18acee..efa5fa7fb 100644 --- a/.github/workflows/cilium-integration-tests.yaml +++ b/.github/workflows/cilium-integration-tests.yaml @@ -146,7 +146,6 @@ jobs: --helm-set operator.image.tag=${{ env.CILIUM_IMAGE_TAG }} \ --helm-set operator.image.useDigest=false \ --helm-set operator.image.pullPolicy=Never \ - --helm-set envoy.enabled=false \ --helm-set debug.enabled=true \ --helm-set debug.verbose=envoy @@ -156,13 +155,14 @@ jobs: - name: Execute Cilium L7 Connectivity Tests shell: bash - run: cilium connectivity test --test="l7|sni|check-log-errors" + run: cilium connectivity test --test=l7 - name: Gather Cilium system dump if: failure() shell: bash run: cilium sysdump --output-filename cilium-integration-test-sysdump + - name: Upload Cilium system dump if: failure() uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3