Skip to content

Conversation

@melvinjoseph86
Copy link
Contributor

@melvinjoseph86 melvinjoseph86 commented Apr 3, 2025

Draft PR for the 3rd and 4th e2e tests to graduate featureGate to GA
#3 Gateway object could be created (check LoadBalancer service, DNSRecords)
#4 HTTPRoute object could be created (using separated gateway)

Internal QE team review requested
@ShudiLi @lihongan @rhamini3

Test Results for the third and fourth case


mjoseph@mjoseph-mac origin % ./openshift-tests run-test "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure HTTPRoute object is created [Suite:openshift/conformance/parallel]"
openshift-tests v0.0.0-unknown-337c964155
INFO[0000] Decoding provider                             clusterState="<nil>" discover=false dryRun=false func=DecodeProvider providerType=
  I0403 23:54:18.341721   78918 test_setup.go:94] Extended test version v0.0.0-unknown-337c964155
  I0403 23:54:18.342098   78918 test_context.go:558] Tolerating taints "node-role.kubernetes.io/control-plane" when considering if nodes are ready
  I0403 23:54:18.578829 78918 framework.go:2310] microshift-version configmap not found
  I0403 23:54:18.579582   78918 command.go:57] Loaded test configuration: &framework.TestContextType{KubeConfig:"../../Downloads/kubeconfig", KubeContext:"", KubeAPIContentType:"application/vnd.kubernetes.protobuf", KubeletRootDir:"/var/lib/kubelet", KubeletConfigDropinDir:"", CertDir:"", Host:"https://api.iamin0402c.qe.devcluster.openshift.com:6443", BearerToken:"XKaBHoPDbIdr1tMG", RepoRoot:"../../", ListImages:false, listTests:false, listLabels:false, ListConformanceTests:false, Provider:"aws", Tooling:"", timeouts:framework.TimeoutContext{Poll:2000000000, PodStart:300000000000, PodStartShort:120000000000, PodStartSlow:900000000000, PodDelete:300000000000, ClaimProvision:300000000000, DataSourceProvision:300000000000, ClaimProvisionShort:60000000000, ClaimBound:180000000000, PVReclaim:180000000000, PVBound:180000000000, PVCreate:180000000000, PVDelete:300000000000, PVDeleteSlow:1200000000000, SnapshotCreate:300000000000, SnapshotDelete:300000000000, SnapshotControllerMetrics:300000000000, SystemPodsStartup:600000000000, NodeSchedulable:1800000000000, SystemDaemonsetStartup:300000000000, NodeNotReady:180000000000}, CloudConfig:framework.CloudConfig{APIEndpoint:"", ProjectID:"", Zone:"us-east-2a", Zones:[]string{"us-east-2a", "us-east-2b", "us-east-2c"}, Region:"us-east-2", MultiZone:true, MultiMaster:true, Cluster:"", MasterName:"", NodeInstanceGroup:"", NumNodes:3, ClusterIPRange:"", ClusterTag:"", Network:"", ConfigFile:"", NodeTag:"", MasterTag:"", Provider:(*aws.Provider)(0x10b9c0ae8)}, KubectlPath:"kubectl", OutputDir:"/tmp", ReportDir:"", ReportPrefix:"", ReportCompleteGinkgo:false, ReportCompleteJUnit:false, Prefix:"e2e", MinStartupPods:-1, EtcdUpgradeStorage:"", EtcdUpgradeVersion:"", GCEUpgradeScript:"", ContainerRuntimeEndpoint:"unix:///run/containerd/containerd.sock", ContainerRuntimeProcessName:"containerd", ContainerRuntimePidFile:"/run/containerd/containerd.pid", SystemdServices:"containerd*", DumpSystemdJournal:false, ImageServiceEndpoint:"", MasterOSDistro:"custom", NodeOSDistro:"custom", NodeOSArch:"amd64", VerifyServiceAccount:true, DeleteNamespace:true, DeleteNamespaceOnFailure:true, AllowedNotReadyNodes:-1, CleanStart:false, GatherKubeSystemResourceUsageData:"false", GatherLogsSizes:false, GatherMetricsAfterTest:"false", GatherSuiteMetricsAfterTest:false, MaxNodesToGather:0, IncludeClusterAutoscalerMetrics:false, OutputPrintType:"json", CreateTestingNS:(framework.CreateTestingNSFn)(0x104223700), DumpLogsOnFailure:true, DisableLogDump:false, LogexporterGCSPath:"", NodeTestContextType:framework.NodeTestContextType{NodeE2E:false, NodeName:"", NodeConformance:false, PrepullImages:false, ImageDescription:"", RuntimeConfig:map[string]string(nil), SystemSpecName:"", RestartKubelet:false, ExtraEnvs:map[string]string(nil), StandaloneMode:false, CriProxyEnabled:false}, ClusterDNSDomain:"cluster.local", NodeKiller:framework.NodeKillerConfig{Enabled:false, FailureRatio:0.01, Interval:60000000000, JitterFactor:60, SimulatedDowntime:600000000000, NodeKillerStopCtx:context.Context(nil), NodeKillerStop:(func())(nil)}, IPFamily:"ipv4", NonblockingTaints:"node-role.kubernetes.io/control-plane", ProgressReportURL:"", SriovdpConfigMapFile:"", SpecSummaryOutput:"", DockerConfigFile:"", E2EDockerConfigFile:"", KubeTestRepoList:"", SnapshotControllerPodName:"", SnapshotControllerHTTPPort:0, RequireDevices:false, EnabledVolumeDrivers:[]string(nil)}
  Running Suite: OpenShift e2e suite - /Users/mjoseph/Git/origin
  ==============================================================
  Random Seed: 1743704656 - will randomize all specs

  Will run 1 of 1 specs
  ------------------------------
  [sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure HTTPRoute object is created [Suite:openshift/conformance/parallel]
  github.com/openshift/origin/test/extended/router/gatewayapicontroller.go:196
    STEP: Creating a kubernetes client @ 04/03/25 23:54:18.988
  I0403 23:54:18.989904   78918 discovery.go:214] Invalidating discovery information
  I0403 23:54:22.202725 78918 client.go:277] configPath is now "/var/folders/7h/zgpvgd5946bcf53ktsvp95_40000gn/T/configfile843407608"
  I0403 23:54:22.202836 78918 client.go:326] The user is now "e2e-test-gatewayapi-controller-78wr2-user"
  I0403 23:54:22.202855 78918 client.go:328] Creating project "e2e-test-gatewayapi-controller-78wr2"
  I0403 23:54:22.550594 78918 client.go:336] Waiting on permissions in project "e2e-test-gatewayapi-controller-78wr2" ...
  I0403 23:54:23.665177 78918 client.go:365] DeploymentConfig capability is enabled, adding 'deployer' SA to the list of default SAs
  I0403 23:54:23.904537 78918 client.go:380] Waiting for ServiceAccount "default" to be provisioned...
  I0403 23:54:24.484927 78918 client.go:380] Waiting for ServiceAccount "builder" to be provisioned...
  I0403 23:54:25.063757 78918 client.go:380] Waiting for ServiceAccount "deployer" to be provisioned...
  I0403 23:54:25.712521 78918 client.go:390] Waiting for RoleBinding "system:image-pullers" to be provisioned...
  I0403 23:54:25.714450   78918 reflector.go:313] Starting reflector *v1.RoleBinding (0s) from k8s.io/[email protected]+incompatible/tools/cache/reflector.go:251
  I0403 23:54:25.714520   78918 reflector.go:349] Listing and watching *v1.RoleBinding from k8s.io/[email protected]+incompatible/tools/cache/reflector.go:251
  I0403 23:54:25.984797   78918 reflector.go:376] Caches populated for *v1.RoleBinding from k8s.io/[email protected]+incompatible/tools/cache/reflector.go:251
  I0403 23:54:25.984916   78918 reflector.go:319] Stopping reflector *v1.RoleBinding (0s) from k8s.io/[email protected]+incompatible/tools/cache/reflector.go:251
  I0403 23:54:25.984971 78918 client.go:390] Waiting for RoleBinding "system:image-builders" to be provisioned...
  I0403 23:54:25.985289   78918 reflector.go:313] Starting reflector *v1.RoleBinding (0s) from k8s.io/[email protected]+incompatible/tools/cache/reflector.go:251
  I0403 23:54:25.985330   78918 reflector.go:349] Listing and watching *v1.RoleBinding from k8s.io/[email protected]+incompatible/tools/cache/reflector.go:251
  I0403 23:54:26.224640   78918 reflector.go:376] Caches populated for *v1.RoleBinding from k8s.io/[email protected]+incompatible/tools/cache/reflector.go:251
  I0403 23:54:26.224778   78918 reflector.go:319] Stopping reflector *v1.RoleBinding (0s) from k8s.io/[email protected]+incompatible/tools/cache/reflector.go:251
  I0403 23:54:26.224847 78918 client.go:390] Waiting for RoleBinding "system:deployers" to be provisioned...
  I0403 23:54:26.225042   78918 reflector.go:313] Starting reflector *v1.RoleBinding (0s) from k8s.io/[email protected]+incompatible/tools/cache/reflector.go:251
  I0403 23:54:26.225078   78918 reflector.go:349] Listing and watching *v1.RoleBinding from k8s.io/[email protected]+incompatible/tools/cache/reflector.go:251
  I0403 23:54:26.465767   78918 reflector.go:376] Caches populated for *v1.RoleBinding from k8s.io/[email protected]+incompatible/tools/cache/reflector.go:251
  I0403 23:54:26.465874   78918 reflector.go:319] Stopping reflector *v1.RoleBinding (0s) from k8s.io/[email protected]+incompatible/tools/cache/reflector.go:251
  I0403 23:54:27.007797 78918 client.go:423] Project "e2e-test-gatewayapi-controller-78wr2" has been fully provisioned.
  I0403 23:54:29.489380 78918 gatewayapicontroller.go:231] Found gatewayclass openshift-default but it is not accepted, retrying...
  I0403 23:54:31.616020 78918 gatewayapicontroller.go:231] Found gatewayclass openshift-default but it is not accepted, retrying...
  I0403 23:54:33.486040 78918 gatewayapicontroller.go:231] Found gatewayclass openshift-default but it is not accepted, retrying...
  I0403 23:54:35.507293 78918 gatewayapicontroller.go:231] Found gatewayclass openshift-default but it is not accepted, retrying...
  I0403 23:54:37.486760 78918 gatewayapicontroller.go:231] Found gatewayclass openshift-default but it is not accepted, retrying...
  I0403 23:54:39.493206 78918 gatewayapicontroller.go:231] Found gatewayclass openshift-default but it is not accepted, retrying...
  I0403 23:54:41.548681 78918 gatewayapicontroller.go:231] Found gatewayclass openshift-default but it is not accepted, retrying...
  I0403 23:54:43.487204 78918 gatewayapicontroller.go:231] Found gatewayclass openshift-default but it is not accepted, retrying...
  I0403 23:54:45.542535 78918 gatewayapicontroller.go:231] Found gatewayclass openshift-default but it is not accepted, retrying...
  I0403 23:54:47.496613 78918 gatewayapicontroller.go:231] Found gatewayclass openshift-default but it is not accepted, retrying...
  I0403 23:54:49.491282 78918 gatewayapicontroller.go:231] Found gatewayclass openshift-default but it is not accepted, retrying...
  I0403 23:54:51.584001 78918 gatewayapicontroller.go:231] Found gatewayclass openshift-default but it is not accepted, retrying...
  I0403 23:54:53.529514 78918 gatewayapicontroller.go:231] Found gatewayclass openshift-default but it is not accepted, retrying...
  I0403 23:54:55.577733 78918 gatewayapicontroller.go:231] Found gatewayclass openshift-default but it is not accepted, retrying...
  I0403 23:54:57.486010 78918 gatewayapicontroller.go:231] Found gatewayclass openshift-default but it is not accepted, retrying...
  I0403 23:54:59.572867 78918 gatewayapicontroller.go:231] Found gatewayclass openshift-default but it is not accepted, retrying...
  I0403 23:55:01.516567 78918 gatewayapicontroller.go:231] Found gatewayclass openshift-default but it is not accepted, retrying...
  I0403 23:55:03.564838 78918 gatewayapicontroller.go:231] Found gatewayclass openshift-default but it is not accepted, retrying...
  I0403 23:55:05.489998 78918 gatewayapicontroller.go:231] Found gatewayclass openshift-default but it is not accepted, retrying...
  I0403 23:55:07.490391 78918 gatewayapicontroller.go:231] Found gatewayclass openshift-default but it is not accepted, retrying...
  I0403 23:55:09.487620 78918 gatewayapicontroller.go:231] Found gatewayclass openshift-default but it is not accepted, retrying...
  I0403 23:55:11.491547 78918 gatewayapicontroller.go:231] Found gatewayclass openshift-default but it is not accepted, retrying...
  I0403 23:55:13.497640 78918 gatewayapicontroller.go:231] Found gatewayclass openshift-default but it is not accepted, retrying...
  I0403 23:55:15.546447 78918 gatewayapicontroller.go:231] Found gatewayclass openshift-default but it is not accepted, retrying...
  I0403 23:55:17.491843 78918 gatewayapicontroller.go:231] Found gatewayclass openshift-default but it is not accepted, retrying...
  I0403 23:55:19.485168 78918 gatewayapicontroller.go:231] Found gatewayclass openshift-default but it is not accepted, retrying...
  I0403 23:55:21.485339 78918 gatewayapicontroller.go:231] Found gatewayclass openshift-default but it is not accepted, retrying...
  I0403 23:55:23.532643 78918 gatewayapicontroller.go:231] Found gatewayclass openshift-default but it is not accepted, retrying...
  I0403 23:55:25.488627 78918 gatewayapicontroller.go:231] Found gatewayclass openshift-default but it is not accepted, retrying...
  I0403 23:55:27.528556 78918 gatewayapicontroller.go:231] Found gatewayclass openshift-default but it is not accepted, retrying...
  I0403 23:55:29.487215 78918 gatewayapicontroller.go:231] Found gatewayclass openshift-default but it is not accepted, retrying...
  I0403 23:55:31.493338 78918 gatewayapicontroller.go:231] Found gatewayclass openshift-default but it is not accepted, retrying...
  I0403 23:55:33.568821 78918 gatewayapicontroller.go:238] Gateway Class openshift-default is created and accepted
  I0403 23:55:33.568987 78918 gatewayapicontroller.go:57] GatewayClass openshift-default successfully installed and accepted!
    STEP: Getting the default domain for creating custom gateway @ 04/03/25 23:55:33.57
    STEP: Create the custom API Gateway @ 04/03/25 23:55:33.822
  I0403 23:55:35.543993 78918 gatewayapicontroller.go:289] Found gateway but the controller is still not programmed, retrying...
  I0403 23:55:36.544768 78918 gatewayapicontroller.go:289] Found gateway but the controller is still not programmed, retrying...
  I0403 23:55:37.562477 78918 gatewayapicontroller.go:289] Found gateway but the controller is still not programmed, retrying...
  I0403 23:55:38.543937 78918 gatewayapicontroller.go:289] Found gateway but the controller is still not programmed, retrying...
  I0403 23:55:39.610463 78918 gatewayapicontroller.go:289] Found gateway but the controller is still not programmed, retrying...
  I0403 23:55:40.545090 78918 gatewayapicontroller.go:289] Found gateway but the controller is still not programmed, retrying...
  I0403 23:55:41.546615 78918 gatewayapicontroller.go:289] Found gateway but the controller is still not programmed, retrying...
  I0403 23:55:42.544626 78918 gatewayapicontroller.go:289] Found gateway but the controller is still not programmed, retrying...
  I0403 23:55:43.544730 78918 gatewayapicontroller.go:289] Found gateway but the controller is still not programmed, retrying...
  I0403 23:55:44.629307 78918 gatewayapicontroller.go:289] Found gateway but the controller is still not programmed, retrying...
  I0403 23:55:45.562900 78918 gatewayapicontroller.go:289] Found gateway but the controller is still not programmed, retrying...
  I0403 23:55:46.575814 78918 gatewayapicontroller.go:289] Found gateway but the controller is still not programmed, retrying...
  I0403 23:55:47.597632 78918 gatewayapicontroller.go:289] Found gateway but the controller is still not programmed, retrying...
  I0403 23:55:48.623703 78918 gatewayapicontroller.go:284] The gateway controller is up and running
    STEP: Create the http route using the custom gateway @ 04/03/25 23:55:48.623
    STEP: Checking the http route using the custom gateway is accepted @ 04/03/25 23:55:51.078
  I0403 23:55:52.576053 78918 gatewayapicontroller.go:478] found httproute e2e-test-gatewayapi-controller-78wr2/test-httproute with 1 parent/s
  I0403 23:55:52.576183 78918 gatewayapicontroller.go:484] httpRoute e2e-test-gatewayapi-controller-78wr2/test-httproute successful
  I0403 23:55:52.821275 78918 client.go:639] Deleted {user.openshift.io/v1, Resource=users  e2e-test-gatewayapi-controller-78wr2-user}, err: <nil>
  I0403 23:55:53.059176 78918 client.go:639] Deleted {oauth.openshift.io/v1, Resource=oauthclients  e2e-client-e2e-test-gatewayapi-controller-78wr2}, err: <nil>
  I0403 23:55:53.298912 78918 client.go:639] Deleted {oauth.openshift.io/v1, Resource=oauthaccesstokens  sha256~E44Tv5_etqpaVNUG5XziF0DBwIzPa_7dueTMo5ar95c}, err: <nil>
    STEP: Destroying namespace "e2e-test-gatewayapi-controller-78wr2" for this suite. @ 04/03/25 23:55:53.3
  • [94.620 seconds]
  ------------------------------

  Ran 1 of 1 Specs in 94.621 seconds
  SUCCESS! -- 1 Passed | 0 Failed | 0 Pending | 0 Skipped
mjoseph@mjoseph-mac origin % ./openshift-tests run-test "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure defualt gateway objects is created [Suite:openshift/conformance/parallel]"
openshift-tests v0.0.0-unknown-337c964155
INFO[0000] Decoding provider                             clusterState="<nil>" discover=false dryRun=false func=DecodeProvider providerType=
  I0403 23:56:00.505279   79150 test_setup.go:94] Extended test version v0.0.0-unknown-337c964155
  I0403 23:56:00.505666   79150 test_context.go:558] Tolerating taints "node-role.kubernetes.io/control-plane" when considering if nodes are ready
  I0403 23:56:00.808380 79150 framework.go:2310] microshift-version configmap not found
  I0403 23:56:00.808526   79150 command.go:57] Loaded test configuration: &framework.TestContextType{KubeConfig:"../../Downloads/kubeconfig", KubeContext:"", KubeAPIContentType:"application/vnd.kubernetes.protobuf", KubeletRootDir:"/var/lib/kubelet", KubeletConfigDropinDir:"", CertDir:"", Host:"https://api.iamin0402c.qe.devcluster.openshift.com:6443", BearerToken:"_EzbaOdJq_4CQXtK", RepoRoot:"../../", ListImages:false, listTests:false, listLabels:false, ListConformanceTests:false, Provider:"aws", Tooling:"", timeouts:framework.TimeoutContext{Poll:2000000000, PodStart:300000000000, PodStartShort:120000000000, PodStartSlow:900000000000, PodDelete:300000000000, ClaimProvision:300000000000, DataSourceProvision:300000000000, ClaimProvisionShort:60000000000, ClaimBound:180000000000, PVReclaim:180000000000, PVBound:180000000000, PVCreate:180000000000, PVDelete:300000000000, PVDeleteSlow:1200000000000, SnapshotCreate:300000000000, SnapshotDelete:300000000000, SnapshotControllerMetrics:300000000000, SystemPodsStartup:600000000000, NodeSchedulable:1800000000000, SystemDaemonsetStartup:300000000000, NodeNotReady:180000000000}, CloudConfig:framework.CloudConfig{APIEndpoint:"", ProjectID:"", Zone:"us-east-2a", Zones:[]string{"us-east-2a", "us-east-2b", "us-east-2c"}, Region:"us-east-2", MultiZone:true, MultiMaster:true, Cluster:"", MasterName:"", NodeInstanceGroup:"", NumNodes:3, ClusterIPRange:"", ClusterTag:"", Network:"", ConfigFile:"", NodeTag:"", MasterTag:"", Provider:(*aws.Provider)(0x10f148ae8)}, KubectlPath:"kubectl", OutputDir:"/tmp", ReportDir:"", ReportPrefix:"", ReportCompleteGinkgo:false, ReportCompleteJUnit:false, Prefix:"e2e", MinStartupPods:-1, EtcdUpgradeStorage:"", EtcdUpgradeVersion:"", GCEUpgradeScript:"", ContainerRuntimeEndpoint:"unix:///run/containerd/containerd.sock", ContainerRuntimeProcessName:"containerd", ContainerRuntimePidFile:"/run/containerd/containerd.pid", SystemdServices:"containerd*", DumpSystemdJournal:false, ImageServiceEndpoint:"", MasterOSDistro:"custom", NodeOSDistro:"custom", NodeOSArch:"amd64", VerifyServiceAccount:true, DeleteNamespace:true, DeleteNamespaceOnFailure:true, AllowedNotReadyNodes:-1, CleanStart:false, GatherKubeSystemResourceUsageData:"false", GatherLogsSizes:false, GatherMetricsAfterTest:"false", GatherSuiteMetricsAfterTest:false, MaxNodesToGather:0, IncludeClusterAutoscalerMetrics:false, OutputPrintType:"json", CreateTestingNS:(framework.CreateTestingNSFn)(0x1079ab700), DumpLogsOnFailure:true, DisableLogDump:false, LogexporterGCSPath:"", NodeTestContextType:framework.NodeTestContextType{NodeE2E:false, NodeName:"", NodeConformance:false, PrepullImages:false, ImageDescription:"", RuntimeConfig:map[string]string(nil), SystemSpecName:"", RestartKubelet:false, ExtraEnvs:map[string]string(nil), StandaloneMode:false, CriProxyEnabled:false}, ClusterDNSDomain:"cluster.local", NodeKiller:framework.NodeKillerConfig{Enabled:false, FailureRatio:0.01, Interval:60000000000, JitterFactor:60, SimulatedDowntime:600000000000, NodeKillerStopCtx:context.Context(nil), NodeKillerStop:(func())(nil)}, IPFamily:"ipv4", NonblockingTaints:"node-role.kubernetes.io/control-plane", ProgressReportURL:"", SriovdpConfigMapFile:"", SpecSummaryOutput:"", DockerConfigFile:"", E2EDockerConfigFile:"", KubeTestRepoList:"", SnapshotControllerPodName:"", SnapshotControllerHTTPPort:0, RequireDevices:false, EnabledVolumeDrivers:[]string(nil)}
  Running Suite: OpenShift e2e suite - /Users/mjoseph/Git/origin
  ==============================================================
  Random Seed: 1743704757 - will randomize all specs

  Will run 1 of 1 specs
  ------------------------------
  [sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure defualt gateway objects is created [Suite:openshift/conformance/parallel]
  github.com/openshift/origin/test/extended/router/gatewayapicontroller.go:167
    STEP: Creating a kubernetes client @ 04/03/25 23:56:01.208
  I0403 23:56:01.208629   79150 discovery.go:214] Invalidating discovery information
  I0403 23:56:04.197501 79150 client.go:277] configPath is now "/var/folders/7h/zgpvgd5946bcf53ktsvp95_40000gn/T/configfile1598210480"
  I0403 23:56:04.197595 79150 client.go:326] The user is now "e2e-test-gatewayapi-controller-pvt9v-user"
  I0403 23:56:04.197611 79150 client.go:328] Creating project "e2e-test-gatewayapi-controller-pvt9v"
  I0403 23:56:04.508005 79150 client.go:336] Waiting on permissions in project "e2e-test-gatewayapi-controller-pvt9v" ...
  I0403 23:56:05.558678 79150 client.go:365] DeploymentConfig capability is enabled, adding 'deployer' SA to the list of default SAs
  I0403 23:56:05.803497 79150 client.go:380] Waiting for ServiceAccount "default" to be provisioned...
  I0403 23:56:06.396772 79150 client.go:380] Waiting for ServiceAccount "builder" to be provisioned...
  I0403 23:56:06.991499 79150 client.go:380] Waiting for ServiceAccount "deployer" to be provisioned...
  I0403 23:56:07.609152 79150 client.go:390] Waiting for RoleBinding "system:image-pullers" to be provisioned...
  I0403 23:56:07.609546   79150 reflector.go:313] Starting reflector *v1.RoleBinding (0s) from k8s.io/[email protected]+incompatible/tools/cache/reflector.go:251
  I0403 23:56:07.609618   79150 reflector.go:349] Listing and watching *v1.RoleBinding from k8s.io/[email protected]+incompatible/tools/cache/reflector.go:251
  I0403 23:56:07.857020   79150 reflector.go:376] Caches populated for *v1.RoleBinding from k8s.io/[email protected]+incompatible/tools/cache/reflector.go:251
  I0403 23:56:07.857123   79150 reflector.go:319] Stopping reflector *v1.RoleBinding (0s) from k8s.io/[email protected]+incompatible/tools/cache/reflector.go:251
  I0403 23:56:07.857179 79150 client.go:390] Waiting for RoleBinding "system:image-builders" to be provisioned...
  I0403 23:56:07.857384   79150 reflector.go:313] Starting reflector *v1.RoleBinding (0s) from k8s.io/[email protected]+incompatible/tools/cache/reflector.go:251
  I0403 23:56:07.857420   79150 reflector.go:349] Listing and watching *v1.RoleBinding from k8s.io/[email protected]+incompatible/tools/cache/reflector.go:251
  I0403 23:56:08.180996   79150 reflector.go:376] Caches populated for *v1.RoleBinding from k8s.io/[email protected]+incompatible/tools/cache/reflector.go:251
  I0403 23:56:08.181076   79150 reflector.go:319] Stopping reflector *v1.RoleBinding (0s) from k8s.io/[email protected]+incompatible/tools/cache/reflector.go:251
  I0403 23:56:08.181115 79150 client.go:390] Waiting for RoleBinding "system:deployers" to be provisioned...
  I0403 23:56:08.181275   79150 reflector.go:313] Starting reflector *v1.RoleBinding (0s) from k8s.io/[email protected]+incompatible/tools/cache/reflector.go:251
  I0403 23:56:08.181295   79150 reflector.go:349] Listing and watching *v1.RoleBinding from k8s.io/[email protected]+incompatible/tools/cache/reflector.go:251
  I0403 23:56:08.476483   79150 reflector.go:376] Caches populated for *v1.RoleBinding from k8s.io/[email protected]+incompatible/tools/cache/reflector.go:251
  I0403 23:56:08.476602   79150 reflector.go:319] Stopping reflector *v1.RoleBinding (0s) from k8s.io/[email protected]+incompatible/tools/cache/reflector.go:251
  I0403 23:56:08.977229 79150 client.go:423] Project "e2e-test-gatewayapi-controller-pvt9v" has been fully provisioned.
  I0403 23:56:09.227625 79150 gatewayapicontroller.go:52] Gateway Class  already exists, or has failed to be created, checking its status
  I0403 23:56:11.472255 79150 gatewayapicontroller.go:238] Gateway Class openshift-default is created and accepted
  I0403 23:56:11.472375 79150 gatewayapicontroller.go:57] GatewayClass  successfully installed and accepted!
    STEP: Getting the default domain @ 04/03/25 23:56:11.472
    STEP: Create the default API Gateway @ 04/03/25 23:56:11.715
  I0403 23:56:13.449794 79150 gatewayapicontroller.go:289] Found gateway but the controller is still not programmed, retrying...
  I0403 23:56:14.449916 79150 gatewayapicontroller.go:289] Found gateway but the controller is still not programmed, retrying...
  I0403 23:56:15.454480 79150 gatewayapicontroller.go:284] The gateway controller is up and running
    STEP: Verify the gateway's LoadBalancer service and DNSRecords @ 04/03/25 23:56:15.454
  I0403 23:56:15.455980 79150 client.go:941] Running 'oc --kubeconfig=../../Downloads/kubeconfig get -n openshift-ingress service/standard-gateway-openshift-default -o=jsonpath={.status.loadBalancer.ingress[0].hostname}'
  I0403 23:56:16.533886 79150 gatewayapicontroller.go:180] The load balancer external IP is: abe724578e6b847c48ff157fa3a4d5f1-708111709.us-east-2.elb.amazonaws.com
  I0403 23:56:16.534283 79150 client.go:941] Running 'oc --kubeconfig=../../Downloads/kubeconfig get -n openshift-ingress gateway standard-gateway -o=jsonpath={.status.addresses[0].value}'
  I0403 23:56:17.401323 79150 gatewayapicontroller.go:183] The gateway Aaddress is: abe724578e6b847c48ff157fa3a4d5f1-708111709.us-east-2.elb.amazonaws.com
  I0403 23:56:17.402483 79150 client.go:941] Running 'oc --kubeconfig=../../Downloads/kubeconfig get -n openshift-ingress dnsrecord -l gateway.networking.k8s.io/gateway-name=standard-gateway -o=jsonpath={.items[*].metadata.name}'
  I0403 23:56:18.326749 79150 gatewayapicontroller.go:189] The gateway API dnsrecord name is: standard-gateway-5bdd46d57d-wildcard
  I0403 23:56:18.327159 79150 client.go:941] Running 'oc --kubeconfig=../../Downloads/kubeconfig get -n openshift-ingress dnsrecord standard-gateway-5bdd46d57d-wildcard -o=jsonpath={.status.zones[0].conditions[0].status}'
  I0403 23:56:19.548733 79150 client.go:639] Deleted {user.openshift.io/v1, Resource=users  e2e-test-gatewayapi-controller-pvt9v-user}, err: <nil>
  I0403 23:56:19.795597 79150 client.go:639] Deleted {oauth.openshift.io/v1, Resource=oauthclients  e2e-client-e2e-test-gatewayapi-controller-pvt9v}, err: <nil>
  I0403 23:56:20.041874 79150 client.go:639] Deleted {oauth.openshift.io/v1, Resource=oauthaccesstokens  sha256~gGQFf0F6wjNT8X5bNdHpE9IorPjySr6EdKSlBCfz34U}, err: <nil>
    STEP: Destroying namespace "e2e-test-gatewayapi-controller-pvt9v" for this suite. @ 04/03/25 23:56:20.042
  • [19.085 seconds]
  ------------------------------

  Ran 1 of 1 Specs in 19.086 seconds
  SUCCESS! -- 1 Passed | 0 Failed | 0 Pending | 0 Skipped

@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Apr 3, 2025
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Apr 3, 2025

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@openshift-ci openshift-ci bot added the vendor-update Touching vendor dir or related files label Apr 3, 2025
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Apr 3, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: melvinjoseph86
Once this PR has been reviewed and has the lgtm label, please assign dgoodwin for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@melvinjoseph86
Copy link
Contributor Author

/test all

@melvinjoseph86
Copy link
Contributor Author

/test e2e-gcp-ovn-techpreview

@melvinjoseph86
Copy link
Contributor Author

/test all

@melvinjoseph86
Copy link
Contributor Author

/test e2e-gcp-ovn-techpreview

@openshift-trt
Copy link

openshift-trt bot commented Apr 3, 2025

Job Failure Risk Analysis for sha: 337c964

Job Name Failure Risk
pull-ci-openshift-origin-main-okd-e2e-gcp IncompleteTests
Tests for this run (15) are below the historical average (67): IncompleteTests (not enough tests ran to make a reasonable risk analysis; this could be due to infra, installation, or upgrade problems)

Risk analysis has seen new tests most likely introduced by this PR.
Please ensure that new tests meet guidelines for naming and stability.

New Test Risks for sha: 337c964

Job Name New Test Risk
pull-ci-openshift-origin-main-e2e-gcp-ovn-techpreview Medium - "[sig-arch] all leases in ns/openshift-operators must gracefully release" is a new test, and was only seen in one job.
pull-ci-openshift-origin-main-e2e-gcp-ovn-techpreview High - "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure defualt gateway objects is created [Suite:openshift/conformance/parallel]" is a new test that failed 1 time(s) against the current commit
pull-ci-openshift-origin-main-e2e-metal-ipi-ovn-dualstack-bgp-techpreview High - "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure defualt gateway objects is created [Suite:openshift/conformance/parallel]" is a new test that failed 1 time(s) against the current commit

New tests seen in this PR at sha: 337c964

  • "[sig-arch] all leases in ns/openshift-operators must gracefully release" [Total: 1, Pass: 1, Fail: 0, Flake: 0]
  • "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure defualt gateway objects is created [Suite:openshift/conformance/parallel]" [Total: 2, Pass: 0, Fail: 2, Flake: 0]

@melvinjoseph86
Copy link
Contributor Author

/test all

@melvinjoseph86
Copy link
Contributor Author

/test e2e-gcp-ovn-techpreview

@melvinjoseph86 melvinjoseph86 marked this pull request as ready for review April 3, 2025 18:36
@openshift-ci openshift-ci bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Apr 3, 2025
@openshift-ci openshift-ci bot requested review from deads2k and grzpiotrowski April 3, 2025 18:39
@openshift-trt
Copy link

openshift-trt bot commented Apr 4, 2025

Job Failure Risk Analysis for sha: 6eb2142

Job Name Failure Risk
pull-ci-openshift-origin-main-4.12-upgrade-from-stable-4.11-e2e-aws-ovn-upgrade-rollback IncompleteTests
Tests for this run (12) are below the historical average (214): IncompleteTests (not enough tests ran to make a reasonable risk analysis; this could be due to infra, installation, or upgrade problems)
pull-ci-openshift-origin-main-e2e-aws-disruptive Medium
[sig-node] static pods should start after being created
Potential external regression detected for High Risk Test analysis
---
[bz-Etcd] clusteroperator/etcd should not change condition/Available
Potential external regression detected for High Risk Test analysis
pull-ci-openshift-origin-main-e2e-azure-ovn-upgrade IncompleteTests
Tests for this run (2049) are below the historical average (3575): IncompleteTests (not enough tests ran to make a reasonable risk analysis; this could be due to infra, installation, or upgrade problems)
pull-ci-openshift-origin-main-e2e-gcp-disruptive Medium
[bz-Etcd] clusteroperator/etcd should not change condition/Available
Potential external regression detected for High Risk Test analysis
pull-ci-openshift-origin-main-e2e-hypershift-conformance High
[sig-network-edge][Conformance][Area:Networking][Feature:Router] The HAProxy router should pass the gRPC interoperability tests [apigroup:route.openshift.io][apigroup:operator.openshift.io] [Suite:openshift/conformance/parallel/minimal]
This test has passed 99.60% of 2781 runs on release 4.19 [Overall] in the last week.
pull-ci-openshift-origin-main-e2e-vsphere-ovn-etcd-scaling Low
[sig-api-machinery] disruption/cache-oauth-api connection/new should be available throughout the test
This test has passed 0.00% of 1 runs on release 4.19 [Architecture:amd64 FeatureSet:default Installer:ipi JobTier:rare Network:ovn NetworkStack:ipv4 Owner:eng Platform:vsphere SecurityMode:default Topology:ha Upgrade:none] in the last week.
---
[sig-api-machinery] disruption/cache-kube-api connection/new should be available throughout the test
This test has passed 0.00% of 1 runs on release 4.19 [Architecture:amd64 FeatureSet:default Installer:ipi JobTier:rare Network:ovn NetworkStack:ipv4 Owner:eng Platform:vsphere SecurityMode:default Topology:ha Upgrade:none] in the last week.
---
[bz-etcd][invariant] alert/etcdMembersDown should not be at or above info
This test has passed 0.00% of 1 runs on release 4.19 [Architecture:amd64 FeatureSet:default Installer:ipi JobTier:rare Network:ovn NetworkStack:ipv4 Owner:eng Platform:vsphere SecurityMode:default Topology:ha Upgrade:none] in the last week.
---
[bz-Cloud Compute] clusteroperator/control-plane-machine-set should not change condition/Degraded
This test has passed 0.00% of 1 runs on release 4.19 [Architecture:amd64 FeatureSet:default Installer:ipi JobTier:rare Network:ovn NetworkStack:ipv4 Owner:eng Platform:vsphere SecurityMode:default Topology:ha Upgrade:none] in the last week.
---
Showing 4 of 8 test results
pull-ci-openshift-origin-main-okd-e2e-gcp IncompleteTests
Tests for this run (15) are below the historical average (59): IncompleteTests (not enough tests ran to make a reasonable risk analysis; this could be due to infra, installation, or upgrade problems)

Risk analysis has seen new tests most likely introduced by this PR.
Please ensure that new tests meet guidelines for naming and stability.

New Test Risks for sha: 6eb2142

Job Name New Test Risk
pull-ci-openshift-origin-main-e2e-gcp-ovn-techpreview Medium - "[sig-arch] all leases in ns/openshift-operators must gracefully release" is a new test, and was only seen in one job.
pull-ci-openshift-origin-main-e2e-gcp-ovn-techpreview High - "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure HTTPRoute object is created [Suite:openshift/conformance/parallel]" is a new test that failed 1 time(s) against the current commit
pull-ci-openshift-origin-main-e2e-gcp-ovn-techpreview High - "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure defualt gateway objects is created [Suite:openshift/conformance/parallel]" is a new test that failed 1 time(s) against the current commit
pull-ci-openshift-origin-main-e2e-metal-ipi-ovn-dualstack-bgp-techpreview High - "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure HTTPRoute object is created [Suite:openshift/conformance/parallel]" is a new test that failed 1 time(s) against the current commit
pull-ci-openshift-origin-main-e2e-metal-ipi-ovn-dualstack-bgp-techpreview High - "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure defualt gateway objects is created [Suite:openshift/conformance/parallel]" is a new test that failed 1 time(s) against the current commit

New tests seen in this PR at sha: 6eb2142

  • "[sig-arch] all leases in ns/openshift-operators must gracefully release" [Total: 1, Pass: 1, Fail: 0, Flake: 0]
  • "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure HTTPRoute object is created [Suite:openshift/conformance/parallel]" [Total: 2, Pass: 0, Fail: 2, Flake: 0]
  • "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure defualt gateway objects is created [Suite:openshift/conformance/parallel]" [Total: 2, Pass: 0, Fail: 2, Flake: 0]

@melvinjoseph86
Copy link
Contributor Author

/test e2e-gcp-ovn-techpreview

@melvinjoseph86
Copy link
Contributor Author

/test e2e-gcp-ovn-techpreview

@melvinjoseph86
Copy link
Contributor Author

/test all

@melvinjoseph86
Copy link
Contributor Author

/test e2e-gcp-ovn-techpreview

@melvinjoseph86
Copy link
Contributor Author

/test all

@melvinjoseph86
Copy link
Contributor Author

/test e2e-gcp-ovn-techpreview

@melvinjoseph86
Copy link
Contributor Author

/test e2e-gcp-ovn-techpreview

1 similar comment
@melvinjoseph86
Copy link
Contributor Author

/test e2e-gcp-ovn-techpreview

@openshift-trt
Copy link

openshift-trt bot commented Apr 5, 2025

Job Failure Risk Analysis for sha: 8298f15

Job Name Failure Risk
pull-ci-openshift-origin-main-e2e-aws-disruptive Medium
[bz-Etcd] clusteroperator/etcd should not change condition/Available
Potential external regression detected for High Risk Test analysis
---
[sig-node] static pods should start after being created
Potential external regression detected for High Risk Test analysis
pull-ci-openshift-origin-main-e2e-aws-ovn-etcd-scaling Medium
[sig-architecture] platform pods in ns/openshift-multus should not exit an excessive amount of times
Potential external regression detected for High Risk Test analysis

Open Bugs
Component Readiness: [Networking / multus] [Other] test regressed
pull-ci-openshift-origin-main-e2e-azure-ovn-upgrade IncompleteTests
Tests for this run (2049) are below the historical average (3557): IncompleteTests (not enough tests ran to make a reasonable risk analysis; this could be due to infra, installation, or upgrade problems)
pull-ci-openshift-origin-main-e2e-gcp-disruptive Medium
[bz-Etcd] clusteroperator/etcd should not change condition/Available
Potential external regression detected for High Risk Test analysis
---
[sig-arch] events should not repeat pathologically for ns/openshift-kube-apiserver-operator
Potential external regression detected for High Risk Test analysis
pull-ci-openshift-origin-main-e2e-hypershift-conformance High
[sig-network-edge][Conformance][Area:Networking][Feature:Router] The HAProxy router should pass the gRPC interoperability tests [apigroup:route.openshift.io][apigroup:operator.openshift.io] [Suite:openshift/conformance/parallel/minimal]
This test has passed 99.57% of 2579 runs on release 4.19 [Overall] in the last week.

Open Bugs
HAProxy gRPC interop test fails with grpc 1.67.0 in origin
pull-ci-openshift-origin-main-okd-e2e-gcp IncompleteTests
Tests for this run (15) are below the historical average (52): IncompleteTests (not enough tests ran to make a reasonable risk analysis; this could be due to infra, installation, or upgrade problems)

Risk analysis has seen new tests most likely introduced by this PR.
Please ensure that new tests meet guidelines for naming and stability.

New Test Risks for sha: 8298f15

Job Name New Test Risk
pull-ci-openshift-origin-main-e2e-gcp-ovn-techpreview High - "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure HTTPRoute object is created [Suite:openshift/conformance/parallel]" is a new test that failed 3 time(s) against the current commit
pull-ci-openshift-origin-main-e2e-gcp-ovn-techpreview High - "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure OSSM and OLM related resources are created after creating GatewayClass [Suite:openshift/conformance/parallel]" is a new test that failed 3 time(s) against the current commit
pull-ci-openshift-origin-main-e2e-gcp-ovn-techpreview High - "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure custom gatewayclass can be accepted [Suite:openshift/conformance/parallel]" is a new test that failed 3 time(s) against the current commit
pull-ci-openshift-origin-main-e2e-gcp-ovn-techpreview High - "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure default gateway objects is created [Suite:openshift/conformance/parallel]" is a new test that failed 3 time(s) against the current commit
pull-ci-openshift-origin-main-e2e-gcp-ovn-techpreview High - "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure default gatewayclass is accepted [Suite:openshift/conformance/parallel]" is a new test that failed 3 time(s) against the current commit
pull-ci-openshift-origin-main-e2e-metal-ipi-ovn-dualstack-bgp-techpreview Medium - "[sig-arch] all leases in ns/openshift-operators must gracefully release" is a new test, and was only seen in one job.
pull-ci-openshift-origin-main-e2e-metal-ipi-ovn-dualstack-bgp-techpreview High - "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure HTTPRoute object is created [Suite:openshift/conformance/parallel]" is a new test that failed 1 time(s) against the current commit
pull-ci-openshift-origin-main-e2e-metal-ipi-ovn-dualstack-bgp-techpreview High - "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure default gateway objects is created [Suite:openshift/conformance/parallel]" is a new test that failed 1 time(s) against the current commit

New tests seen in this PR at sha: 8298f15

  • "[sig-arch] all leases in ns/openshift-operators must gracefully release" [Total: 1, Pass: 1, Fail: 0, Flake: 0]
  • "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure HTTPRoute object is created [Suite:openshift/conformance/parallel]" [Total: 4, Pass: 0, Fail: 4, Flake: 0]
  • "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure OSSM and OLM related resources are created after creating GatewayClass [Suite:openshift/conformance/parallel]" [Total: 4, Pass: 1, Fail: 3, Flake: 0]
  • "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure custom gatewayclass can be accepted [Suite:openshift/conformance/parallel]" [Total: 4, Pass: 1, Fail: 3, Flake: 0]
  • "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure default gateway objects is created [Suite:openshift/conformance/parallel]" [Total: 4, Pass: 0, Fail: 4, Flake: 0]
  • "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure default gatewayclass is accepted [Suite:openshift/conformance/parallel]" [Total: 4, Pass: 1, Fail: 3, Flake: 0]

@melvinjoseph86
Copy link
Contributor Author

/test e2e-gcp-ovn-techpreview

1 similar comment
@melvinjoseph86
Copy link
Contributor Author

/test e2e-gcp-ovn-techpreview

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Apr 7, 2025

@melvinjoseph86: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-aws-disruptive df9345d link false /test e2e-aws-disruptive
ci/prow/e2e-gcp-disruptive df9345d link false /test e2e-gcp-disruptive
ci/prow/okd-scos-e2e-aws-ovn df9345d link false /test okd-scos-e2e-aws-ovn
ci/prow/e2e-gcp-ovn-techpreview df9345d link false /test e2e-gcp-ovn-techpreview
ci/prow/e2e-gcp-ovn-etcd-scaling df9345d link false /test e2e-gcp-ovn-etcd-scaling
ci/prow/e2e-aws-ovn-edge-zones df9345d link true /test e2e-aws-ovn-edge-zones
ci/prow/e2e-azure-ovn-upgrade df9345d link false /test e2e-azure-ovn-upgrade
ci/prow/e2e-aws df9345d link false /test e2e-aws
ci/prow/e2e-vsphere-ovn-etcd-scaling df9345d link false /test e2e-vsphere-ovn-etcd-scaling
ci/prow/e2e-azure-ovn-etcd-scaling df9345d link false /test e2e-azure-ovn-etcd-scaling
ci/prow/e2e-aws-ovn-microshift df9345d link true /test e2e-aws-ovn-microshift
ci/prow/e2e-metal-ipi-ovn-kube-apiserver-rollout df9345d link false /test e2e-metal-ipi-ovn-kube-apiserver-rollout
ci/prow/e2e-metal-ipi-ovn-dualstack-bgp-techpreview df9345d link false /test e2e-metal-ipi-ovn-dualstack-bgp-techpreview
ci/prow/e2e-hypershift-conformance df9345d link false /test e2e-hypershift-conformance
ci/prow/e2e-aws-ovn-single-node-serial df9345d link false /test e2e-aws-ovn-single-node-serial
ci/prow/4.12-upgrade-from-stable-4.11-e2e-aws-ovn-upgrade-rollback df9345d link false /test 4.12-upgrade-from-stable-4.11-e2e-aws-ovn-upgrade-rollback
ci/prow/e2e-aws-ovn-kube-apiserver-rollout df9345d link false /test e2e-aws-ovn-kube-apiserver-rollout
ci/prow/e2e-aws-ovn-etcd-scaling df9345d link false /test e2e-aws-ovn-etcd-scaling
ci/prow/e2e-aws-ovn df9345d link false /test e2e-aws-ovn
ci/prow/e2e-aws-ovn-single-node-upgrade df9345d link false /test e2e-aws-ovn-single-node-upgrade
ci/prow/e2e-aws-ovn-fips df9345d link true /test e2e-aws-ovn-fips
ci/prow/e2e-aws-ovn-single-node df9345d link false /test e2e-aws-ovn-single-node
ci/prow/e2e-gcp-ovn df9345d link true /test e2e-gcp-ovn
ci/prow/e2e-openstack-serial df9345d link false /test e2e-openstack-serial
ci/prow/e2e-metal-ipi-ovn-dualstack df9345d link false /test e2e-metal-ipi-ovn-dualstack
ci/prow/e2e-metal-ipi-serial df9345d link false /test e2e-metal-ipi-serial
ci/prow/okd-e2e-gcp df9345d link false /test okd-e2e-gcp
ci/prow/e2e-vsphere-ovn-dualstack-primaryv6 df9345d link false /test e2e-vsphere-ovn-dualstack-primaryv6
ci/prow/e2e-gcp-fips-serial df9345d link false /test e2e-gcp-fips-serial
ci/prow/e2e-aws-ovn-cgroupsv2 df9345d link false /test e2e-aws-ovn-cgroupsv2
ci/prow/e2e-azure df9345d link false /test e2e-azure

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@openshift-trt
Copy link

openshift-trt bot commented Apr 7, 2025

Job Failure Risk Analysis for sha: df9345d

Job Name Failure Risk
pull-ci-openshift-origin-main-e2e-aws-disruptive Medium
[bz-Etcd] clusteroperator/etcd should not change condition/Available
Potential external regression detected for High Risk Test analysis
---
[sig-node] static pods should start after being created
Potential external regression detected for High Risk Test analysis
pull-ci-openshift-origin-main-e2e-aws-ovn-etcd-scaling Low
[bz-kube-storage-version-migrator] clusteroperator/kube-storage-version-migrator should not change condition/Available
This test has passed 69.70% of 5043 runs on release 4.19 [Overall] in the last week.

Open Bugs
[CI] e2e-openstack-ovn-etcd-scaling job permanent fails at many openshift-test tests
---
[sig-architecture] platform pods in ns/openshift-etcd should not exit an excessive amount of times
This test has passed 50.00% of 2 runs on release 4.19 [Architecture:amd64 FeatureSet:default Installer:ipi JobTier:rare Network:ovn NetworkStack:ipv4 Owner:eng Platform:aws SecurityMode:default Topology:ha Upgrade:none] in the last week.
---
[bz-etcd][invariant] alert/etcdMembersDown should not be at or above info
This test has passed 50.00% of 2 runs on release 4.19 [Architecture:amd64 FeatureSet:default Installer:ipi JobTier:rare Network:ovn NetworkStack:ipv4 Owner:eng Platform:aws SecurityMode:default Topology:ha Upgrade:none] in the last week.
pull-ci-openshift-origin-main-e2e-azure-ovn-upgrade IncompleteTests
Tests for this run (2079) are below the historical average (3545): IncompleteTests (not enough tests ran to make a reasonable risk analysis; this could be due to infra, installation, or upgrade problems)
pull-ci-openshift-origin-main-e2e-gcp-disruptive High
[sig-node] static pods should start after being created
This test has passed 98.83% of 5056 runs on release 4.19 [Overall] in the last week.
---
[sig-arch] events should not repeat pathologically for ns/openshift-kube-apiserver-operator
This test has passed 100.00% of 1 runs on release 4.19 [Architecture:amd64 FeatureSet:default Installer:ipi JobTier:hidden Network:ovn NetworkStack:ipv4 Owner:eng Platform:gcp SecurityMode:default Topology:ha Upgrade:micro-downgrade] in the last week.
pull-ci-openshift-origin-main-e2e-hypershift-conformance High
[sig-network-edge][Conformance][Area:Networking][Feature:Router] The HAProxy router should pass the gRPC interoperability tests [apigroup:route.openshift.io][apigroup:operator.openshift.io] [Suite:openshift/conformance/parallel/minimal]
This test has passed 99.49% of 2155 runs on release 4.19 [Overall] in the last week.

Open Bugs
HAProxy gRPC interop test fails with grpc 1.67.0 in origin
pull-ci-openshift-origin-main-e2e-metal-ipi-ovn-kube-apiserver-rollout IncompleteTests
Tests for this run (102) are below the historical average (1094): IncompleteTests (not enough tests ran to make a reasonable risk analysis; this could be due to infra, installation, or upgrade problems)
pull-ci-openshift-origin-main-okd-e2e-gcp IncompleteTests
Tests for this run (15) are below the historical average (51): IncompleteTests (not enough tests ran to make a reasonable risk analysis; this could be due to infra, installation, or upgrade problems)

Risk analysis has seen new tests most likely introduced by this PR.
Please ensure that new tests meet guidelines for naming and stability.

New Test Risks for sha: df9345d

Job Name New Test Risk
pull-ci-openshift-origin-main-e2e-gcp-ovn-techpreview High - "[sig-arch] all leases in ns/openshift-operators must gracefully release" is a new test that was not present in all runs against the current commit.
pull-ci-openshift-origin-main-e2e-gcp-ovn-techpreview High - "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure HTTPRoute object is created [Suite:openshift/conformance/parallel]" is a new test that failed 1 time(s) against the current commit
pull-ci-openshift-origin-main-e2e-gcp-ovn-techpreview High - "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure OSSM and OLM related resources are created after creating GatewayClass [Suite:openshift/conformance/parallel]" is a new test that failed 1 time(s) against the current commit
pull-ci-openshift-origin-main-e2e-gcp-ovn-techpreview High - "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure custom gatewayclass can be accepted [Suite:openshift/conformance/parallel]" is a new test that failed 1 time(s) against the current commit
pull-ci-openshift-origin-main-e2e-gcp-ovn-techpreview High - "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure default gateway objects is created [Suite:openshift/conformance/parallel]" is a new test that failed 2 time(s) against the current commit
pull-ci-openshift-origin-main-e2e-gcp-ovn-techpreview High - "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure default gatewayclass is accepted [Suite:openshift/conformance/parallel]" is a new test that failed 1 time(s) against the current commit
pull-ci-openshift-origin-main-e2e-metal-ipi-ovn-dualstack-bgp-techpreview High - "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure HTTPRoute object is created [Suite:openshift/conformance/parallel]" is a new test that failed 1 time(s) against the current commit
pull-ci-openshift-origin-main-e2e-metal-ipi-ovn-dualstack-bgp-techpreview High - "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure OSSM and OLM related resources are created after creating GatewayClass [Suite:openshift/conformance/parallel]" is a new test that failed 1 time(s) against the current commit
pull-ci-openshift-origin-main-e2e-metal-ipi-ovn-dualstack-bgp-techpreview High - "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure custom gatewayclass can be accepted [Suite:openshift/conformance/parallel]" is a new test that failed 1 time(s) against the current commit
pull-ci-openshift-origin-main-e2e-metal-ipi-ovn-dualstack-bgp-techpreview High - "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure default gateway objects is created [Suite:openshift/conformance/parallel]" is a new test that failed 1 time(s) against the current commit
pull-ci-openshift-origin-main-e2e-metal-ipi-ovn-dualstack-bgp-techpreview High - "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure default gatewayclass is accepted [Suite:openshift/conformance/parallel]" is a new test that failed 1 time(s) against the current commit

New tests seen in this PR at sha: df9345d

  • "[sig-arch] all leases in ns/openshift-operators must gracefully release" [Total: 2, Pass: 2, Fail: 0, Flake: 0]
  • "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure HTTPRoute object is created [Suite:openshift/conformance/parallel]" [Total: 3, Pass: 1, Fail: 2, Flake: 0]
  • "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure OSSM and OLM related resources are created after creating GatewayClass [Suite:openshift/conformance/parallel]" [Total: 3, Pass: 1, Fail: 2, Flake: 0]
  • "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure custom gatewayclass can be accepted [Suite:openshift/conformance/parallel]" [Total: 3, Pass: 1, Fail: 2, Flake: 0]
  • "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure default gateway objects is created [Suite:openshift/conformance/parallel]" [Total: 3, Pass: 0, Fail: 3, Flake: 0]
  • "[sig-network][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Verify Gateway API controller and ensure default gatewayclass is accepted [Suite:openshift/conformance/parallel]" [Total: 3, Pass: 1, Fail: 2, Flake: 1]

@melvinjoseph86
Copy link
Contributor Author

melvinjoseph86 commented Apr 8, 2025

/close
in favor of #29658

@melvinjoseph86
Copy link
Contributor Author

/close

@openshift-ci openshift-ci bot closed this Apr 8, 2025
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Apr 8, 2025

@melvinjoseph86: Closed this PR.

Details

In response to this:

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

vendor-update Touching vendor dir or related files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants