Skip to content
Merged
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,74 @@
base_images:
upi-installer:
name: "4.19"
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-8-release-golang-1.25-openshift-4.21
releases:
initial:
integration:
name: "4.22"
namespace: ocp
initial-minor:
release:
channel: fast
version: "4.21"
latest:
candidate:
product: ocp
stream: nightly
version: "4.22"
resources:
'*':
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
upi-installer:
requests:
cpu: "3"
memory: 5Gi
tests:
- as: platform-none-vsphere
cron: 54 11 * * 5
steps:
cluster_profile: vsphere-elastic
workflow: opct-test-platform-none-vsphere
- as: platform-none-vsphere-upgrade
cron: 54 5 * * 0
steps:
cluster_profile: vsphere-elastic
env:
OPCT_RUN_MODE: upgrade
UPGRADE_TO_CHANNEL_TYPE: candidate
workflow: opct-test-platform-none-vsphere
- as: platform-external-vsphere
cron: 44 23 * * 5
steps:
cluster_profile: vsphere-elastic
env:
PLATFORM_NAME: vsphere
workflow: opct-test-platform-external-vsphere
- as: platform-external-vsphere-upgrade
cron: 25 6 * * 1
steps:
cluster_profile: vsphere-elastic
env:
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: "4.22"
Loading