You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: pkg/components/build/component.go
+3
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,9 @@ var BuildComponent = Component{
37
37
TestRenames: map[string]string{
38
38
"[sig-devex][Feature:Templates] templateinstance readiness test should report failed soon after an annotated objects has failed [apigroup:template.openshift.io][apigroup:build.openshift.io][apigroup:apps.openshift.io] [Skipped:Disconnected] [Suite:openshift/conformance/parallel]": "[sig-devex][Feature:Templates] templateinstance readiness test should report failed soon after an annotated objects has failed [apigroup:template.openshift.io][apigroup:build.openshift.io] [Skipped:Disconnected] [Suite:openshift/conformance/parallel]",
39
39
"[sig-devex][Feature:Templates] templateinstance readiness test should report ready soon after all annotated objects are ready [apigroup:template.openshift.io][apigroup:build.openshift.io][apigroup:apps.openshift.io] [Skipped:Disconnected] [Suite:openshift/conformance/parallel]": "[sig-devex][Feature:Templates] templateinstance readiness test should report ready soon after all annotated objects are ready [apigroup:template.openshift.io][apigroup:build.openshift.io] [Skipped:Disconnected] [Suite:openshift/conformance/parallel]",
40
+
"[sig-devex][Feature:ImageEcosystem][perl][Slow] hot deploy for openshift perl image hot deploy test should work [apigroup:image.openshift.io][apigroup:operator.openshift.io][apigroup:config.openshift.io][apigroup:build.openshift.io]": "[sig-devex][Feature:ImageEcosystem][perl][Slow] hot deploy for openshift perl image hot deploy test should work [apigroup:image.openshift.io][apigroup:operator.openshift.io][apigroup:config.openshift.io][apigroup:build.openshift.io][apigroup:apps.openshift.io]",
41
+
"[sig-builds][Feature:Builds][volumes] build volumes should mount given secrets and configmaps into the build pod for docker strategy builds [apigroup:image.openshift.io][apigroup:build.openshift.io] [Suite:openshift/conformance/parallel]": "[sig-builds][Feature:Builds][volumes] build volumes should mount given secrets and configmaps into the build pod for docker strategy builds [apigroup:image.openshift.io][apigroup:build.openshift.io][apigroup:apps.openshift.io] [Suite:openshift/conformance/parallel]",
42
+
"[sig-builds][Feature:Builds][volumes] build volumes should mount given secrets and configmaps into the build pod for source strategy builds [apigroup:image.openshift.io][apigroup:build.openshift.io] [Suite:openshift/conformance/parallel]": "[sig-builds][Feature:Builds][volumes] build volumes should mount given secrets and configmaps into the build pod for source strategy builds [apigroup:image.openshift.io][apigroup:build.openshift.io][apigroup:apps.openshift.io] [Suite:openshift/conformance/parallel]",
Copy file name to clipboardexpand all lines: pkg/components/kubescheduler/component.go
+1
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ var KubeSchedulerComponent = Component{
40
40
"[kube-scheduler][invariant] alert/KubePodNotReady should not be at or above info in ns/openshift-kube-scheduler-operator": "[bz-kube-scheduler][invariant] alert/KubePodNotReady should not be at or above info in ns/openshift-kube-scheduler-operator",
41
41
"[kube-scheduler][invariant] alert/KubePodNotReady should not be at or above pending in ns/openshift-kube-scheduler": "[bz-kube-scheduler][invariant] alert/KubePodNotReady should not be at or above pending in ns/openshift-kube-scheduler",
42
42
"[kube-scheduler][invariant] alert/KubePodNotReady should not be at or above pending in ns/openshift-kube-scheduler-operator": "[bz-kube-scheduler][invariant] alert/KubePodNotReady should not be at or above pending in ns/openshift-kube-scheduler-operator",
43
+
"[sig-scheduling][Early] The openshift-apiserver pods [apigroup:authorization.openshift.io][apigroup:build.openshift.io][apigroup:image.openshift.io][apigroup:project.openshift.io][apigroup:quota.openshift.io][apigroup:route.openshift.io][apigroup:security.openshift.io][apigroup:template.openshift.io] should be scheduled on different nodes [Suite:openshift/conformance/parallel]": "[sig-scheduling][Early] The openshift-apiserver pods [apigroup:apps.openshift.io][apigroup:authorization.openshift.io][apigroup:build.openshift.io][apigroup:image.openshift.io][apigroup:project.openshift.io][apigroup:quota.openshift.io][apigroup:route.openshift.io][apigroup:security.openshift.io][apigroup:template.openshift.io] should be scheduled on different nodes [Suite:openshift/conformance/parallel]",
Copy file name to clipboardexpand all lines: pkg/components/oauthapiserver/component.go
+23-22
Original file line number
Diff line number
Diff line change
@@ -30,28 +30,29 @@ var OauthApiserverComponent = Component{
30
30
},
31
31
},
32
32
TestRenames: map[string]string{
33
-
"[sig-auth][Feature:Authentication] TestFrontProxy should succeed [Suite:openshift/conformance/parallel]": "[sig-auth][Feature:Authentication] TestFrontProxy should succeed [apigroup:config.openshift.io] [Suite:openshift/conformance/parallel]",
34
-
"[sig-auth][Feature:OAuthServer] ClientSecretWithPlus should create oauthclient [apigroup:oauth.openshift.io][apigroup:user.openshift.io] [Suite:openshift/conformance/parallel]": "[sig-auth][Feature:OAuthServer] ClientSecretWithPlus should create oauthclient [apigroup:config.openshift.io][apigroup:oauth.openshift.io][apigroup:user.openshift.io] [Suite:openshift/conformance/parallel]",
35
-
"[sig-auth][Feature:OAuthServer] OAuth server has the correct token and certificate fallback semantics [apigroup:user.openshift.io] [Suite:openshift/conformance/parallel]": "[sig-auth][Feature:OAuthServer] OAuth server has the correct token and certificate fallback semantics [apigroup:config.openshift.io][apigroup:user.openshift.io] [Suite:openshift/conformance/parallel]",
36
-
"[sig-auth][Feature:OAuthServer] well-known endpoint should be reachable [apigroup:route.openshift.io] [Suite:openshift/conformance/parallel]": "[sig-auth][Feature:OAuthServer] well-known endpoint should be reachable [apigroup:config.openshift.io][apigroup:route.openshift.io] [Suite:openshift/conformance/parallel]",
37
-
"[oauth-apiserver][invariant] alert/KubePodNotReady should not be at or above info in ns/openshift-oauth-apiserver": "[bz-oauth-apiserver][invariant] alert/KubePodNotReady should not be at or above info in ns/openshift-oauth-apiserver",
38
-
"[oauth-apiserver][invariant] alert/KubePodNotReady should not be at or above pending in ns/openshift-oauth-apiserver": "[bz-oauth-apiserver][invariant] alert/KubePodNotReady should not be at or above pending in ns/openshift-oauth-apiserver",
39
-
"[sig-network] there should be nearly zero single second disruptions for disruption/cache-oauth-api connection/new": "[sig-network] there should be nearly zero single second disruptions for cache-oauth-api-new-connections",
40
-
"[sig-network] there should be nearly zero single second disruptions for disruption/cache-oauth-api connection/new target=api-int": "[sig-network] there should be nearly zero single second disruptions for cache-oauth-api-new-connections",
41
-
"[sig-network] there should be nearly zero single second disruptions for disruption/cache-oauth-api connection/new target=service-network": "[sig-network] there should be nearly zero single second disruptions for cache-oauth-api-new-connections",
42
-
"[sig-network] there should be nearly zero single second disruptions for disruption/service-network/cache-oauth-api connection/new": "[sig-network] there should be nearly zero single second disruptions for cache-oauth-api-new-connections",
43
-
"[sig-network] there should be nearly zero single second disruptions for disruption/cache-oauth-api connection/reused": "[sig-network] there should be nearly zero single second disruptions for cache-oauth-api-reused-connections",
44
-
"[sig-network] there should be nearly zero single second disruptions for disruption/cache-oauth-api connection/reused target=api-int": "[sig-network] there should be nearly zero single second disruptions for cache-oauth-api-reused-connections",
45
-
"[sig-network] there should be nearly zero single second disruptions for disruption/cache-oauth-api connection/reused target=service-network": "[sig-network] there should be nearly zero single second disruptions for cache-oauth-api-reused-connections",
46
-
"[sig-network] there should be nearly zero single second disruptions for disruption/service-network/cache-oauth-api connection/reused": "[sig-network] there should be nearly zero single second disruptions for cache-oauth-api-reused-connections",
47
-
"[sig-network] there should be reasonably few single second disruptions for disruption/cache-oauth-api connection/new": "[sig-network] there should be reasonably few single second disruptions for cache-oauth-api-new-connections",
48
-
"[sig-network] there should be reasonably few single second disruptions for disruption/cache-oauth-api connection/new target=api-int": "[sig-network] there should be reasonably few single second disruptions for cache-oauth-api-new-connections",
49
-
"[sig-network] there should be reasonably few single second disruptions for disruption/cache-oauth-api connection/new target=service-network": "[sig-network] there should be reasonably few single second disruptions for cache-oauth-api-new-connections",
50
-
"[sig-network] there should be reasonably few single second disruptions for disruption/service-network/cache-oauth-api connection/new": "[sig-network] there should be reasonably few single second disruptions for cache-oauth-api-new-connections",
51
-
"[sig-network] there should be reasonably few single second disruptions for disruption/cache-oauth-api connection/reused": "[sig-network] there should be reasonably few single second disruptions for cache-oauth-api-reused-connections",
52
-
"[sig-network] there should be reasonably few single second disruptions for disruption/cache-oauth-api connection/reused target=api-int": "[sig-network] there should be reasonably few single second disruptions for cache-oauth-api-reused-connections",
53
-
"[sig-network] there should be reasonably few single second disruptions for disruption/cache-oauth-api connection/reused target=service-network": "[sig-network] there should be reasonably few single second disruptions for cache-oauth-api-reused-connections",
54
-
"[sig-network] there should be reasonably few single second disruptions for disruption/service-network/cache-oauth-api connection/reused": "[sig-network] there should be reasonably few single second disruptions for cache-oauth-api-reused-connections",
33
+
"[sig-auth][Feature:Authentication] TestFrontProxy should succeed [Suite:openshift/conformance/parallel]": "[sig-auth][Feature:Authentication] TestFrontProxy should succeed [apigroup:config.openshift.io] [Suite:openshift/conformance/parallel]",
34
+
"[sig-auth][Feature:OAuthServer] ClientSecretWithPlus should create oauthclient [apigroup:oauth.openshift.io][apigroup:user.openshift.io] [Suite:openshift/conformance/parallel]": "[sig-auth][Feature:OAuthServer] ClientSecretWithPlus should create oauthclient [apigroup:config.openshift.io][apigroup:oauth.openshift.io][apigroup:user.openshift.io] [Suite:openshift/conformance/parallel]",
35
+
"[sig-auth][Feature:OAuthServer] OAuth server has the correct token and certificate fallback semantics [apigroup:user.openshift.io] [Suite:openshift/conformance/parallel]": "[sig-auth][Feature:OAuthServer] OAuth server has the correct token and certificate fallback semantics [apigroup:config.openshift.io][apigroup:user.openshift.io] [Suite:openshift/conformance/parallel]",
36
+
"[sig-auth][Feature:OAuthServer] well-known endpoint should be reachable [apigroup:route.openshift.io] [Suite:openshift/conformance/parallel]": "[sig-auth][Feature:OAuthServer] well-known endpoint should be reachable [apigroup:config.openshift.io][apigroup:route.openshift.io] [Suite:openshift/conformance/parallel]",
37
+
"[oauth-apiserver][invariant] alert/KubePodNotReady should not be at or above info in ns/openshift-oauth-apiserver": "[bz-oauth-apiserver][invariant] alert/KubePodNotReady should not be at or above info in ns/openshift-oauth-apiserver",
38
+
"[oauth-apiserver][invariant] alert/KubePodNotReady should not be at or above pending in ns/openshift-oauth-apiserver": "[bz-oauth-apiserver][invariant] alert/KubePodNotReady should not be at or above pending in ns/openshift-oauth-apiserver",
39
+
"[sig-network] there should be nearly zero single second disruptions for disruption/cache-oauth-api connection/new": "[sig-network] there should be nearly zero single second disruptions for cache-oauth-api-new-connections",
40
+
"[sig-network] there should be nearly zero single second disruptions for disruption/cache-oauth-api connection/new target=api-int": "[sig-network] there should be nearly zero single second disruptions for cache-oauth-api-new-connections",
41
+
"[sig-network] there should be nearly zero single second disruptions for disruption/cache-oauth-api connection/new target=service-network": "[sig-network] there should be nearly zero single second disruptions for cache-oauth-api-new-connections",
42
+
"[sig-network] there should be nearly zero single second disruptions for disruption/service-network/cache-oauth-api connection/new": "[sig-network] there should be nearly zero single second disruptions for cache-oauth-api-new-connections",
43
+
"[sig-network] there should be nearly zero single second disruptions for disruption/cache-oauth-api connection/reused": "[sig-network] there should be nearly zero single second disruptions for cache-oauth-api-reused-connections",
44
+
"[sig-network] there should be nearly zero single second disruptions for disruption/cache-oauth-api connection/reused target=api-int": "[sig-network] there should be nearly zero single second disruptions for cache-oauth-api-reused-connections",
45
+
"[sig-network] there should be nearly zero single second disruptions for disruption/cache-oauth-api connection/reused target=service-network": "[sig-network] there should be nearly zero single second disruptions for cache-oauth-api-reused-connections",
46
+
"[sig-network] there should be nearly zero single second disruptions for disruption/service-network/cache-oauth-api connection/reused": "[sig-network] there should be nearly zero single second disruptions for cache-oauth-api-reused-connections",
47
+
"[sig-network] there should be reasonably few single second disruptions for disruption/cache-oauth-api connection/new": "[sig-network] there should be reasonably few single second disruptions for cache-oauth-api-new-connections",
48
+
"[sig-network] there should be reasonably few single second disruptions for disruption/cache-oauth-api connection/new target=api-int": "[sig-network] there should be reasonably few single second disruptions for cache-oauth-api-new-connections",
49
+
"[sig-network] there should be reasonably few single second disruptions for disruption/cache-oauth-api connection/new target=service-network": "[sig-network] there should be reasonably few single second disruptions for cache-oauth-api-new-connections",
50
+
"[sig-network] there should be reasonably few single second disruptions for disruption/service-network/cache-oauth-api connection/new": "[sig-network] there should be reasonably few single second disruptions for cache-oauth-api-new-connections",
51
+
"[sig-network] there should be reasonably few single second disruptions for disruption/cache-oauth-api connection/reused": "[sig-network] there should be reasonably few single second disruptions for cache-oauth-api-reused-connections",
52
+
"[sig-network] there should be reasonably few single second disruptions for disruption/cache-oauth-api connection/reused target=api-int": "[sig-network] there should be reasonably few single second disruptions for cache-oauth-api-reused-connections",
53
+
"[sig-network] there should be reasonably few single second disruptions for disruption/cache-oauth-api connection/reused target=service-network": "[sig-network] there should be reasonably few single second disruptions for cache-oauth-api-reused-connections",
54
+
"[sig-network] there should be reasonably few single second disruptions for disruption/service-network/cache-oauth-api connection/reused": "[sig-network] there should be reasonably few single second disruptions for cache-oauth-api-reused-connections",
55
+
"[Serial] [sig-auth][Feature:OAuthServer] [RequestHeaders] [IdP] test RequestHeaders IdP [apigroup:config.openshift.io][apigroup:user.openshift.io] [Suite:openshift/conformance/serial]": "[Serial] [sig-auth][Feature:OAuthServer] [RequestHeaders] [IdP] test RequestHeaders IdP [apigroup:config.openshift.io][apigroup:user.openshift.io][apigroup:apps.openshift.io] [Suite:openshift/conformance/serial]",
0 commit comments