Skip to content

Commit

Permalink
NE-1492 Enable Gateway API feature gate in CI and run E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
candita committed Feb 15, 2024
1 parent 3cba40c commit 5681608
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,24 @@ tests:
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-single-node
- as: e2e-aws-gatewayapi
optional: true
steps:
cluster_profile: aws
steps:
env:
FEATURE_GATES: '[GatewayAPIEnabled=true]'
FEATURE_SET: CustomNoUpgrade
TEST: TestGatewayAPI
test:
- as: test
cli: latest
commands: make test-e2e
from: src
resources:
requests:
cpu: 100m
workflow: ipi-aws
zz_generated_metadata:
branch: release-4.16
org: openshift
Expand Down

0 comments on commit 5681608

Please sign in to comment.