Skip to content

Commit 48a9770

Browse files
weshayutinTimurMP
authored andcommitted
remove ocp415 from oadp-1.3 (openshift#81243)
ocp415 is no longer supported Signed-off-by: Wesley Hayutin <weshayutin@gmail.com>
1 parent 0307d18 commit 48a9770

3 files changed

Lines changed: 0 additions & 397 deletions

File tree

ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.3__4.15.yaml

Lines changed: 0 additions & 95 deletions
This file was deleted.

ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.3-periodics.yaml

Lines changed: 0 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -96,103 +96,6 @@ periodics:
9696
- name: result-aggregator
9797
secret:
9898
secretName: result-aggregator
99-
- agent: kubernetes
100-
cluster: build11
101-
cron: 0 4 * * *
102-
decorate: true
103-
decoration_config:
104-
sparse_checkout_files:
105-
- Dockerfile
106-
- build/ci-Dockerfile
107-
extra_refs:
108-
- base_ref: oadp-1.3
109-
org: openshift
110-
repo: oadp-operator
111-
sparse_checkout_files:
112-
- Dockerfile
113-
- build/ci-Dockerfile
114-
labels:
115-
ci-operator.openshift.io/cloud: aws
116-
ci-operator.openshift.io/cloud-cluster-profile: openshift-org-aws
117-
ci-operator.openshift.io/variant: "4.15"
118-
ci.openshift.io/generator: prowgen
119-
pj-rehearse.openshift.io/can-be-rehearsed: "true"
120-
name: periodic-ci-openshift-oadp-operator-oadp-1.3-4.15-e2e-test-aws-periodic
121-
reporter_config:
122-
slack:
123-
channel: '#oadp-cicd'
124-
job_states_to_report:
125-
- failure
126-
- error
127-
report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}*
128-
ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}}
129-
:alert-siren: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View
130-
logs> :alert-siren: {{end}}'
131-
spec:
132-
containers:
133-
- args:
134-
- --gcs-upload-secret=/secrets/gcs/service-account.json
135-
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
136-
- --lease-server-credentials-file=/etc/boskos/credentials
137-
- --report-credentials-file=/etc/report/credentials
138-
- --secret-dir=/secrets/ci-pull-credentials
139-
- --target=e2e-test-aws-periodic
140-
- --variant=4.15
141-
command:
142-
- ci-operator
143-
env:
144-
- name: HTTP_SERVER_IP
145-
valueFrom:
146-
fieldRef:
147-
fieldPath: status.podIP
148-
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
149-
imagePullPolicy: Always
150-
name: ""
151-
ports:
152-
- containerPort: 8080
153-
name: http
154-
resources:
155-
requests:
156-
cpu: 10m
157-
volumeMounts:
158-
- mountPath: /etc/boskos
159-
name: boskos
160-
readOnly: true
161-
- mountPath: /secrets/ci-pull-credentials
162-
name: ci-pull-credentials
163-
readOnly: true
164-
- mountPath: /secrets/gcs
165-
name: gcs-credentials
166-
readOnly: true
167-
- mountPath: /secrets/manifest-tool
168-
name: manifest-tool-local-pusher
169-
readOnly: true
170-
- mountPath: /etc/pull-secret
171-
name: pull-secret
172-
readOnly: true
173-
- mountPath: /etc/report
174-
name: result-aggregator
175-
readOnly: true
176-
serviceAccountName: ci-operator
177-
volumes:
178-
- name: boskos
179-
secret:
180-
items:
181-
- key: credentials
182-
path: credentials
183-
secretName: boskos-credentials
184-
- name: ci-pull-credentials
185-
secret:
186-
secretName: ci-pull-credentials
187-
- name: manifest-tool-local-pusher
188-
secret:
189-
secretName: manifest-tool-local-pusher
190-
- name: pull-secret
191-
secret:
192-
secretName: registry-pull-credentials
193-
- name: result-aggregator
194-
secret:
195-
secretName: result-aggregator
19699
- agent: kubernetes
197100
cluster: build11
198101
cron: 0 4 * * *

0 commit comments

Comments
 (0)