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
18 changes: 15 additions & 3 deletions pkg/variantregistry/ocp.go
Original file line number Diff line number Diff line change
Expand Up @@ -655,9 +655,21 @@ func (v *OCPVariantLoader) setJobTier(_ logrus.FieldLogger, variants map[string]
// not ready to make release blocking yet.
{[]string{"-vsphere-host-groups"}, "candidate"},

// Periodic MCO jobs used for component readiness; not ready to make
// release blocking yet.
{[]string{"-mco-disruptive"}, "candidate"},
// Periodic MCO metal jobs are not ready for component readiness yet, marking them as candidate
{[]string{"metal-ipi-ovn-dualstack-mco-disruptive"}, "candidate"},
{[]string{"metal-ipi-ovn-ipv4-mco-disruptive"}, "candidate"},
{[]string{"metal-ipi-ovn-ipv6-mco-disruptive"}, "candidate"},

// Set MCO OCL jobs to standard
{[]string{"e2e-aws-ovn-ocl"}, "standard"},
{[]string{"e2e-aws-ovn-upgrade-ocl"}, "standard"},

// All remaining 4.19/4.20 MCO disruptive jobs are not ready for component readiness yet, marking them as candidate
{[]string{"machine-config-operator-release-4.19"}, "candidate"},
{[]string{"machine-config-operator-release-4.20"}, "candidate"},

// Set remaining periodic MCO jobs to standard for component readiness
{[]string{"-mco-disruptive"}, "standard"},

// Konflux jobs aren't ready yet
{[]string{"-konflux"}, "candidate"},
Expand Down
16 changes: 8 additions & 8 deletions pkg/variantregistry/snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30452,7 +30452,7 @@ periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-aws-mco
ContainerRuntime: crun
FeatureSet: default
Installer: ipi
JobTier: candidate
JobTier: standard
LayeredProduct: none
Network: ovn
NetworkAccess: default
Expand All @@ -30476,7 +30476,7 @@ periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-aws-mco
ContainerRuntime: crun
FeatureSet: techpreview
Installer: ipi
JobTier: candidate
JobTier: standard
LayeredProduct: none
Network: ovn
NetworkAccess: default
Expand Down Expand Up @@ -30551,7 +30551,7 @@ periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-azure-m
ContainerRuntime: crun
FeatureSet: default
Installer: ipi
JobTier: candidate
JobTier: standard
LayeredProduct: none
Network: ovn
NetworkAccess: default
Expand All @@ -30575,7 +30575,7 @@ periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-azure-m
ContainerRuntime: crun
FeatureSet: techpreview
Installer: ipi
JobTier: candidate
JobTier: standard
LayeredProduct: none
Network: ovn
NetworkAccess: default
Expand All @@ -30599,7 +30599,7 @@ periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-gcp-mco
ContainerRuntime: crun
FeatureSet: default
Installer: ipi
JobTier: candidate
JobTier: standard
LayeredProduct: none
Network: ovn
NetworkAccess: default
Expand All @@ -30623,7 +30623,7 @@ periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-gcp-mco
ContainerRuntime: crun
FeatureSet: techpreview
Installer: ipi
JobTier: candidate
JobTier: standard
LayeredProduct: none
Network: ovn
NetworkAccess: default
Expand Down Expand Up @@ -30791,7 +30791,7 @@ periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-vsphere
ContainerRuntime: crun
FeatureSet: default
Installer: ipi
JobTier: candidate
JobTier: standard
LayeredProduct: none
Network: ovn
NetworkAccess: default
Expand All @@ -30815,7 +30815,7 @@ periodic-ci-openshift-machine-config-operator-release-4.21-periodics-e2e-vsphere
ContainerRuntime: crun
FeatureSet: techpreview
Installer: ipi
JobTier: candidate
JobTier: standard
LayeredProduct: none
Network: ovn
NetworkAccess: default
Expand Down