Skip to content

Commit 579c13b

Browse files
authored
[INTEROP-8370] Expand MTA from 7.2.1 to 7.3.z; update Cypress dictionary. (#69295)
* [INTEROP-8370] Expand MTA from 7.2.1 to 7.3.1; update Cypress dictionary. * Removed earlier version of MTA release-0.6 OCP 4.20. * Remove extraneous file from branch. * Change `TARGET_URL` to https protocol to fix rehearsal error..
1 parent 21c84e8 commit 579c13b

File tree

6 files changed

+240
-238
lines changed

6 files changed

+240
-238
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ tests:
4646
FIREWATCH_FAIL_WITH_TEST_FAILURES: "true"
4747
OPERATORS: |
4848
[
49-
{"name": "mta-operator", "source": "redhat-operators", "channel": "stable-v7.2", "install_namespace": "mta", "operator_group":"mta-operator-group", "target_namespaces": "mta"}
49+
{"name": "mta-operator", "source": "redhat-operators", "channel": "stable-v7.3", "install_namespace": "mta", "operator_group":"mta-operator-group", "target_namespaces": "mta"}
5050
]
5151
USER_TAGS: |
5252
scenario mta
@@ -72,13 +72,13 @@ tests:
7272
]
7373
}
7474
FIREWATCH_CONFIG_FILE_PATH: https://raw.githubusercontent.com/CSPI-QE/cspi-utils/main/firewatch-base-configs/aws-ipi/lp-interop.json
75-
FIREWATCH_DEFAULT_JIRA_ADDITIONAL_LABELS: '["4.20-lp","self-managed-lp","mta-lp", "fips"]'
75+
FIREWATCH_DEFAULT_JIRA_ADDITIONAL_LABELS: '["4.20-lp","self-managed-lp","mta-lp","fips"]'
7676
FIREWATCH_DEFAULT_JIRA_ASSIGNEE: [email protected]
7777
FIREWATCH_DEFAULT_JIRA_PROJECT: LPINTEROP
7878
FIREWATCH_FAIL_WITH_TEST_FAILURES: "true"
7979
OPERATORS: |
8080
[
81-
{"name": "mta-operator", "source": "redhat-operators", "channel": "stable-v7.2", "install_namespace": "mta", "operator_group":"mta-operator-group", "target_namespaces": "mta"}
81+
{"name": "mta-operator", "source": "redhat-operators", "channel": "stable-v7.3", "install_namespace": "mta", "operator_group":"mta-operator-group", "target_namespaces": "mta"}
8282
]
8383
USER_TAGS: |
8484
scenario mta
@@ -88,7 +88,7 @@ tests:
8888
- ref: mta-tests-ui
8989
workflow: firewatch-ipi-aws
9090
zz_generated_metadata:
91-
branch: release-0.6
91+
branch: release-0.7
9292
org: konveyor
9393
repo: tackle-ui-tests
9494
variant: mta-ocp4.20-lp-interop

ci-operator/jobs/konveyor/tackle-ui-tests/konveyor-tackle-ui-tests-release-0.6-periodics.yaml

Lines changed: 0 additions & 172 deletions
Original file line numberDiff line numberDiff line change
@@ -171,175 +171,3 @@ periodics:
171171
- name: result-aggregator
172172
secret:
173173
secretName: result-aggregator
174-
- agent: kubernetes
175-
cluster: build06
176-
cron: 0 23 31 2 *
177-
decorate: true
178-
decoration_config:
179-
skip_cloning: true
180-
extra_refs:
181-
- base_ref: release-0.6
182-
org: konveyor
183-
repo: tackle-ui-tests
184-
labels:
185-
ci-operator.openshift.io/cloud: aws
186-
ci-operator.openshift.io/cloud-cluster-profile: aws-cspi-qe
187-
ci-operator.openshift.io/variant: mta-ocp4.20-lp-interop
188-
ci.openshift.io/generator: prowgen
189-
job-release: "4.20"
190-
pj-rehearse.openshift.io/can-be-rehearsed: "true"
191-
name: periodic-ci-konveyor-tackle-ui-tests-release-0.6-mta-ocp4.20-lp-interop-mta-interop-aws
192-
reporter_config:
193-
slack:
194-
channel: '#mta-interop'
195-
job_states_to_report:
196-
- success
197-
- failure
198-
- error
199-
report_template: '{{if eq .Status.State "success"}} :slack-green: Job *{{.Spec.Job}}*
200-
ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> {{else}} :failed:
201-
Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View
202-
logs> {{end}}'
203-
spec:
204-
containers:
205-
- args:
206-
- --gcs-upload-secret=/secrets/gcs/service-account.json
207-
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
208-
- --lease-server-credentials-file=/etc/boskos/credentials
209-
- --report-credentials-file=/etc/report/credentials
210-
- --secret-dir=/secrets/ci-pull-credentials
211-
- --target=mta-interop-aws
212-
- --variant=mta-ocp4.20-lp-interop
213-
command:
214-
- ci-operator
215-
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
216-
imagePullPolicy: Always
217-
name: ""
218-
resources:
219-
requests:
220-
cpu: 10m
221-
volumeMounts:
222-
- mountPath: /etc/boskos
223-
name: boskos
224-
readOnly: true
225-
- mountPath: /secrets/ci-pull-credentials
226-
name: ci-pull-credentials
227-
readOnly: true
228-
- mountPath: /secrets/gcs
229-
name: gcs-credentials
230-
readOnly: true
231-
- mountPath: /secrets/manifest-tool
232-
name: manifest-tool-local-pusher
233-
readOnly: true
234-
- mountPath: /etc/pull-secret
235-
name: pull-secret
236-
readOnly: true
237-
- mountPath: /etc/report
238-
name: result-aggregator
239-
readOnly: true
240-
serviceAccountName: ci-operator
241-
volumes:
242-
- name: boskos
243-
secret:
244-
items:
245-
- key: credentials
246-
path: credentials
247-
secretName: boskos-credentials
248-
- name: ci-pull-credentials
249-
secret:
250-
secretName: ci-pull-credentials
251-
- name: manifest-tool-local-pusher
252-
secret:
253-
secretName: manifest-tool-local-pusher
254-
- name: pull-secret
255-
secret:
256-
secretName: registry-pull-credentials
257-
- name: result-aggregator
258-
secret:
259-
secretName: result-aggregator
260-
- agent: kubernetes
261-
cluster: build06
262-
cron: 0 23 31 2 *
263-
decorate: true
264-
decoration_config:
265-
skip_cloning: true
266-
extra_refs:
267-
- base_ref: release-0.6
268-
org: konveyor
269-
repo: tackle-ui-tests
270-
labels:
271-
ci-operator.openshift.io/cloud: aws
272-
ci-operator.openshift.io/cloud-cluster-profile: aws-cspi-qe
273-
ci-operator.openshift.io/variant: mta-ocp4.20-lp-interop
274-
ci.openshift.io/generator: prowgen
275-
job-release: "4.20"
276-
pj-rehearse.openshift.io/can-be-rehearsed: "true"
277-
name: periodic-ci-konveyor-tackle-ui-tests-release-0.6-mta-ocp4.20-lp-interop-mta-interop-aws-fips
278-
reporter_config:
279-
slack:
280-
channel: '#mta-interop'
281-
job_states_to_report:
282-
- success
283-
- failure
284-
- error
285-
report_template: '{{if eq .Status.State "success"}} :slack-green: Job *{{.Spec.Job}}*
286-
ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> {{else}} :failed:
287-
Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View
288-
logs> {{end}}'
289-
spec:
290-
containers:
291-
- args:
292-
- --gcs-upload-secret=/secrets/gcs/service-account.json
293-
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
294-
- --lease-server-credentials-file=/etc/boskos/credentials
295-
- --report-credentials-file=/etc/report/credentials
296-
- --secret-dir=/secrets/ci-pull-credentials
297-
- --target=mta-interop-aws-fips
298-
- --variant=mta-ocp4.20-lp-interop
299-
command:
300-
- ci-operator
301-
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
302-
imagePullPolicy: Always
303-
name: ""
304-
resources:
305-
requests:
306-
cpu: 10m
307-
volumeMounts:
308-
- mountPath: /etc/boskos
309-
name: boskos
310-
readOnly: true
311-
- mountPath: /secrets/ci-pull-credentials
312-
name: ci-pull-credentials
313-
readOnly: true
314-
- mountPath: /secrets/gcs
315-
name: gcs-credentials
316-
readOnly: true
317-
- mountPath: /secrets/manifest-tool
318-
name: manifest-tool-local-pusher
319-
readOnly: true
320-
- mountPath: /etc/pull-secret
321-
name: pull-secret
322-
readOnly: true
323-
- mountPath: /etc/report
324-
name: result-aggregator
325-
readOnly: true
326-
serviceAccountName: ci-operator
327-
volumes:
328-
- name: boskos
329-
secret:
330-
items:
331-
- key: credentials
332-
path: credentials
333-
secretName: boskos-credentials
334-
- name: ci-pull-credentials
335-
secret:
336-
secretName: ci-pull-credentials
337-
- name: manifest-tool-local-pusher
338-
secret:
339-
secretName: manifest-tool-local-pusher
340-
- name: pull-secret
341-
secret:
342-
secretName: registry-pull-credentials
343-
- name: result-aggregator
344-
secret:
345-
secretName: result-aggregator

ci-operator/jobs/konveyor/tackle-ui-tests/konveyor-tackle-ui-tests-release-0.6-presubmits.yaml

Lines changed: 0 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -58,61 +58,3 @@ presubmits:
5858
secret:
5959
secretName: result-aggregator
6060
trigger: (?m)^/test( | .* )mta-ocp4.19-lp-interop-images,?($|\s.*)
61-
- agent: kubernetes
62-
always_run: true
63-
branches:
64-
- ^release-0\.6$
65-
- ^release-0\.6-
66-
cluster: build09
67-
context: ci/prow/mta-ocp4.20-lp-interop-images
68-
decorate: true
69-
decoration_config:
70-
skip_cloning: true
71-
labels:
72-
ci-operator.openshift.io/variant: mta-ocp4.20-lp-interop
73-
ci.openshift.io/generator: prowgen
74-
job-release: "4.20"
75-
pj-rehearse.openshift.io/can-be-rehearsed: "true"
76-
name: pull-ci-konveyor-tackle-ui-tests-release-0.6-mta-ocp4.20-lp-interop-images
77-
rerun_command: /test mta-ocp4.20-lp-interop-images
78-
spec:
79-
containers:
80-
- args:
81-
- --gcs-upload-secret=/secrets/gcs/service-account.json
82-
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
83-
- --report-credentials-file=/etc/report/credentials
84-
- --target=[images]
85-
- --variant=mta-ocp4.20-lp-interop
86-
command:
87-
- ci-operator
88-
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
89-
imagePullPolicy: Always
90-
name: ""
91-
resources:
92-
requests:
93-
cpu: 10m
94-
volumeMounts:
95-
- mountPath: /secrets/gcs
96-
name: gcs-credentials
97-
readOnly: true
98-
- mountPath: /secrets/manifest-tool
99-
name: manifest-tool-local-pusher
100-
readOnly: true
101-
- mountPath: /etc/pull-secret
102-
name: pull-secret
103-
readOnly: true
104-
- mountPath: /etc/report
105-
name: result-aggregator
106-
readOnly: true
107-
serviceAccountName: ci-operator
108-
volumes:
109-
- name: manifest-tool-local-pusher
110-
secret:
111-
secretName: manifest-tool-local-pusher
112-
- name: pull-secret
113-
secret:
114-
secretName: registry-pull-credentials
115-
- name: result-aggregator
116-
secret:
117-
secretName: result-aggregator
118-
trigger: (?m)^/test( | .* )mta-ocp4.20-lp-interop-images,?($|\s.*)

0 commit comments

Comments
 (0)