Skip to content
Merged
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 @@ -35,6 +35,10 @@ base_images:
name: nested-environment-builder
namespace: ci
tag: latest
nested-podman:
name: nested-podman
namespace: ci
tag: latest
ocp_4.10_cli:
name: 5.0-priv
namespace: ocp-private
Expand Down Expand Up @@ -1191,6 +1195,7 @@ tests:
- as: e2e-agent-two-node-fencing-ipv4
capabilities:
- intranet
- nested-podman
optional: true
run_if_changed: ^(cmd|pkg|data).*/agent/
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ base_images:
name: nested-environment-builder
namespace: ci
tag: latest
nested-podman:
name: nested-podman
namespace: ci
tag: latest
ocm-cli:
name: ocm-cli
namespace: ci
Expand Down Expand Up @@ -771,6 +775,18 @@ tests:
steps:
cluster_profile: equinix-edge-enablement
workflow: baremetalds-two-node-fencing-recovery
- as: e2e-metal-ovn-two-node-fencing-recovery-repo-ra
capabilities:
- intranet
- nested-podman
cron: '@yearly'
steps:
cluster_profile: equinix-edge-enablement
env:
CUSTOM_OS_IMAGE_REPO: rh-edge-enablement/tnf-custom-rhcos
CUSTOM_OS_MIRROR_REGISTRY: quay.io
RESOURCE_AGENT_SOURCE: REPO
workflow: baremetalds-two-node-fencing-recovery
- as: e2e-metal-ovn-two-node-fencing-ipv6-recovery
capabilities:
- intranet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ base_images:
name: nested-environment-builder
namespace: ci
tag: latest
nested-podman:
name: nested-podman
namespace: ci
tag: latest
ocm-cli:
name: ocm-cli
namespace: ci
Expand Down Expand Up @@ -748,6 +752,18 @@ tests:
steps:
cluster_profile: equinix-edge-enablement
workflow: baremetalds-two-node-fencing-recovery
- as: e2e-metal-ovn-two-node-fencing-recovery-repo-ra
capabilities:
- intranet
- nested-podman
cron: '@yearly'
steps:
cluster_profile: equinix-edge-enablement
env:
CUSTOM_OS_IMAGE_REPO: rh-edge-enablement/tnf-custom-rhcos
CUSTOM_OS_MIRROR_REGISTRY: quay.io
RESOURCE_AGENT_SOURCE: REPO
workflow: baremetalds-two-node-fencing-recovery
- as: e2e-metal-ovn-two-node-fencing-ipv6-recovery
capabilities:
- intranet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ base_images:
name: nested-environment-builder
namespace: ci
tag: latest
nested-podman:
name: nested-podman
namespace: ci
tag: latest
ocm-cli:
name: ocm-cli
namespace: ci
Expand Down Expand Up @@ -748,6 +752,18 @@ tests:
steps:
cluster_profile: equinix-edge-enablement
workflow: baremetalds-two-node-fencing-recovery
- as: e2e-metal-ovn-two-node-fencing-recovery-repo-ra
capabilities:
- intranet
- nested-podman
cron: '@yearly'
steps:
cluster_profile: equinix-edge-enablement
env:
CUSTOM_OS_IMAGE_REPO: rh-edge-enablement/tnf-custom-rhcos
CUSTOM_OS_MIRROR_REGISTRY: quay.io
RESOURCE_AGENT_SOURCE: REPO
workflow: baremetalds-two-node-fencing-recovery
- as: e2e-metal-ovn-two-node-fencing-ipv6-recovery
capabilities:
- intranet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1285,6 +1285,7 @@ presubmits:
hidden: true
labels:
capability/intranet: intranet
capability/nested-podman: nested-podman
ci-operator.openshift.io/cloud: equinix-ocp-metal
ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal
ci.openshift.io/generator: prowgen
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224035,6 +224035,92 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build06
cron: '@yearly'
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: main
org: openshift
repo: release
labels:
capability/intranet: intranet
capability/nested-podman: nested-podman
ci-operator.openshift.io/cloud: equinix-edge-enablement
ci-operator.openshift.io/cloud-cluster-profile: equinix-edge-enablement
ci-operator.openshift.io/variant: nightly-4.22
ci.openshift.io/generator: prowgen
ci.openshift.io/no-builds: "true"
job-release: "4.22"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-release-main-nightly-4.22-e2e-metal-ovn-two-node-fencing-recovery-repo-ra
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-metal-ovn-two-node-fencing-recovery-repo-ra
- --variant=nightly-4.22
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: build06
cron: 7 2,12 * * *
Expand Down Expand Up @@ -247186,6 +247272,92 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build06
cron: '@yearly'
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: main
org: openshift
repo: release
labels:
capability/intranet: intranet
capability/nested-podman: nested-podman
ci-operator.openshift.io/cloud: equinix-edge-enablement
ci-operator.openshift.io/cloud-cluster-profile: equinix-edge-enablement
ci-operator.openshift.io/variant: nightly-4.23
ci.openshift.io/generator: prowgen
ci.openshift.io/no-builds: "true"
job-release: "4.23"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-release-main-nightly-4.23-e2e-metal-ovn-two-node-fencing-recovery-repo-ra
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-metal-ovn-two-node-fencing-recovery-repo-ra
- --variant=nightly-4.23
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: build06
cron: 7 2,12 * * *
Expand Down Expand Up @@ -281304,6 +281476,92 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build06
cron: '@yearly'
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: main
org: openshift
repo: release
labels:
capability/intranet: intranet
capability/nested-podman: nested-podman
ci-operator.openshift.io/cloud: equinix-edge-enablement
ci-operator.openshift.io/cloud-cluster-profile: equinix-edge-enablement
ci-operator.openshift.io/variant: nightly-5.0
ci.openshift.io/generator: prowgen
ci.openshift.io/no-builds: "true"
job-release: "5.0"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-release-main-nightly-5.0-e2e-metal-ovn-two-node-fencing-recovery-repo-ra
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-metal-ovn-two-node-fencing-recovery-repo-ra
- --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: build06
cron: 7 2,12 * * *
Expand Down
Loading