We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec1c0a commit b7839b3Copy full SHA for b7839b3
.github/workflows/pr-kubernetes-tests.yaml
@@ -39,7 +39,7 @@ jobs:
39
# May 19, 2025: ~18 minutes
40
- cluster-name: 'cluster-three'
41
go-test-args: '-v -timeout=25m'
42
- go-test-run-regex: '^TestKgateway$$/^Deployer$$|^TestKgateway$$/^RouteDelegation$$|^TestKgateway$$/^Lambda$$|^TestKgateway$$/^AccessLog$$|^TestKgateway$$/^LocalRateLimit$$'
+ go-test-run-regex: '^TestKgateway$$/^Deployer$$|^TestKgateway$$/^RouteDelegation$$|^TestKgateway$$/^Lambda$$|^TestKgateway$$/^AccessLog$$|^TestKgateway$$/^LocalRateLimit$$|^TestKgateway$$/^Cors$$'
43
localstack: 'true'
44
# May 19, 2025: ~20 minutes
45
- cluster-name: 'cluster-four'
0 commit comments