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,212 @@
base_images:
assisted-image-service:
name: ocm-2.14
namespace: edge-infrastructure
tag: assisted-image-service
assisted-installer:
name: ocm-2.14
namespace: edge-infrastructure
tag: assisted-installer
assisted-installer-agent:
name: ocm-2.14
namespace: edge-infrastructure
tag: assisted-installer-agent
assisted-installer-controller:
name: ocm-2.14
namespace: edge-infrastructure
tag: assisted-installer-controller
assisted-service:
name: ocm-2.14
namespace: edge-infrastructure
tag: assisted-service
assisted-test-infra:
name: ocm-2.14
namespace: edge-infrastructure
tag: assisted-test-infra
dev-scripts:
name: test
namespace: ocp-kni
tag: dev-scripts
hypershift-operator:
name: hypershift-operator
namespace: hypershift
tag: latest
hypershift-tests:
name: hypershift-tests
namespace: hypershift
tag: latest
ocp_4.19_base-rhel9:
name: "4.19"
namespace: ocp
tag: base-rhel9
ocp_builder_rhel-8-golang-1.23-openshift-4.19:
name: builder
namespace: ocp
tag: rhel-8-golang-1.23-openshift-4.19
ocp_builder_rhel-9-golang-1.23-openshift-4.19:
name: builder
namespace: ocp
tag: rhel-9-golang-1.23-openshift-4.19
ocp_os:
name: "4.19"
namespace: ocp
tag: rhel-coreos
upi-installer:
name: "4.19"
namespace: ocp
tag: upi-installer
build_root:
from_repository: true
images:
- dockerfile_path: Dockerfile.rhel7
inputs:
ocp_4.19_base-rhel9:
as:
- registry.ci.openshift.org/ocp/4.19:base-rhel9
ocp_builder_rhel-8-golang-1.23-openshift-4.19:
as:
- registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.23-openshift-4.19
ocp_builder_rhel-9-golang-1.23-openshift-4.19:
as:
- registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19
to: machine-config-operator
releases:
latest:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this needs be from a nightly like cluster-control-plane-machine-set-operator has defined

  latest:
    candidate:
      product: ocp
      stream: nightly
      version: "4.19"

candidate:
product: ocp
stream: nightly
version: "4.19"
resources:
'*':
requests:
cpu: 100m
memory: 200Mi
tests:
- as: e2e-aws-mco-disruptive
interval: 168h
steps:
cluster_profile: aws-3
env:
TEST_SUITE: openshift/machine-config-operator/disruptive
workflow: openshift-e2e-aws
- as: e2e-azure-mco-disruptive
interval: 168h
steps:
cluster_profile: azure4
env:
TEST_SUITE: openshift/machine-config-operator/disruptive
workflow: openshift-e2e-azure
- as: e2e-gcp-mco-disruptive
interval: 168h
steps:
cluster_profile: gcp-3
env:
TEST_SUITE: openshift/machine-config-operator/disruptive
workflow: openshift-e2e-gcp
- as: e2e-vsphere-mco-disruptive
cron: 0 6 * * 1
steps:
cluster_profile: vsphere-elastic
env:
TEST_SUITE: openshift/machine-config-operator/disruptive
workflow: openshift-e2e-vsphere
- as: e2e-metal-ipi-ovn-ipv4-mco-disruptive
cluster: build05
cron: 0 6 * * 1
steps:
cluster_profile: equinix-ocp-metal
env:
TEST_SUITE: openshift/machine-config-operator/disruptive
workflow: baremetalds-e2e-ovn-ipv4
timeout: 6h0m0s
- as: e2e-metal-ipi-ovn-ipv6-mco-disruptive
cluster: build05
cron: 0 6 * * 1
steps:
cluster_profile: equinix-ocp-metal
env:
TEST_SUITE: openshift/machine-config-operator/disruptive
workflow: baremetalds-e2e-ovn-ipv6
timeout: 6h0m0s
- as: e2e-metal-ipi-ovn-dualstack-mco-disruptive
cluster: build05
cron: 0 6 * * 1
steps:
cluster_profile: equinix-ocp-metal
env:
TEST_SUITE: openshift/machine-config-operator/disruptive
workflow: baremetalds-e2e-ovn-dualstack
timeout: 6h0m0s
- as: e2e-aws-mco-disruptive-techpreview
interval: 168h
steps:
cluster_profile: aws-3
env:
FEATURE_SET: TechPreviewNoUpgrade
TEST_SUITE: openshift/machine-config-operator/disruptive
workflow: openshift-e2e-aws
- as: e2e-azure-mco-disruptive-techpreview
interval: 168h
steps:
cluster_profile: azure4
env:
FEATURE_SET: TechPreviewNoUpgrade
TEST_SUITE: openshift/machine-config-operator/disruptive
workflow: openshift-e2e-azure
- as: e2e-gcp-mco-disruptive-techpreview
interval: 168h
steps:
cluster_profile: gcp-3
env:
FEATURE_SET: TechPreviewNoUpgrade
TEST_SUITE: openshift/machine-config-operator/disruptive
workflow: openshift-e2e-gcp
- as: e2e-vsphere-mco-disruptive-techpreview
cron: 0 8 * * 1
steps:
cluster_profile: vsphere-elastic
env:
FEATURE_SET: TechPreviewNoUpgrade
TEST_SUITE: openshift/machine-config-operator/disruptive
workflow: openshift-e2e-vsphere
- as: e2e-metal-ipi-ovn-ipv4-mco-disruptive-techpreview
cluster: build05
cron: 0 8 * * 1
steps:
cluster_profile: equinix-ocp-metal
env:
DEVSCRIPTS_CONFIG: |
IP_STACK=v4
FEATURE_SET=TechPreviewNoUpgrade
TEST_SUITE: openshift/machine-config-operator/disruptive
workflow: baremetalds-e2e-ovn-ipv4
timeout: 6h0m0s
- as: e2e-metal-ipi-ovn-ipv6-mco-disruptive-techpreview
cluster: build05
cron: 0 8 * * 1
steps:
cluster_profile: equinix-ocp-metal
env:
DEVSCRIPTS_CONFIG: |
IP_STACK=v6
FEATURE_SET=TechPreviewNoUpgrade
TEST_SUITE: openshift/machine-config-operator/disruptive
workflow: baremetalds-e2e-ovn-ipv6
timeout: 6h0m0s
- as: e2e-metal-ipi-ovn-dualstack-mco-disruptive-techpreview
cluster: build05
cron: 0 8 * * 1
steps:
cluster_profile: equinix-ocp-metal
env:
DEVSCRIPTS_CONFIG: |
IP_STACK=v4v6
FEATURE_SET=TechPreviewNoUpgrade
TEST_SUITE: openshift/machine-config-operator/disruptive
workflow: baremetalds-e2e-ovn-dualstack
timeout: 6h0m0s
zz_generated_metadata:
branch: release-4.19
org: openshift
repo: machine-config-operator
variant: periodics
Loading