From 425c3117479751f0a11e6b1677b12a9c049b714d Mon Sep 17 00:00:00 2001 From: Yoav Schwammenthal Date: Thu, 11 Jun 2026 14:05:42 +0300 Subject: [PATCH] NO-ISSUE: Add intranet capability to SNO live-iso jobs Add intranet capability to e2e-metal-sno-live-iso and e2e-metal-sno-with-worker-live-iso so they get scheduled on clusters that can reach OFCIR. --- .../openshift-assisted-test-infra-master.yaml | 4 ++++ .../openshift-assisted-test-infra-master-presubmits.yaml | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ci-operator/config/openshift/assisted-test-infra/openshift-assisted-test-infra-master.yaml b/ci-operator/config/openshift/assisted-test-infra/openshift-assisted-test-infra-master.yaml index 27a299bf8546e..9c50d965cc153 100644 --- a/ci-operator/config/openshift/assisted-test-infra/openshift-assisted-test-infra-master.yaml +++ b/ci-operator/config/openshift/assisted-test-infra/openshift-assisted-test-infra-master.yaml @@ -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 @@ -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 diff --git a/ci-operator/jobs/openshift/assisted-test-infra/openshift-assisted-test-infra-master-presubmits.yaml b/ci-operator/jobs/openshift/assisted-test-infra/openshift-assisted-test-infra-master-presubmits.yaml index 1c56366d649f3..472c68b9d5ce5 100644 --- a/ci-operator/jobs/openshift/assisted-test-infra/openshift-assisted-test-infra-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/assisted-test-infra/openshift-assisted-test-infra-master-presubmits.yaml @@ -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 @@ -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