-
Notifications
You must be signed in to change notification settings - Fork 474
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Petr McAllister <[email protected]>
- Loading branch information
Petr McAllister
committed
Mar 8, 2025
1 parent
07c0dfc
commit 5796112
Showing
15 changed files
with
91 additions
and
78 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,40 +1,40 @@ | ||
name: Gloo Regression Tests | ||
|
||
description: Tests which run Gloo Edge in a Kubernetes cluster | ||
description: Tests which run kgateway in a Kubernetes cluster | ||
|
||
runs: | ||
using: "composite" | ||
steps: | ||
- name: Prep Go Runner | ||
uses: ./.github/actions/prep-go-runner | ||
- name: Install kind | ||
uses: helm/[email protected] | ||
with: | ||
install_only: true | ||
version: ${{ matrix.kube-version.kind }} | ||
- uses: azure/setup-kubectl@v4 | ||
id: kubectl | ||
with: | ||
version: ${{ matrix.kube-version.kubectl }} | ||
- uses: azure/setup-helm@v4 | ||
with: | ||
version: ${{ matrix.kube-version.helm }} | ||
- name: Setup test env | ||
shell: bash | ||
env: | ||
CLUSTER_NAME: 'kind' | ||
CLUSTER_NODE_VERSION: ${{ matrix.kube-version.node }} | ||
IMAGE_VARIANT: ${{ matrix.image-variant }} | ||
run: ./hack/kind/setup-kind.sh | ||
- name: Testing - kube e2e regression tests | ||
env: | ||
KUBE2E_TESTS: ${{ matrix.kube-e2e-test-type }} | ||
IMAGE_VARIANT: ${{ matrix.image-variant }} | ||
shell: bash | ||
run: make install-test-tools run-kube-e2e-tests | ||
- uses: actions/upload-artifact@v4 | ||
if: ${{ failure() }} | ||
with: | ||
name: ${{matrix.kube-e2e-test-type}}-attempt-${{ github.run_attempt }}@k8s${{matrix.kube-version.kubectl}}-kube-dump | ||
path: "_output/kube2e-artifacts" | ||
if-no-files-found: warn | ||
- name: Prep Go Runner | ||
uses: ./.github/actions/prep-go-runner | ||
- name: Install kind | ||
uses: helm/[email protected] | ||
with: | ||
install_only: true | ||
version: ${{ matrix.kube-version.kind }} | ||
- uses: azure/setup-kubectl@v4 | ||
id: kubectl | ||
with: | ||
version: ${{ matrix.kube-version.kubectl }} | ||
- uses: azure/setup-helm@v4 | ||
with: | ||
version: ${{ matrix.kube-version.helm }} | ||
- name: Setup test env | ||
shell: bash | ||
env: | ||
CLUSTER_NAME: "kind" | ||
CLUSTER_NODE_VERSION: ${{ matrix.kube-version.node }} | ||
IMAGE_VARIANT: ${{ matrix.image-variant }} | ||
run: ./hack/kind/setup-kind.sh | ||
- name: Testing - kube e2e regression tests | ||
env: | ||
KUBE2E_TESTS: ${{ matrix.kube-e2e-test-type }} | ||
IMAGE_VARIANT: ${{ matrix.image-variant }} | ||
shell: bash | ||
run: make install-test-tools run-kube-e2e-tests | ||
- uses: actions/upload-artifact@v4 | ||
if: ${{ failure() }} | ||
with: | ||
name: ${{matrix.kube-e2e-test-type}}-attempt-${{ github.run_attempt }}@k8s${{matrix.kube-version.kubectl}}-kube-dump | ||
path: "_output/kube2e-artifacts" | ||
if-no-files-found: warn |
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
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.