Skip to content

Commit a5f8d11

Browse files
committed
disruptive longrunning jobs: promote non-techpreview to standard and techpreview to candidate
Signed-off-by: Qi Wang <qiwan@redhat.com>
1 parent 5425e71 commit a5f8d11

2 files changed

Lines changed: 69 additions & 64 deletions

File tree

pkg/variantregistry/ocp.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -797,6 +797,11 @@ func (v *OCPVariantLoader) setJobTier(_ logrus.FieldLogger, variants map[string]
797797
// GCP multi-operator periodic jobs are not yet stable enough for component readiness
798798
{[]string{"e2e-gcp-multi-operator-periodic"}, "candidate"},
799799

800+
// Disruptive longrunning jobs: non-techpreview promoted to standard,
801+
// techpreview to candidate while stabilizing
802+
{[]string{"-disruptive-longrunning-techpreview"}, "candidate"},
803+
{[]string{"-disruptive-longrunning"}, "standard"},
804+
800805
// Hidden jobs
801806
{[]string{"-cilium"}, "hidden"},
802807
{[]string{"-disruptive"}, "hidden"},

0 commit comments

Comments
 (0)