Skip to content
Open
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 @@ -18,12 +18,17 @@ images:
- dockerfile_path: Dockerfile.rhel7
to: machine-config-operator
releases:
latest:
arm64-latest:
candidate:
architecture: arm64
product: ocp
stream: nightly
version: "4.22"
latest:
candidate:
product: ocp
stream: nightly
version: "4.22"
resources:
'*':
requests:
Expand All @@ -42,6 +47,8 @@ tests:
shard_count: 2
steps:
cluster_profile: openshift-org-aws
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:arm64-latest
env:
OCP_ARCH: arm64
TEST_SUITE: openshift/machine-config-operator/disruptive
Expand All @@ -61,6 +68,8 @@ tests:
shard_count: 3
steps:
cluster_profile: openshift-org-aws
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:arm64-latest
env:
FEATURE_SET: TechPreviewNoUpgrade
OCP_ARCH: arm64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,17 @@ images:
- dockerfile_path: Dockerfile.rhel7
to: machine-config-operator
releases:
latest:
arm64-latest:
candidate:
architecture: arm64
product: ocp
stream: nightly
version: "4.23"
latest:
candidate:
product: ocp
stream: nightly
version: "4.23"
resources:
'*':
requests:
Expand All @@ -42,6 +47,8 @@ tests:
shard_count: 2
steps:
cluster_profile: openshift-org-aws
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:arm64-latest
env:
OCP_ARCH: arm64
TEST_SUITE: openshift/machine-config-operator/disruptive
Expand All @@ -61,6 +68,8 @@ tests:
shard_count: 3
steps:
cluster_profile: openshift-org-aws
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:arm64-latest
env:
FEATURE_SET: TechPreviewNoUpgrade
OCP_ARCH: arm64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,17 @@ images:
- dockerfile_path: Dockerfile.rhel7
to: machine-config-operator
releases:
latest:
arm64-latest:
candidate:
architecture: arm64
product: ocp
stream: nightly
version: "5.0"
latest:
candidate:
product: ocp
stream: nightly
version: "5.0"
resources:
'*':
requests:
Expand All @@ -42,6 +47,8 @@ tests:
shard_count: 2
steps:
cluster_profile: openshift-org-aws
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:arm64-latest
env:
OCP_ARCH: arm64
TEST_SUITE: openshift/machine-config-operator/disruptive
Expand All @@ -61,6 +68,8 @@ tests:
shard_count: 3
steps:
cluster_profile: openshift-org-aws
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:arm64-latest
env:
FEATURE_SET: TechPreviewNoUpgrade
OCP_ARCH: arm64
Expand Down