diff --git a/pkg/components/build/component.go b/pkg/components/build/component.go index 36cdb734..5c1397c8 100644 --- a/pkg/components/build/component.go +++ b/pkg/components/build/component.go @@ -37,6 +37,9 @@ var BuildComponent = Component{ TestRenames: map[string]string{ "[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]", "[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]", + "[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]", + "[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]", + "[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]", }, }, } diff --git a/pkg/components/kubescheduler/component.go b/pkg/components/kubescheduler/component.go index 8e09aa0c..65f8e5ad 100644 --- a/pkg/components/kubescheduler/component.go +++ b/pkg/components/kubescheduler/component.go @@ -40,6 +40,7 @@ var KubeSchedulerComponent = Component{ "[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", "[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", "[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", + "[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]", }, }, } diff --git a/pkg/components/oauthapiserver/component.go b/pkg/components/oauthapiserver/component.go index 2cf992d8..fbc80f0b 100644 --- a/pkg/components/oauthapiserver/component.go +++ b/pkg/components/oauthapiserver/component.go @@ -30,28 +30,29 @@ var OauthApiserverComponent = Component{ }, }, TestRenames: map[string]string{ - "[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]", - "[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]", - "[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]", - "[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]", - "[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", - "[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", - "[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", - "[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", - "[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", - "[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", - "[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", - "[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", - "[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", - "[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", - "[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", - "[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", - "[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", - "[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", - "[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", - "[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", - "[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", - "[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", + "[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]", + "[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]", + "[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]", + "[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]", + "[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", + "[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", + "[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", + "[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", + "[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", + "[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", + "[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", + "[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", + "[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", + "[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", + "[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", + "[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", + "[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", + "[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", + "[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", + "[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", + "[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", + "[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", + "[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]", }, }, } diff --git a/pkg/components/oc/component.go b/pkg/components/oc/component.go index 088d43cb..b97be08d 100644 --- a/pkg/components/oc/component.go +++ b/pkg/components/oc/component.go @@ -70,9 +70,12 @@ var OcComponent = Component{ {Suite: "oc/kubernetes version related features"}, }, TestRenames: map[string]string{ - "[sig-cli] oc adm build-chain [apigroup:build.openshift.io][apigroup:image.openshift.io][apigroup:project.openshift.io][apigroup:apps.openshift.io] [Suite:openshift/conformance/parallel]": "[sig-cli] oc adm build-chain [apigroup:build.openshift.io][apigroup:image.openshift.io][apigroup:project.openshift.io] [Suite:openshift/conformance/parallel]", - "[sig-cli] oc builds complex build start-build [apigroup:build.openshift.io][apigroup:apps.openshift.io] [Skipped:Disconnected] [Suite:openshift/conformance/parallel]": "[sig-cli] oc builds complex build start-build [apigroup:build.openshift.io] [Skipped:Disconnected] [Suite:openshift/conformance/parallel]", - "[sig-cli] oc builds complex build webhooks CRUD [apigroup:build.openshift.io][apigroup:apps.openshift.io] [Skipped:Disconnected] [Suite:openshift/conformance/parallel]": "[sig-cli] oc builds complex build webhooks CRUD [apigroup:build.openshift.io] [Skipped:Disconnected] [Suite:openshift/conformance/parallel]", + "[sig-cli] oc adm build-chain [apigroup:build.openshift.io][apigroup:image.openshift.io][apigroup:project.openshift.io][apigroup:apps.openshift.io] [Suite:openshift/conformance/parallel]": "[sig-cli] oc adm build-chain [apigroup:build.openshift.io][apigroup:image.openshift.io][apigroup:project.openshift.io] [Suite:openshift/conformance/parallel]", + "[sig-cli] oc builds complex build start-build [apigroup:build.openshift.io][apigroup:apps.openshift.io] [Skipped:Disconnected] [Suite:openshift/conformance/parallel]": "[sig-cli] oc builds complex build start-build [apigroup:build.openshift.io] [Skipped:Disconnected] [Suite:openshift/conformance/parallel]", + "[sig-cli] oc builds complex build webhooks CRUD [apigroup:build.openshift.io][apigroup:apps.openshift.io] [Skipped:Disconnected] [Suite:openshift/conformance/parallel]": "[sig-cli] oc builds complex build webhooks CRUD [apigroup:build.openshift.io] [Skipped:Disconnected] [Suite:openshift/conformance/parallel]", + "[sig-cli] oc debug deployment from a build [apigroup:image.openshift.io] [Suite:openshift/conformance/parallel]": "[sig-cli] oc debug deployment configs from a build [apigroup:image.openshift.io] [Suite:openshift/conformance/parallel]", + "[sig-cli] oc status returns expected help messages [apigroup:project.openshift.io][apigroup:build.openshift.io][apigroup:image.openshift.io][apigroup:route.openshift.io] [Suite:openshift/conformance/parallel]": "[sig-cli] oc status returns expected help messages [apigroup:project.openshift.io][apigroup:build.openshift.io][apigroup:image.openshift.io][apigroup:apps.openshift.io][apigroup:route.openshift.io] [Suite:openshift/conformance/parallel]", + "[sig-cli] templates process [apigroup:template.openshift.io][Skipped:Disconnected] [Suite:openshift/conformance/parallel]": "[sig-cli] templates process [apigroup:apps.openshift.io][apigroup:template.openshift.io][Skipped:Disconnected] [Suite:openshift/conformance/parallel]", }, }, }