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
Expand Up @@ -129,6 +129,16 @@ resources:
cpu: 100m
memory: 200Mi
tests:
- as: ocp-e2e-aws-ovn-heterogeneous-upgrade
interval: 72h
steps:
cluster_profile: aws-2
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-initial
OPENSHIFT_UPGRADE_RELEASE_IMAGE_OVERRIDE: release:multi-latest
env:
BASE_DOMAIN: aws-2.ci.openshift.org
workflow: openshift-upgrade-aws-heterogeneous
- as: ocp-e2e-aws-heterogeneous
cron: 33 7 * * 3
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,18 @@ releases:
product: ocp
stream: nightly
version: "4.12"
multi-initial:
candidate:
architecture: multi
product: ocp
stream: nightly
version: "4.11"
multi-latest:
candidate:
architecture: multi
product: ocp
stream: nightly
version: "4.12"
ppc64le-initial:
candidate:
architecture: ppc64le
Expand Down Expand Up @@ -104,6 +116,16 @@ resources:
cpu: 100m
memory: 200Mi
tests:
- as: ocp-e2e-aws-heterogeneous-upgrade
interval: 72h
steps:
cluster_profile: aws-2
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-initial
OPENSHIFT_UPGRADE_RELEASE_IMAGE_OVERRIDE: release:multi-latest
env:
BASE_DOMAIN: aws-2.ci.openshift.org
workflow: openshift-upgrade-aws-heterogeneous
- as: ocp-e2e-aws-sdn-arm64
interval: 72h
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,35 @@ releases:
product: ocp
stream: nightly
version: "4.12"
multi-initial:
prerelease:
architecture: multi
product: ocp
version_bounds:
lower: 4.11.0-0
upper: 4.12.0-0
multi-latest:
candidate:
architecture: multi
product: ocp
stream: nightly
version: "4.12"
resources:
'*':
requests:
cpu: 100m
memory: 200Mi
tests:
- as: ocp-e2e-aws-heterogeneous-upgrade
interval: 72h
steps:
cluster_profile: aws-2
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-initial
OPENSHIFT_UPGRADE_RELEASE_IMAGE_OVERRIDE: release:multi-latest
env:
BASE_DOMAIN: aws-2.ci.openshift.org
workflow: openshift-upgrade-aws-heterogeneous
- as: ocp-e2e-aws-sdn-arm64
interval: 72h
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,16 @@ resources:
cpu: 100m
memory: 200Mi
tests:
- as: ocp-e2e-aws-ovn-heterogeneous-upgrade
interval: 72h
steps:
cluster_profile: aws-2
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-initial
OPENSHIFT_UPGRADE_RELEASE_IMAGE_OVERRIDE: release:multi-latest
env:
BASE_DOMAIN: aws-2.ci.openshift.org
workflow: openshift-upgrade-aws-heterogeneous
- as: ocp-e2e-aws-ovn-heterogeneous
cron: 08 11 * * 5
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,18 @@ releases:
product: ocp
stream: nightly
version: "4.13"
multi-initial:
candidate:
architecture: multi
product: ocp
stream: nightly
version: "4.12"
multi-latest:
candidate:
architecture: multi
product: ocp
stream: nightly
version: "4.13"
ppc64le-initial:
candidate:
architecture: ppc64le
Expand Down Expand Up @@ -104,6 +116,16 @@ resources:
cpu: 100m
memory: 200Mi
tests:
- as: ocp-e2e-aws-heterogeneous-upgrade
interval: 72h
steps:
cluster_profile: aws-2
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-initial
OPENSHIFT_UPGRADE_RELEASE_IMAGE_OVERRIDE: release:multi-latest
env:
BASE_DOMAIN: aws-2.ci.openshift.org
workflow: openshift-upgrade-aws-heterogeneous
- as: ocp-e2e-aws-sdn-arm64
interval: 72h
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,35 @@ releases:
product: ocp
stream: nightly
version: "4.13"
multi-initial:
prerelease:
architecture: multi
product: ocp
version_bounds:
lower: 4.12.0-0
upper: 4.13.0-0
multi-latest:
candidate:
architecture: multi
product: ocp
stream: nightly
version: "4.13"
resources:
'*':
requests:
cpu: 100m
memory: 200Mi
tests:
- as: ocp-e2e-aws-heterogeneous-upgrade
interval: 72h
steps:
cluster_profile: aws-2
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-initial
OPENSHIFT_UPGRADE_RELEASE_IMAGE_OVERRIDE: release:multi-latest
env:
BASE_DOMAIN: aws-2.ci.openshift.org
workflow: openshift-upgrade-aws-heterogeneous
- as: ocp-e2e-aws-sdn-arm64
interval: 72h
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,16 @@ resources:
cpu: 100m
memory: 200Mi
tests:
- as: ocp-e2e-aws-ovn-heterogeneous-upgrade
interval: 72h
steps:
cluster_profile: aws-2
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-initial
OPENSHIFT_UPGRADE_RELEASE_IMAGE_OVERRIDE: release:multi-latest
env:
BASE_DOMAIN: aws-2.ci.openshift.org
workflow: openshift-upgrade-aws-heterogeneous
- as: ocp-e2e-aws-ovn-heterogeneous
cron: 08 11 * * 5
steps:
Expand Down
Loading