Skip to content

Commit b6826ee

Browse files
committed
Remove metal-ovn-assisted
These jobs are permafailing because of capacity since the metal team moved to ofcir. Also, with the deprecation of equinix, we need to find a better solution to run an assisted job.
1 parent b908fe3 commit b6826ee

File tree

2 files changed

+0
-89
lines changed

2 files changed

+0
-89
lines changed

ci-operator/config/openshift/release/openshift-release-master__okd-scos-4.19.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -80,19 +80,6 @@ tests:
8080
steps:
8181
cluster_profile: vsphere-elastic
8282
workflow: openshift-e2e-vsphere
83-
- as: e2e-metal-ovn-assisted
84-
interval: 168h
85-
steps:
86-
cluster_profile: packet-assisted
87-
dependencies:
88-
ASSISTED_AGENT_IMAGE: pipeline:assisted-installer-agent
89-
ASSISTED_CONTROLLER_IMAGE: pipeline:assisted-installer-controller
90-
ASSISTED_INSTALLER_IMAGE: pipeline:assisted-installer
91-
ASSISTED_SERVICE_IMAGE: pipeline:assisted-service
92-
env:
93-
ASSISTED_CONFIG: |
94-
OS_IMAGES='[{"openshift_version":"4.19","cpu_architecture":"x86_64","url":"https://cloud.centos.org/centos/scos/9/prod/streams/9.0.20250222-0/x86_64/scos-9.0.20250222-0-live-iso.x86_64.iso","version": "9.0.20250222-0"}]'
95-
workflow: assisted-baremetal
9683
- as: e2e-agent-single-node-ipv6
9784
cluster: build05
9885
interval: 168h

ci-operator/jobs/openshift/release/openshift-release-master-periodics.yaml

Lines changed: 0 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -179804,82 +179804,6 @@ periodics:
179804179804
- name: result-aggregator
179805179805
secret:
179806179806
secretName: result-aggregator
179807-
- agent: kubernetes
179808-
cluster: build07
179809-
decorate: true
179810-
decoration_config:
179811-
skip_cloning: true
179812-
extra_refs:
179813-
- base_ref: master
179814-
org: openshift
179815-
repo: release
179816-
interval: 168h
179817-
labels:
179818-
ci-operator.openshift.io/cloud: packet-edge
179819-
ci-operator.openshift.io/cloud-cluster-profile: packet-assisted
179820-
ci-operator.openshift.io/variant: okd-scos-4.19
179821-
ci.openshift.io/generator: prowgen
179822-
ci.openshift.io/no-builds: "true"
179823-
job-release: "4.19"
179824-
pj-rehearse.openshift.io/can-be-rehearsed: "true"
179825-
name: periodic-ci-openshift-release-master-okd-scos-4.19-e2e-metal-ovn-assisted
179826-
spec:
179827-
containers:
179828-
- args:
179829-
- --gcs-upload-secret=/secrets/gcs/service-account.json
179830-
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
179831-
- --lease-server-credentials-file=/etc/boskos/credentials
179832-
- --report-credentials-file=/etc/report/credentials
179833-
- --secret-dir=/secrets/ci-pull-credentials
179834-
- --target=e2e-metal-ovn-assisted
179835-
- --variant=okd-scos-4.19
179836-
command:
179837-
- ci-operator
179838-
image: ci-operator:latest
179839-
imagePullPolicy: Always
179840-
name: ""
179841-
resources:
179842-
requests:
179843-
cpu: 10m
179844-
volumeMounts:
179845-
- mountPath: /etc/boskos
179846-
name: boskos
179847-
readOnly: true
179848-
- mountPath: /secrets/ci-pull-credentials
179849-
name: ci-pull-credentials
179850-
readOnly: true
179851-
- mountPath: /secrets/gcs
179852-
name: gcs-credentials
179853-
readOnly: true
179854-
- mountPath: /secrets/manifest-tool
179855-
name: manifest-tool-local-pusher
179856-
readOnly: true
179857-
- mountPath: /etc/pull-secret
179858-
name: pull-secret
179859-
readOnly: true
179860-
- mountPath: /etc/report
179861-
name: result-aggregator
179862-
readOnly: true
179863-
serviceAccountName: ci-operator
179864-
volumes:
179865-
- name: boskos
179866-
secret:
179867-
items:
179868-
- key: credentials
179869-
path: credentials
179870-
secretName: boskos-credentials
179871-
- name: ci-pull-credentials
179872-
secret:
179873-
secretName: ci-pull-credentials
179874-
- name: manifest-tool-local-pusher
179875-
secret:
179876-
secretName: manifest-tool-local-pusher
179877-
- name: pull-secret
179878-
secret:
179879-
secretName: registry-pull-credentials
179880-
- name: result-aggregator
179881-
secret:
179882-
secretName: result-aggregator
179883179807
- agent: kubernetes
179884179808
cluster: vsphere02
179885179809
decorate: true

0 commit comments

Comments
 (0)