Skip to content

Commit

Permalink
Revert ".github: include more tests in cilium-integration-tests"
Browse files Browse the repository at this point in the history
This reverts commit 02c37a6.
  • Loading branch information
sayboras committed Dec 2, 2024
1 parent 1617c00 commit 96535af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cilium-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 96535af

Please sign in to comment.