diff --git a/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-main.yaml b/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-main.yaml index 5f2c4fd78aaea..c253a3afc1f2e 100644 --- a/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-main.yaml +++ b/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-main.yaml @@ -94,6 +94,22 @@ tests: steps: cluster_profile: equinix-ocp-metal workflow: agent-e2e-compact-ipv4 +- always_run: false + as: e2e-agent-compact-ipv4-iso-no-registry + capabilities: + - intranet + optional: true + steps: + cluster_profile: equinix-ocp-metal + test: + - as: iri-e2e-step + cli: latest + commands: make test-e2e-iri + from: src + resources: + requests: + cpu: 100m + workflow: agent-e2e-compact-ipv4-iso-no-registry - always_run: false as: e2e-metal-ovn-two-node-arbiter optional: true diff --git a/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-release-4.21.yaml b/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-release-4.21.yaml index 83f231571ca3d..40e6117ea0b2d 100644 --- a/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-release-4.21.yaml +++ b/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-release-4.21.yaml @@ -94,6 +94,22 @@ tests: steps: cluster_profile: equinix-ocp-metal workflow: agent-e2e-compact-ipv4 +- always_run: false + as: e2e-agent-compact-ipv4-iso-no-registry + capabilities: + - intranet + optional: true + steps: + cluster_profile: equinix-ocp-metal + test: + - as: iri-e2e-step + cli: latest + commands: make test-e2e-iri + from: src + resources: + requests: + cpu: 100m + workflow: agent-e2e-compact-ipv4-iso-no-registry - always_run: false as: e2e-metal-ovn-two-node-arbiter optional: true diff --git a/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-release-4.22.yaml b/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-release-4.22.yaml index 48f782130c79d..cee8eddc38f57 100644 --- a/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-release-4.22.yaml +++ b/ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-release-4.22.yaml @@ -95,6 +95,22 @@ tests: steps: cluster_profile: equinix-ocp-metal workflow: agent-e2e-compact-ipv4 +- always_run: false + as: e2e-agent-compact-ipv4-iso-no-registry + capabilities: + - intranet + optional: true + steps: + cluster_profile: equinix-ocp-metal + test: + - as: iri-e2e-step + cli: latest + commands: make test-e2e-iri + from: src + resources: + requests: + cpu: 100m + workflow: agent-e2e-compact-ipv4-iso-no-registry - always_run: false as: e2e-metal-ovn-two-node-arbiter optional: true diff --git a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-main-presubmits.yaml b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-main-presubmits.yaml index e982fb2b761a5..1b2862c51cb5a 100644 --- a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-main-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-main-presubmits.yaml @@ -150,6 +150,88 @@ presubmits: - ^main$ - ^main- cluster: build11 + context: ci/prow/e2e-agent-compact-ipv4-iso-no-registry + decorate: true + labels: + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-machine-config-operator-main-e2e-agent-compact-ipv4-iso-no-registry + optional: true + rerun_command: /test e2e-agent-compact-ipv4-iso-no-registry + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-credentials-file=/etc/boskos/credentials + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=e2e-agent-compact-ipv4-iso-no-registry + command: + - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + ports: + - containerPort: 8080 + name: http + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/manifest-tool + name: manifest-tool-local-pusher + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: manifest-tool-local-pusher + secret: + secretName: manifest-tool-local-pusher + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )e2e-agent-compact-ipv4-iso-no-registry,?($|\s.*) + - agent: kubernetes + always_run: false + branches: + - ^main$ + - ^main- + cluster: build10 context: ci/prow/e2e-aws-disruptive decorate: true labels: diff --git a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.21-presubmits.yaml b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.21-presubmits.yaml index 57b701d53153d..deb188f300c1c 100644 --- a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.21-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.21-presubmits.yaml @@ -150,6 +150,88 @@ presubmits: - ^release-4\.21$ - ^release-4\.21- cluster: build07 + context: ci/prow/e2e-agent-compact-ipv4-iso-no-registry + decorate: true + labels: + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-machine-config-operator-release-4.21-e2e-agent-compact-ipv4-iso-no-registry + optional: true + rerun_command: /test e2e-agent-compact-ipv4-iso-no-registry + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-credentials-file=/etc/boskos/credentials + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=e2e-agent-compact-ipv4-iso-no-registry + command: + - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + ports: + - containerPort: 8080 + name: http + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/manifest-tool + name: manifest-tool-local-pusher + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: manifest-tool-local-pusher + secret: + secretName: manifest-tool-local-pusher + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )e2e-agent-compact-ipv4-iso-no-registry,?($|\s.*) + - agent: kubernetes + always_run: false + branches: + - ^release-4\.21$ + - ^release-4\.21- + cluster: build09 context: ci/prow/e2e-aws-disruptive decorate: true labels: diff --git a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.22-presubmits.yaml b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.22-presubmits.yaml index 11f4cac8e19fb..777b030ce03a6 100644 --- a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.22-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.22-presubmits.yaml @@ -206,6 +206,88 @@ presubmits: - ^release-4\.22$ - ^release-4\.22- cluster: build07 + context: ci/prow/e2e-agent-compact-ipv4-iso-no-registry + decorate: true + labels: + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-machine-config-operator-release-4.22-e2e-agent-compact-ipv4-iso-no-registry + optional: true + rerun_command: /test e2e-agent-compact-ipv4-iso-no-registry + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-credentials-file=/etc/boskos/credentials + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=e2e-agent-compact-ipv4-iso-no-registry + command: + - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + ports: + - containerPort: 8080 + name: http + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/manifest-tool + name: manifest-tool-local-pusher + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: manifest-tool-local-pusher + secret: + secretName: manifest-tool-local-pusher + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )e2e-agent-compact-ipv4-iso-no-registry,?($|\s.*) + - agent: kubernetes + always_run: false + branches: + - ^release-4\.22$ + - ^release-4\.22- + cluster: build09 context: ci/prow/e2e-aws-disruptive decorate: true labels: