From 60ec16a28fcdc75b698f23882cbaedc15a83827b Mon Sep 17 00:00:00 2001 From: Mohit Sharma Date: Sun, 9 Aug 2026 17:08:57 +0000 Subject: [PATCH] Update pwer-s2s cluster profile configuration --- ...openshift-multiarch-main__nightly-5.0.yaml | 17 ++++ .../openshift-multiarch-main-periodics.yaml | 84 +++++++++++++++++++ 2 files changed, 101 insertions(+) diff --git a/ci-operator/config/openshift/multiarch/openshift-multiarch-main__nightly-5.0.yaml b/ci-operator/config/openshift/multiarch/openshift-multiarch-main__nightly-5.0.yaml index 53cbfe5b91930..f9df960d8dc86 100644 --- a/ci-operator/config/openshift/multiarch/openshift-multiarch-main__nightly-5.0.yaml +++ b/ci-operator/config/openshift/multiarch/openshift-multiarch-main__nightly-5.0.yaml @@ -574,6 +574,23 @@ tests: USE_EXTERNAL_DNS: "true" USE_RAMFS: "true" workflow: openshift-e2e-libvirt-upi +- as: ocp-e2e-ovn-remote-power-s2s-ppc64le + capabilities: + - intranet + cron: 0 12 * * 6 + steps: + cluster_profile: power-s2s + dependencies: + OPENSHIFT_INSTALL_TARGET: release:ppc64le-latest + env: + ARCH: ppc64le + BRANCH: "5.0" + DOMAIN_MEMORY: "34816" + ETCD_DISK_SPEED: slow + TEST_TYPE: conformance-parallel + USE_EXTERNAL_DNS: "true" + USE_RAMFS: "true" + workflow: openshift-e2e-libvirt-upi - as: ocp-e2e-ovn-remote-s2s-libvirt-multi-p-p capabilities: - intranet diff --git a/ci-operator/jobs/openshift/multiarch/openshift-multiarch-main-periodics.yaml b/ci-operator/jobs/openshift/multiarch/openshift-multiarch-main-periodics.yaml index 23f64c05482e6..be528811842af 100644 --- a/ci-operator/jobs/openshift/multiarch/openshift-multiarch-main-periodics.yaml +++ b/ci-operator/jobs/openshift/multiarch/openshift-multiarch-main-periodics.yaml @@ -59252,6 +59252,90 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator +- agent: kubernetes + cluster: build12 + cron: 0 12 * * 6 + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: main + org: openshift + repo: multiarch + labels: + capability/intranet: intranet + ci-operator.openshift.io/cloud: power-s2s + ci-operator.openshift.io/cloud-cluster-profile: power-s2s + ci-operator.openshift.io/variant: nightly-5.0 + ci.openshift.io/generator: prowgen + job-release: "5.0" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-multiarch-main-nightly-5.0-ocp-e2e-ovn-remote-power-s2s-ppc64le + 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=ocp-e2e-ovn-remote-power-s2s-ppc64le + - --variant=nightly-5.0 + 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 - agent: kubernetes cluster: build12 cron: 0 11 * * 6