Skip to content

Commit

Permalink
chore: bump test dependencies (#4233) (#4234)
Browse files Browse the repository at this point in the history
(cherry picked from commit 90a43c5)
  • Loading branch information
czeslavo authored Jun 27, 2023
1 parent b835085 commit d0fb3a8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 19 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/_e2e_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ jobs:
name: Set Kind versions
run: |
if [ "${{ inputs.all-supported-k8s-versions }}" == "true" ]; then
echo "kind-versions=[\"1.22.15\", \"1.23.13\", \"1.24.13\", \"1.25.9\", \"1.26.4\", \"1.27.2\"]" >> $GITHUB_OUTPUT
echo "kind-versions=[\"1.22.17\", \"1.23.17\", \"1.24.15\", \"1.25.11\", \"1.26.6\", \"1.27.3\"]" >> $GITHUB_OUTPUT
else
echo "kind-versions=[\"1.27.2\"]" >> $GITHUB_OUTPUT
echo "kind-versions=[\"1.27.3\"]" >> $GITHUB_OUTPUT
fi
kind:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
fail-fast: false
matrix:
kubernetes-version:
- 'v1.25.5'
- 'v1.26.5'
test: ${{ fromJSON(needs.setup-e2e-tests.outputs.test_names) }}
steps:
- name: checkout repository
Expand Down Expand Up @@ -222,15 +222,14 @@ jobs:
fail-fast: false
matrix:
include:
# K8s v1.27.2 is not officially supported by Istio v1.17.2, but we want to test it anyway.
- kubernetes-version: 'v1.27.2'
istio-version: 'v1.17.2'
- kubernetes-version: 'v1.26.4'
istio-version: 'v1.17.2'
- kubernetes-version: 'v1.25.9'
istio-version: 'v1.16.5'
- kubernetes-version: 'v1.25.9'
istio-version: 'v1.15.7'
- kubernetes-version: 'v1.27.3'
istio-version: 'v1.18'
- kubernetes-version: 'v1.26.6'
istio-version: 'v1.17'
- kubernetes-version: 'v1.25.11'
istio-version: 'v1.16'
- kubernetes-version: 'v1.25.11'
istio-version: 'v1.15'
steps:
- name: Download built image artifact
if: ${{ inputs.load-local-image }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: ${{ matrix.name }}
runs-on: ubuntu-latest
env:
KONG_CLUSTER_VERSION: 'v1.27.1'
KONG_CLUSTER_VERSION: 'v1.27.3'
TEST_KONG_ROUTER_FLAVOR: 'traditional'
strategy:
fail-fast: false
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,12 @@ jobs:
fail-fast: true
matrix:
kubernetes-version:
- 'v1.22.15'
- 'v1.23.13'
- 'v1.24.13'
- 'v1.25.9'
- 'v1.26.4'
- 'v1.27.2'
- 'v1.22.17'
- 'v1.23.17'
- 'v1.24.15'
- 'v1.25.11'
- 'v1.26.6'
- 'v1.27.3'
steps:
- name: checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit d0fb3a8

Please sign in to comment.