Skip to content
Draft
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 @@ -25,26 +25,23 @@ images:
optional: true
to: cli-with-git
releases:
initial:
release:
channel: stable
version: "4.22"
latest:
release:
channel: stable
candidate:
product: ocp
stream: nightly
version: "4.22"
resources:
'*':
requests:
cpu: 200m
memory: 400Mi
tests:
- as: cclm-liv-mig-aws-p2p-lp-interop
- as: cclm-liv-mig-lp-interop-aws
cron: 0 23 28 2 *
steps:
cluster_profile: aws-cspi-qe
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:initial
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:latest
env:
ACM_SPOKE_CLUSTER_COUNT: "2"
ACM_SPOKE_CLUSTER_INITIAL_VERSION: "4.22"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,19 +203,9 @@ periodics:
ci-operator.openshift.io/cloud-cluster-profile: aws-cspi-qe
ci-operator.openshift.io/variant: acm-virt-ocp4.22-p2p
ci.openshift.io/generator: prowgen
job-release: "4.22"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-RedHatQE-interop-testing-master-acm-virt-ocp4.22-p2p-cclm-liv-mig-aws-p2p-lp-interop
reporter_config:
slack:
channel: '#forum-p2p-cspi'
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}}'
name: periodic-ci-RedHatQE-interop-testing-master-acm-virt-ocp4.22-p2p-cclm-liv-mig-lp-interop-aws
spec:
containers:
- args:
Expand All @@ -224,7 +214,7 @@ periodics:
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --secret-dir=/secrets/ci-pull-credentials
- --target=cclm-liv-mig-aws-p2p-lp-interop
- --target=cclm-liv-mig-lp-interop-aws
- --variant=acm-virt-ocp4.22-p2p
command:
- ci-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ presubmits:
labels:
ci-operator.openshift.io/variant: acm-virt-ocp4.22-p2p
ci.openshift.io/generator: prowgen
job-release: "4.22"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-RedHatQE-interop-testing-master-acm-virt-ocp4.22-p2p-images
optional: true
Expand Down