Skip to content

Commit

Permalink
ci-ipsec-upgrade: Do not run conn tests after installing Cilium
Browse files Browse the repository at this point in the history
[ upstream commit 1fe2281 ]

The same connectivity tests should be run by ci-ipsec-e2e.

Suggested-by: Paul Chaignon <paul.chaignon@gmail.com>
Signed-off-by: Martynas Pumputis <m@lambda.lt>
Signed-off-by: Sebastian Wicki <sebastian@isovalent.com>
  • Loading branch information
brb authored and aanm committed Nov 15, 2023
1 parent 3877d59 commit df576f3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/tests-ipsec-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,20 +242,13 @@ jobs:
kubectl get pods --all-namespaces -o wide
kubectl -n kube-system exec daemonset/cilium -- cilium status
- name: Test Cilium ${{ env.cilium_stable_version }} (${{ matrix.name }})
- name: Start conn-disrupt-test
uses: cilium/little-vm-helper@908ab1ff8a596a03cd5221a1f8602dc44c3f906d # v0.0.12
with:
provision: 'false'
cmd: |
cd /host/
./cilium-cli connectivity test --include-unsafe-tests --collect-sysdump-on-failure \
--flush-ct \
--sysdump-hubble-flows-count=1000000 --sysdump-hubble-flows-timeout=5m \
--sysdump-output-filename "cilium-sysdump-${{ matrix.name }}-<ts>" \
--junit-file "cilium-junits/${{ env.job_name }} (${{ join(matrix.*, ', ') }}).xml" \
--junit-property github_job_step="Run tests upgrade 1 (${{ join(matrix.*, ', ') }})"
# Create pods which establish long lived connections. It will be used by
# subsequent connectivity tests with --include-conn-disrupt-test to catch any
# interruption in such flows.
Expand Down

0 comments on commit df576f3

Please sign in to comment.