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
6 changes: 4 additions & 2 deletions pkg/variantregistry/ocp.go
Original file line number Diff line number Diff line change
Expand Up @@ -803,8 +803,10 @@ func (v *OCPVariantLoader) setJobTier(_ logrus.FieldLogger, variants map[string]
// GCP multi-operator periodic jobs are not yet stable enough for component readiness
{[]string{"e2e-gcp-multi-operator-periodic"}, "candidate"},

// Disruptive longrunning jobs promoted to candidate while stabilizing
{[]string{"-disruptive-longrunning"}, "candidate"},
// Disruptive longrunning jobs: non-techpreview promoted to standard,
// techpreview to candidate while stabilizing
{[]string{"-disruptive-longrunning-techpreview"}, "candidate"},
{[]string{"-disruptive-longrunning"}, "standard"},

// Hidden jobs
{[]string{"-cilium"}, "hidden"},
Expand Down
2 changes: 1 addition & 1 deletion pkg/variantregistry/ocp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2103,7 +2103,7 @@ func TestVariantSyncer(t *testing.T) {
VariantInstaller: "ipi",
VariantPlatform: "aws",
VariantProcedure: "none",
VariantJobTier: "candidate",
VariantJobTier: "standard",
VariantNetwork: "ovn",
VariantNetworkStack: "ipv4",
VariantOwner: "eng",
Expand Down
8 changes: 4 additions & 4 deletions pkg/variantregistry/snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282037,7 +282037,7 @@ periodic-ci-openshift-release-main-nightly-4.21-e2e-aws-disruptive-longrunning:
ContainerRuntime: crun
FeatureSet: default
Installer: ipi
JobTier: candidate
JobTier: standard
LayeredProduct: none
Network: ovn
NetworkAccess: default
Expand Down Expand Up @@ -287709,7 +287709,7 @@ periodic-ci-openshift-release-main-nightly-4.22-e2e-aws-disruptive-longrunning:
ContainerRuntime: crun
FeatureSet: default
Installer: ipi
JobTier: candidate
JobTier: standard
LayeredProduct: none
Network: ovn
NetworkAccess: default
Expand Down Expand Up @@ -294625,7 +294625,7 @@ periodic-ci-openshift-release-main-nightly-4.23-e2e-aws-disruptive-longrunning:
ContainerRuntime: crun
FeatureSet: default
Installer: ipi
JobTier: candidate
JobTier: standard
LayeredProduct: none
Network: ovn
NetworkAccess: default
Expand Down Expand Up @@ -301424,7 +301424,7 @@ periodic-ci-openshift-release-main-nightly-5.0-e2e-aws-disruptive-longrunning:
ContainerRuntime: crun
FeatureSet: default
Installer: ipi
JobTier: candidate
JobTier: standard
LayeredProduct: none
Network: ovn
NetworkAccess: default
Expand Down