Skip to content

Commit

Permalink
chore(deps): bump GKE version in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
czeslavo committed Feb 4, 2025
1 parent 5509e5a commit 308002a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/_e2e_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ jobs:
with:
go-version-file: go.mod

- run: echo "GOTESTSUM_JUNITFILE=e2e-kind-${{ matrix.test }}-${{ matrix.kubernetes-version }}-tests.xml" >> $GITHUB_ENV

- uses: Kong/kong-license@c4decf08584f84ff8fe8e7cd3c463e0192f6111b # master @ 20250107
id: license
with:
Expand Down Expand Up @@ -174,7 +176,7 @@ jobs:
fail-fast: false
matrix:
kubernetes-version:
- 'v1.28.11'
- 'v1.32.1'
test: ${{ fromJSON(needs.setup-e2e-tests.outputs.test_names) }}
steps:
- name: checkout repository
Expand All @@ -187,6 +189,8 @@ jobs:
with:
go-version-file: go.mod

- run: echo "GOTESTSUM_JUNITFILE=e2e-gke-${{ matrix.test }}-${{ matrix.kubernetes-version }}-tests.xml" >> $GITHUB_ENV

- uses: Kong/kong-license@c4decf08584f84ff8fe8e7cd3c463e0192f6111b # master @ 20250107
continue-on-error: true
id: license
Expand Down Expand Up @@ -290,6 +294,8 @@ jobs:
with:
go-version-file: go.mod

- run: echo "GOTESTSUM_JUNITFILE=e2e-istio-${{ matrix.kind }}-${{ matrix.istio }}-tests.xml" >> $GITHUB_ENV

- uses: Kong/kong-license@c4decf08584f84ff8fe8e7cd3c463e0192f6111b # master @ 20250107
id: license
with:
Expand Down

1 comment on commit 308002a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Go Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: 308002a Previous: 14f3bb7 Ratio
BenchmarkDefaultContentToDBLessConfigConverter_Convert 150.4 ns/op 0 B/op 0 allocs/op 80.58 ns/op 0 B/op 0 allocs/op 1.87
BenchmarkDefaultContentToDBLessConfigConverter_Convert - ns/op 150.4 ns/op 80.58 ns/op 1.87

This comment was automatically generated by workflow using github-action-benchmark.

CC: @Kong/k8s-maintainers

Please sign in to comment.