diff --git a/pkg/variantregistry/ocp.go b/pkg/variantregistry/ocp.go index 247852ffa..57f1c7379 100644 --- a/pkg/variantregistry/ocp.go +++ b/pkg/variantregistry/ocp.go @@ -804,6 +804,9 @@ func (v *OCPVariantLoader) setJobTier(_ logrus.FieldLogger, variants map[string] // Custom DNS techpreview jobs - candidate tier to collect data while stabilizing {[]string{"-custom-dns-techpreview"}, "candidate"}, + // AWS European Sovereign Cloud techpreview jobs - candidate tier to collect data while stabilizing + {[]string{"-eusc-techpreview"}, "candidate"}, + {[]string{"periodic-ci-openshift-hypershift-", "-mce-e2e-agent-", "-metal-conformance"}, "candidate"}, }