From 36f2c3e6af1ddd0e6875984e0d367c401966b572 Mon Sep 17 00:00:00 2001 From: Andreas Karis Date: Fri, 6 Feb 2026 11:55:18 +0100 Subject: [PATCH] Add periodic CI configuration for MetalLB 4.21 Add file: ci-operator/config/openshift/metallb/\ openshift-metallb-release-4.21__periodics.yaml Run: make jobs Signed-off-by: Andreas Karis --- ...shift-metallb-release-4.21__periodics.yaml | 43 +++++++++ ...nshift-metallb-release-4.21-periodics.yaml | 87 +++++++++++++++++++ 2 files changed, 130 insertions(+) create mode 100644 ci-operator/config/openshift/metallb/openshift-metallb-release-4.21__periodics.yaml create mode 100644 ci-operator/jobs/openshift/metallb/openshift-metallb-release-4.21-periodics.yaml diff --git a/ci-operator/config/openshift/metallb/openshift-metallb-release-4.21__periodics.yaml b/ci-operator/config/openshift/metallb/openshift-metallb-release-4.21__periodics.yaml new file mode 100644 index 0000000000000..ce690af8515a1 --- /dev/null +++ b/ci-operator/config/openshift/metallb/openshift-metallb-release-4.21__periodics.yaml @@ -0,0 +1,43 @@ +base_images: + dev-scripts: + name: test + namespace: ocp-kni + tag: dev-scripts +build_root: + image_stream_tag: + name: release + namespace: openshift + tag: rhel-8-release-golang-1.16-openshift-4.9 +releases: + latest: + integration: + include_built_images: true + name: "4.21" + namespace: ocp +resources: + '*': + limits: + memory: 4Gi + requests: + cpu: 100m + memory: 200Mi +tests: +- as: metallb-e2e-metal-periodic + capabilities: + - intranet + interval: 72h + steps: + cluster_profile: equinix-ocp-metal + env: + DEVSCRIPTS_CONFIG: | + IP_STACK=v4 + NETWORK_TYPE=OVNKubernetes + E2E_TESTS_CONFIG: | + IP_STACK=v4 + BGP_TYPE=frr-k8s-cno + workflow: baremetalds-metallb-e2e +zz_generated_metadata: + branch: release-4.21 + org: openshift + repo: metallb + variant: periodics diff --git a/ci-operator/jobs/openshift/metallb/openshift-metallb-release-4.21-periodics.yaml b/ci-operator/jobs/openshift/metallb/openshift-metallb-release-4.21-periodics.yaml new file mode 100644 index 0000000000000..66e0869f58b04 --- /dev/null +++ b/ci-operator/jobs/openshift/metallb/openshift-metallb-release-4.21-periodics.yaml @@ -0,0 +1,87 @@ +periodics: +- agent: kubernetes + cluster: build09 + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.21 + org: openshift + repo: metallb + interval: 72h + labels: + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal + ci-operator.openshift.io/variant: periodics + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-metallb-release-4.21-periodics-metallb-e2e-metal-periodic + reporter_config: + slack: + channel: '#team-metallb-ci-periodic' + job_states_to_report: + - success + - failure + - error + report_template: '{{if eq .Status.State "success"}} :slack-green: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> {{else}} :failed: + job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> {{end}}' + 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=metallb-e2e-metal-periodic + - --variant=periodics + command: + - ci-operator + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + 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