Skip to content
Closed
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
@@ -0,0 +1,107 @@
base_images:
upi-installer:
name: "4.22"
namespace: ocp
tag: upi-installer
vsphere-ci-python:
name: vsphere-python
namespace: ci
tag: latest
binary_build_commands: make linux-amd64
build_root:
image_stream_tag:
name: release
namespace: openshift
tag: rhel-9-release-golang-1.25-openshift-4.22
releases:
initial:
integration:
name: "5.0"
namespace: ocp
initial-minor:
release:
channel: fast
version: "4.22"
latest:
candidate:
product: ocp
stream: nightly
version: "5.0"
resources:
'*':
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
upi-installer:
requests:
cpu: "3"
memory: 5Gi
tests:
- as: platform-none-vsphere
cron: 0 0 * * 4
reporter_config:
channel: '#forum-opct-updates'
job_states_to_report:
- failure
- error
report_template: |
:red_jenkins_circle: :workflow::external-link::vsphere: Periodical job *{{.Spec.Job}}* ended with *{{.Status.State}}*. (<{{.Status.URL}}|View logs>) (<https://prow.ci.openshift.org/job-history/gs/test-platform-results/logs/{{.Spec.Job}}|View history>)
steps:
cluster_profile: vsphere-elastic
env:
OPCT_CLI_IMAGE: quay.io/opct/opct:latest
workflow: opct-test-platform-none-vsphere
- as: platform-none-vsphere-upgrade
cron: 0 1 * * 4
reporter_config:
channel: '#forum-opct-updates'
job_states_to_report:
- failure
- error
report_template: |
:red_jenkins_circle: :workflow::external-link::vsphere: Periodical job *{{.Spec.Job}}* ended with *{{.Status.State}}*. (<{{.Status.URL}}|View logs>) (<https://prow.ci.openshift.org/job-history/gs/test-platform-results/logs/{{.Spec.Job}}|View history>)
steps:
cluster_profile: vsphere-elastic
env:
OPCT_CLI_IMAGE: quay.io/opct/opct:latest
OPCT_RUN_MODE: upgrade
UPGRADE_TO_CHANNEL_TYPE: candidate
workflow: opct-test-platform-none-vsphere
- as: platform-external-vsphere
cron: 0 2 * * 4
reporter_config:
channel: '#forum-opct-updates'
job_states_to_report:
- failure
- error
report_template: |
:red_jenkins_circle: :workflow::external-link::vsphere: Periodical job *{{.Spec.Job}}* ended with *{{.Status.State}}*. (<{{.Status.URL}}|View logs>) (<https://prow.ci.openshift.org/job-history/gs/test-platform-results/logs/{{.Spec.Job}}|View history>)
steps:
cluster_profile: vsphere-elastic
env:
OPCT_CLI_IMAGE: quay.io/opct/opct:latest
PLATFORM_NAME: vsphere
workflow: opct-test-platform-external-vsphere
- as: platform-external-vsphere-upgrade
cron: 0 3 * * 4
reporter_config:
channel: '#forum-opct-updates'
job_states_to_report:
- failure
- error
report_template: |
:red_jenkins_circle: :workflow::external-link::vsphere: Periodical job *{{.Spec.Job}}* ended with *{{.Status.State}}*. (<{{.Status.URL}}|View logs>) (<https://prow.ci.openshift.org/job-history/gs/test-platform-results/logs/{{.Spec.Job}}|View history>)
steps:
cluster_profile: vsphere-elastic
env:
OPCT_CLI_IMAGE: quay.io/opct/opct:latest
OPCT_RUN_MODE: upgrade
UPGRADE_TO_CHANNEL_TYPE: candidate
workflow: opct-test-platform-external-vsphere
zz_generated_metadata:
branch: main
org: redhat-openshift-ecosystem
repo: opct
variant: "5.0"
Loading