forked from envoyproxy/gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into e2e-eg-cert-reload
- Loading branch information
Showing
62 changed files
with
1,864 additions
and
223 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
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 |
---|---|---|
|
@@ -85,7 +85,7 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
version: [ v1.28.13, v1.29.8, v1.30.4, v1.31.0 ] | ||
version: [ v1.29.10, v1.30.6, v1.31.4, v1.32.0 ] | ||
steps: | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
- uses: ./tools/github-actions/setup-deps | ||
|
@@ -115,14 +115,14 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
target: | ||
- version: v1.28.13 | ||
- version: v1.29.10 | ||
ipFamily: ipv4 | ||
- version: v1.29.8 | ||
- version: v1.30.6 | ||
ipFamily: ipv4 | ||
- version: v1.30.4 | ||
- version: v1.31.4 | ||
ipFamily: ipv6 # only run ipv6 test on this version to save time | ||
# TODO: this's IPv4 first, need a way to test IPv6 first. | ||
- version: v1.31.0 | ||
- version: v1.32.0 | ||
ipFamily: dual # only run dual test on latest version to save time | ||
steps: | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
|
@@ -163,7 +163,7 @@ jobs: | |
# Benchmark | ||
- name: Run Benchmark tests | ||
env: | ||
KIND_NODE_TAG: v1.28.13 | ||
KIND_NODE_TAG: v1.29.10 | ||
IMAGE_PULL_POLICY: IfNotPresent | ||
# Args for benchmark test | ||
BENCHMARK_RPS: 10000 | ||
|
@@ -176,6 +176,19 @@ jobs: | |
|
||
- name: Read Benchmark report | ||
run: cat test/benchmark/benchmark_report/benchmark_report.md | ||
resilience-test: | ||
runs-on: ubuntu-latest | ||
if: ${{ ! startsWith(github.event_name, 'push') }} | ||
needs: [build] | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: ./tools/github-actions/setup-deps | ||
- name: Resilience Test | ||
env: | ||
KIND_NODE_TAG: v1.28.13 | ||
IMAGE_PULL_POLICY: IfNotPresent | ||
CUSTOM_CNI: "true" | ||
run: make resilience | ||
|
||
publish: | ||
runs-on: ubuntu-latest | ||
|
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
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 +1 @@ | ||
v1.2.3 | ||
v1.2.4 |
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.