Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,24 @@ tests:
requests:
cpu: 100m
workflow: ingress-vsphere-static-metallb
- always_run: false
as: e2e-vsphere-static-metallb-operator-gwapi-techpreview
optional: true
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|PROJECT|LICENSE)$
steps:
cluster_profile: vsphere-elastic
env:
FEATURE_SET: TechPreviewNoUpgrade
NETWORK_TYPE: single-tenant
test:
- as: test
cli: latest
commands: make TEST=TestGatewayAPI test-e2e
from: src
resources:
requests:
cpu: 100m
workflow: ingress-vsphere-static-metallb
- as: e2e-aws-ovn-upgrade
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|PROJECT|LICENSE)$
steps:
Expand Down Expand Up @@ -182,6 +200,22 @@ tests:
requests:
cpu: 100m
workflow: ipi-aws
- always_run: false
as: e2e-aws-gatewayapi-conformance-techpreview
optional: true
steps:
cluster_profile: openshift-org-aws
env:
FEATURE_SET: TechPreviewNoUpgrade
test:
- as: test
cli: latest
commands: make gatewayapi-conformance
from: src
resources:
requests:
cpu: 100m
workflow: ipi-aws
- always_run: false
as: e2e-baremetalds-metallb-gatewayapi-conformance
capabilities:
Expand All @@ -192,6 +226,18 @@ tests:
test:
- ref: ingress-baremetalds-metallb-gatewayapi-conformance-test
workflow: ingress-baremetalds-metallb
- always_run: false
as: e2e-baremetalds-metallb-gatewayapi-conformance-techpreview
capabilities:
- intranet
optional: true
steps:
cluster_profile: equinix-ocp-metal
env:
FEATURE_SET: TechPreviewNoUpgrade
test:
- ref: ingress-baremetalds-metallb-gatewayapi-conformance-test
workflow: ingress-baremetalds-metallb
- always_run: false
as: e2e-vsphere-static-metallb-gatewayapi-conformance
optional: true
Expand All @@ -206,6 +252,23 @@ tests:
requests:
cpu: 100m
workflow: ingress-vsphere-static-metallb
- always_run: false
as: e2e-vsphere-static-metallb-gatewayapi-conformance-techpreview
optional: true
steps:
cluster_profile: vsphere-elastic
env:
FEATURE_SET: TechPreviewNoUpgrade
NETWORK_TYPE: single-tenant
test:
- as: test
cli: latest
commands: make gatewayapi-conformance
from: src
resources:
requests:
cpu: 100m
workflow: ingress-vsphere-static-metallb
- always_run: false
as: e2e-aws-ovn-techpreview
optional: true
Expand Down
Loading