forked from cilium/cilium
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release v1.12.15
- Loading branch information
Showing
1,184 changed files
with
224,168 additions
and
17,733 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# List of k8s version for GKE tests | ||
# List of k8s version for EKS tests | ||
--- | ||
include: | ||
- version: "1.23" | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
name: Cilium Conn Disrupt Test | ||
description: Setup and test cilium connectivity and connection disruption status after a caller-provided risky operation, such as upgrade or IPsec key rotation. | ||
|
||
inputs: | ||
job-name: | ||
required: true | ||
type: string | ||
operation-cmd: | ||
required: true | ||
type: string | ||
extra-connectivity-test-flags: | ||
required: false | ||
type: string | ||
|
||
runs: | ||
using: composite | ||
steps: | ||
- name: Setup Conn Disrupt Test | ||
uses: cilium/little-vm-helper@0fcaa3fed17811fcd8b6f1b0dc1f24e5f4ff6b13 # v0.0.7 | ||
with: | ||
provision: 'false' | ||
cmd: | | ||
cd /host/ | ||
# 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. | ||
./cilium-cli connectivity test --include-conn-disrupt-test --conn-disrupt-test-setup | ||
- name: Operate Cilium | ||
uses: cilium/little-vm-helper@0fcaa3fed17811fcd8b6f1b0dc1f24e5f4ff6b13 # v0.0.7 | ||
with: | ||
provision: 'false' | ||
cmd: | | ||
${{ inputs.operation-cmd }} | ||
- name: Perform Conn Disrupt Test | ||
uses: cilium/little-vm-helper@0fcaa3fed17811fcd8b6f1b0dc1f24e5f4ff6b13 # v0.0.7 | ||
with: | ||
provision: 'false' | ||
cmd: | | ||
cd /host/ | ||
./cilium-cli connectivity test --include-unsafe-tests --collect-sysdump-on-failure \ | ||
--include-conn-disrupt-test \ | ||
--flush-ct \ | ||
--sysdump-hubble-flows-count=1000000 --sysdump-hubble-flows-timeout=5m \ | ||
--sysdump-output-filename "cilium-sysdump-${{ inputs.job-name }}-<ts>" \ | ||
--junit-file "cilium-junits/${{ inputs.job-name }}.xml" \ | ||
${{ inputs.extra-connectivity-test-flags }} \ | ||
--junit-property github_job_step="Run conn disrupt tests (${{ inputs.job-name }})" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.