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 @@ -100,6 +100,8 @@ tests:
OPENSHIFT_VERSION=4.22
workflow: assisted-ofcir-baremetal
- as: e2e-metal-sno-live-iso
capabilities:
- intranet
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|OWNERS_ALIASES|PROJECT|LICENSE)$
steps:
cluster_profile: equinix-edge-enablement
Expand Down Expand Up @@ -724,6 +726,8 @@ tests:
TEST_TYPE: none
workflow: assisted-ofcir-baremetal
- as: e2e-metal-sno-with-worker-live-iso
capabilities:
- intranet
run_if_changed: .*bootstrap_in_place.*
steps:
cluster_profile: equinix-edge-enablement
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3381,6 +3381,7 @@ presubmits:
- .ci-operator.yaml
- Dockerfile.assisted-test-infra
labels:
capability/intranet: intranet
ci-operator.openshift.io/cloud: equinix-edge-enablement
ci-operator.openshift.io/cloud-cluster-profile: equinix-edge-enablement
ci.openshift.io/generator: prowgen
Expand Down Expand Up @@ -3467,6 +3468,7 @@ presubmits:
- .ci-operator.yaml
- Dockerfile.assisted-test-infra
labels:
capability/intranet: intranet
ci-operator.openshift.io/cloud: equinix-edge-enablement
ci-operator.openshift.io/cloud-cluster-profile: equinix-edge-enablement
ci.openshift.io/generator: prowgen
Expand Down