Skip to content

Conversation

@FilipNikolovski
Copy link
Contributor

No description provided.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 9, 2026

🤖 Gemini AI Assistant Available

Hi @FilipNikolovski! I'm here to help with your pull request. You can interact with me using the following commands:

Available Commands

  • @gemini-cli /review - Request a comprehensive code review

    • Example: @gemini-cli /review Please focus on security and performance
  • @gemini-cli <your question> - Ask me anything about the codebase

    • Example: @gemini-cli How can I improve this function?
    • Example: @gemini-cli What are the best practices for error handling here?

How to Use

  1. Simply type one of the commands above in a comment on this PR
  2. I'll analyze your code and provide detailed feedback
  3. You can track my progress in the workflow logs

Permissions

Only OWNER, MEMBER, or COLLABORATOR users can trigger my responses. This ensures secure and appropriate usage.


This message was automatically added to help you get started with the Gemini AI assistant. Feel free to delete this comment if you don't need assistance.

@openshift-ci openshift-ci bot added the approved label Jan 9, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Jan 9, 2026

🤖 Hi @FilipNikolovski, I've received your request, and I'm working on it now! You can track my progress in the logs for more details.

@seanconroy2021
Copy link
Member

Can you update the commit title to say it's going into devlopment :)

@FilipNikolovski FilipNikolovski force-pushed the update-release-service-monitor branch from 6973a56 to f8f3b53 Compare January 9, 2026 11:53
@FilipNikolovski FilipNikolovski changed the title release-service-monitor update promote release-service-monitor to development Jan 9, 2026
@FilipNikolovski
Copy link
Contributor Author

Can you update the commit title to say it's going into devlopment :)

done!

@konflux-ci-qe-bot
Copy link

🤖 Pipeline Failure Analysis

Category: Infrastructure

Pipeline e2e tests failed due to an unstable and unhealthy test environment, preventing the necessary applications from synchronizing.

📋 Technical Details

Immediate Cause

The appstudio-e2e-tests/redhat-appstudio-e2e step failed because critical test environment components, pipeline-service-in-cluster-local and release-in-cluster-local, were not in a healthy state. pipeline-service-in-cluster-local was OutOfSync with missing resources, and release-in-cluster-local repeatedly entered a Degraded state.

Contributing Factors

The prolonged unstable state of the test environment applications led to the test runner's entrypoint process being terminated. The entrypoint was interrupted and subsequently terminated with a signal after a grace period, causing the make ci/test/e2e command to fail.

Impact

The failure of the test environment to stabilize prevented the execution of the e2e tests. This directly blocked the job's progression and resulted in a Terminated status for the test step, failing the overall Prow job.

🔍 Evidence

appstudio-e2e-tests/redhat-appstudio-e2e

Category: infrastructure
Root Cause: The e2e tests failed because the pipeline-service-in-cluster-local application was stuck in an OutOfSync state with missing resources, and release-in-cluster-local was repeatedly degrading, preventing the test environment from stabilizing. This ultimately led to the test runner process being terminated by the entrypoint due to a prolonged lack of expected state.

Logs:

artifacts/appstudio-e2e-tests/redhat-appstudio-e2e/build-log.txt line 711
pipeline-service-in-cluster-local                   OutOfSync   Missing
artifacts/appstudio-e2e-tests/redhat-appstudio-e2e/build-log.txt line 712
release-in-cluster-local                            Synced      Progressing
artifacts/appstudio-e2e-tests/redhat-appstudio-e2e/build-log.txt line 838
release-in-cluster-local                            Synced   Degraded
artifacts/appstudio-e2e-tests/redhat-appstudio-e2e/build-log.txt line 866
{"component":"entrypoint","file":"sigs.k8s.io/prow/pkg/entrypoint/run.go:173","func":"sigs.k8s.io/prow/pkg/entrypoint.Options.ExecuteProcess","level":"error","msg":"Entrypoint received interrupt: terminated","severity":"error","time":"2026-01-09T11:53:11Z"}
artifacts/appstudio-e2e-tests/redhat-appstudio-e2e/build-log.txt line 868
make: *** [Makefile:25: ci/test/e2e] Terminated
artifacts/appstudio-e2e-tests/redhat-appstudio-e2e/build-log.txt line 872
{"component":"entrypoint","file":"sigs.k8s.io/prow/pkg/entrypoint/run.go:267","func":"sigs.k8s.io/prow/pkg/entrypoint.gracefullyTerminate","level":"error","msg":"Process did not exit before 15s grace period","severity":"error","time":"2026-01-09T11:53:26Z"}
artifacts/appstudio-e2e-tests/redhat-appstudio-e2e/build-log.txt line 873
{"component":"entrypoint","error":"os: process already finished","file":"sigs.k8s.io/prow/pkg/entrypoint/run.go:269","func":"sigs.k8s.io/prow/pkg/entrypoint.gracefullyTerminate","level":"error","msg":"Could not kill process after grace period","severity":"error","time":"2026-01-09T11:53:26Z"}

Analysis powered by prow-failure-analysis | Build: 2009586551075377152

@seanconroy2021
Copy link
Member

/lgtm
/approve

@konflux-ci-qe-bot
Copy link

🤖 Pipeline Failure Analysis

Category: Timeout

The end-to-end test execution timed out, preventing the completion of the Prow job.

📋 Technical Details

Immediate Cause

The appstudio-e2e-tests/redhat-appstudio-e2e step exceeded its 2-hour execution timeout. The Prow entrypoint process did not finish within the allocated time and was subsequently terminated.

Contributing Factors

No specific test failures were identified, suggesting the delay was likely related to the overall test environment provisioning, application deployment within the cluster, or resource synchronization rather than individual test case logic.

Impact

The timeout directly blocked the completion of the Prow job, as the critical end-to-end tests could not be successfully executed and validated.

🔍 Evidence

appstudio-e2e-tests/redhat-appstudio-e2e

Category: timeout
Root Cause: The end-to-end tests exceeded the maximum allowed execution time, likely due to lengthy setup, deployment, and synchronization processes within the Kubernetes cluster.

Logs:

artifacts/appstudio-e2e-tests/redhat-appstudio-e2e/build-log.txt:1206
{"component":"entrypoint","file":"sigs.k8s.io/prow/pkg/entrypoint/run.go:169","func":"sigs.k8s.io/prow/pkg/entrypoint.Options.ExecuteProcess","level":"error","msg":"Process did not finish before 2h0m0s timeout","severity":"error","time":"2026-01-09T13:59:38Z"}
artifacts/appstudio-e2e-tests/redhat-appstudio-e2e/build-log.txt:1209
{"component":"entrypoint","file":"sigs.k8s.io/prow/pkg/entrypoint/run.go:267","func":"sigs.k8s.io/prow/pkg/entrypoint.gracefullyTerminate","level":"error","msg":"Process did not exit before 15s grace period","severity":"error","time":"2026-01-09T13:59:53Z"}

Analysis powered by prow-failure-analysis | Build: 2009594302698622976

@FilipNikolovski FilipNikolovski force-pushed the update-release-service-monitor branch from f8f3b53 to 93742d4 Compare January 9, 2026 15:10
@openshift-ci openshift-ci bot removed the lgtm label Jan 9, 2026
@seanconroy2021
Copy link
Member

/lgtm
/approve

@openshift-ci openshift-ci bot added the lgtm label Jan 9, 2026
@openshift-ci
Copy link

openshift-ci bot commented Jan 9, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: FilipNikolovski, seanconroy2021

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

The pull request process is described 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

@FilipNikolovski
Copy link
Contributor Author

Could I get another lgtm here please @seanconroy2021? Also not sure if we need to Approve the PR or just adding the labels is fine.

@konflux-ci-qe-bot
Copy link

🤖 Pipeline Failure Analysis

Category: Timeout

The end-to-end tests timed out due to a network connectivity issue preventing the successful retrieval of a required Helm chart during the kustomize build process.

📋 Technical Details

Immediate Cause

The appstudio-e2e-tests/redhat-appstudio-e2e job timed out because the kustomize build command failed to pull a necessary Helm chart from https://grafana.github.io/helm-charts. This failure was due to a "connection reset by peer" error, indicating a network communication problem with the Helm repository.

Contributing Factors

The inability to reach the Helm chart repository disrupted the kustomize build process, causing it to hang indefinitely. This delay ultimately led to the overall execution exceeding its allocated time limit.

Impact

The timeout prevented the successful completion of the end-to-end tests, which are crucial for validating the stability and functionality of the AppStudio infra deployments. This blocked the pipeline from proceeding and providing a clear signal on the readiness of the deployment.

🔍 Evidence

appstudio-e2e-tests/redhat-appstudio-e2e

Category: timeout
Root Cause: The end-to-end tests timed out. This appears to be related to issues encountered during the kustomize build process, specifically when trying to pull a Helm chart, which may have contributed to the overall delay and subsequent timeout.

Logs:

artifacts/appstudio-e2e-tests/redhat-appstudio-e2e/build-log.txt:937
vector-kubearchive-log-collector-in-cluster-local failed with:
[{"lastTransitionTime":"2026-01-09T16:49:10Z","message":"Failed to load target state: failed to generate manifest for source 1 of 1: rpc error: code = Unknown desc = 'kustomize build \u003cpath to cached source\u003e/components/vector-kubearchive-log-collector/development --enable-helm --helm-kube-version 1.30 --helm-api-versions acme.cert-manager.io/v1 --helm-api-versions acme.cert-manager.io/v1/Order --helm-api-versions admissionregistration.k8s.io/v1 --helm-api-versions admissionregistration.k8s.io/v1/MutatingWebhookConfiguration --helm-api-versions admissionregistration.k8s.io/v1/ValidatingAdmissionPolicy --helm-api-versions admissionregistration.k8s.io/v1/ValidatingAdmissionPolicyBinding --helm-api-versions admissionregistration.k8s.io/v1/ValidatingWebhookConfiguration --helm-api-versions admissionregistration.k8s.io/v1beta1 --helm-api-versions admissionregistration.k8s.io/v1beta1/ValidatingAdmissionPolicy --helm-api-versions admissionregistration.k8s.io/v1beta1/ValidatingAdmissionPolicyBinding --helm-api-versions apiextensions.crossplane.io/v1 --helm-api-versions apiextensions.crossplane.io/v1/CompositeResourceDefinition --helm-api-versions apiextensions.crossplane.io/v1/Composition --helm-api-versions apiextensions.crossplane.io/v1/CompositionRevision --helm-api-versions apiextensions.crossplane.io/v1alpha1 --helm-api-versions apiextensions.crossplane.io/v1alpha1/ManagedResourceActivationPolicy --helm-api-versions apiextensions.crossplane.io/v1alpha1/ManagedResourceDefinition --helm-api-versions apiextensions.crossplane.io/v1alpha1/Usage --helm-api-versions apiextensions.crossplane.io/v1beta1 --helm-api-versions apiextensions.crossplane.io/v1beta1/EnvironmentConfig --helm-api-versions apiextensions.crossplane.io/v1beta1/Usage --helm-api-versions apiextensions.crossplane.io/v2 --helm-api-versions apiextensions.crossplane.io/v2/CompositeResourceDefinition --helm-api-versions apiextensions.k8s.io/v1 --helm-api-versions apiextensions.k8s.io/v1/CustomResourceDefinition --helm-api-versions apiregistration.k8s.io/v1 --helm-api-versions apiregistration.k8s.io/v1/APIService --helm-api-versions apiserver.openshift.io/v1 --helm-api-versions apiserver.openshift.io/v1/APIRequestCount --helm-api-versions apps.openshift.io/v1 --helm-api-versions apps.openshift.io/v1/DeploymentConfig --helm-api-versions apps/v1 --helm-api-versions apps/v1/ControllerRevision --helm-api-versions apps/v1/DaemonSet --helm-api-versions apps/v1/Deployment --helm-api-versions apps/v1/ReplicaSet --helm-api-versions apps/v1/StatefulSet --helm-api-versions appstudio.redhat.com/v1alpha1 --helm-api-versions appstudio.redhat.com/v1alpha1/Application --helm-api-versions appstudio.redhat.com/v1alpha1/Component --helm-api-versions appstudio.redhat.com/v1alpha1/ComponentDetectionQuery --helm-api-versions appstudio.redhat.com/v1alpha1/DependencyUpdateCheck --helm-api-versions appstudio.redhat.com/v1alpha1/DeploymentTarget --helm-api-versions appstudio.redhat.com/v1alpha1/DeploymentTargetClaim --helm-api-versions appstudio.redhat.com/v1alpha1/DeploymentTargetClass --helm-api-versions appstudio.redhat.com/v1alpha1/EnterpriseContractPolicy --helm-api-versions appstudio.redhat.com/v1alpha1/Environment --helm-api-versions appstudio.redhat.com/v1alpha1/ImageRepository --helm-api-versions appstudio.redhat.com/v1alpha1/InternalRequest --helm-api-versions appstudio.redhat.com/v1alpha1/InternalServicesConfig --helm-api-versions appstudio.redhat.com/v1alpha1/PromotionRun --helm-api-versions appstudio.redhat.com/v1alpha1/Release --helm-api-versions appstudio.redhat.com/v1alpha1/ReleasePlan --helm-api-versions appstudio.redhat.com/v1alpha1/ReleasePlanAdmission --helm-api-versions appstudio.redhat.com/v1alpha1/ReleaseServiceConfig --helm-api-versions appstudio.redhat.com/v1alpha1/Snapshot --helm-api-versions appstudio.redhat.com/v1alpha1/SnapshotEnvironmentBinding --helm-api-versions argoproj.io/v1alpha1 --helm-api-versions argoproj.io/v1alpha1/AnalysisRun --helm-api-versions argoproj.io/v1alpha1/AnalysisTemplate --helm-api-versions argoproj.io/v1alpha1/AppProject --helm-api-versions argoproj.io/v1alpha1/Application --helm-api-versions argoproj.io/v1alpha1/ApplicationSet --helm-api-versions argoproj.io/v1alpha1/ArgoCD --helm-api-versions argoproj.io/v1alpha1/ClusterAnalysisTemplate --helm-api-versions argoproj.io/v1alpha1/Experiment --helm-api-versions argoproj.io/v1alpha1/NotificationsConfiguration --helm-api-versions argoproj.io/v1alpha1/Rollout --helm-api-versions argoproj.io/v1alpha1/RolloutManager --helm-api-versions argoproj.io/v1beta1 --helm-api-versions argoproj.io/v1beta1/ArgoCD --helm-api-versions authorization.openshift.io/v1 --helm-api-versions authorization.openshift.io/v1/RoleBindingRestriction --helm-api-versions autoscaling.openshift.io/v1 --helm-api-versions autoscaling.openshift.io/v1/ClusterAutoscaler --helm-api-versions autoscaling.openshift.io/v1beta1 --helm-api-versions autoscaling.openshift.io/v1beta1/MachineAutoscaler --helm-api-versions autoscaling/v1 --helm-api-versions autoscaling/v1/HorizontalPodAutoscaler --helm-api-versions autoscaling/v2 --helm-api-versions autoscaling/v2/HorizontalPodAutoscaler --helm-api-versions batch/v1 --helm-api-versions batch/v1/CronJob --helm-api-versions batch/v1/Job --helm-api-versions build.openshift.io/v1 --helm-api-versions build.openshift.io/v1/Build --helm-api-versions build.openshift.io/v1/BuildConfig --helm-api-versions cert-manager.io/v1 --helm-api-versions cert-manager.io/v1/Certificate --helm-api-versions cert-manager.io/v1/CertificateRequest --helm-api-versions cert-manager.io/v1/ClusterIssuer --helm-api-versions cert-manager.io/v1/Issuer --helm-api-versions certificates.k8s.io/v1 --helm-api-versions certificates.k8s.io/v1/CertificateSigningRequest --helm-api-versions cloud.network.openshift.io/v1 --helm-api-versions cloud.network.openshift.io/v1/CloudPrivateIPConfig --helm-api-versions cloudcredential.openshift.io/v1 --helm-api-versions cloudcredential.openshift.io/v1/CredentialsRequest --helm-api-versions config.openshift.io/v1 --helm-api-versions config.openshift.io/v1/APIServer --helm-api-versions config.openshift.io/v1/Authentication --helm-api-versions config.openshift.io/v1/Build --helm-api-versions config.openshift.io/v1/ClusterOperator --helm-api-versions config.openshift.io/v1/ClusterVersion --helm-api-versions config.openshift.io/v1/Console --helm-api-versions config.openshift.io/v1/DNS --helm-api-versions config.openshift.io/v1/FeatureGate --helm-api-versions config.openshift.io/v1/Image --helm-api-versions config.openshift.io/v1/ImageContentPolicy --helm-api-versions config.openshift.io/v1/ImageDigestMirrorSet --helm-api-versions config.openshift.io/v1/ImageTagMirrorSet --helm-api-versions config.openshift.io/v1/Infrastructure --helm-api-versions config.openshift.io/v1/Ingress --helm-api-versions config.openshift.io/v1/Network --helm-api-versions config.openshift.io/v1/Node --helm-api-versions config.openshift.io/v1/OAuth --helm-api-versions config.openshift.io/v1/OperatorHub --helm-api-versions config.openshift.io/v1/Project --helm-api-versions config.openshift.io/v1/Proxy --helm-api-versions config.openshift.io/v1/Scheduler --helm-api-versions console.openshift.io/v1 --helm-api-versions console.openshift.io/v1/ConsoleCLIDownload --helm-api-versions console.openshift.io/v1/ConsoleExternalLogLink --helm-api-versions console.openshift.io/v1/ConsoleLink --helm-api-versions console.openshift.io/v1/ConsoleNotification --helm-api-versions console.openshift.io/v1/ConsolePlugin --helm-api-versions console.openshift.io/v1/ConsoleQuickStart --helm-api-versions console.openshift.io/v1/ConsoleSample --helm-api-versions console.openshift.io/v1/ConsoleYAMLSample --helm-api-versions console.openshift.io/v1alpha1 --helm-api-versions console.openshift.io/v1alpha1/ConsolePlugin --helm-api-versions controlplane.operator.openshift.io/v1alpha1 --helm-api-versions controlplane.operator.openshift.io/v1alpha1/PodNetworkConnectivityCheck --helm-api-versions coordination.k8s.io/v1 --helm-api-versions coordination.k8s.io/v1/Lease --helm-api-versions discovery.k8s.io/v1 --helm-api-versions discovery.k8s.io/v1/EndpointSlice --helm-api-versions eventing.knative.dev/v1 --helm-api-versions eventing.knative.dev/v1/Broker --helm-api-versions eventing.knative.dev/v1/Trigger --helm-api-versions eventing.knative.dev/v1alpha1 --helm-api-versions eventing.knative.dev/v1alpha1/EventPolicy --helm-api-versions eventing.knative.dev/v1beta1 --helm-api-versions eventing.knative.dev/v1beta1/EventType --helm-api-versions eventing.knative.dev/v1beta3 --helm-api-versions eventing.knative.dev/v1beta3/EventType --helm-api-versions events.k8s.io/v1 --helm-api-versions events.k8s.io/v1/Event --helm-api-versions flowcontrol.apiserver.k8s.io/v1 --helm-api-versions flowcontrol.apiserver.k8s.io/v1/FlowSchema --helm-api-versions flowcontrol.apiserver.k8s.io/v1/PriorityLevelConfiguration --helm-api-versions flowcontrol.apiserver.k8s.io/v1beta3 --helm-api-versions flowcontrol.apiserver.k8s.io/v1beta3/FlowSchema --helm-api-versions flowcontrol.apiserver.k8s.io/v1beta3/PriorityLevelConfiguration --helm-api-versions flows.knative.dev/v1 --helm-api-versions flows.knative.dev/v1/Parallel --helm-api-versions flows.knative.dev/v1/Sequence --helm-api-versions helm.openshift.io/v1beta1 --helm-api-versions helm.openshift.io/v1beta1/HelmChartRepository --helm-api-versions helm.openshift.io/v1beta1/ProjectHelmChartRepository --helm-api-versions image.openshift.io/v1 --helm-api-versions image.openshift.io/v1/Image --helm-api-versions image.openshift.io/v1/ImageStream --helm-api-versions imageregistry.operator.openshift.io/v1 --helm-api-versions imageregistry.operator.openshift.io/v1/Config --helm-api-versions imageregistry.operator.openshift.io/v1/ImagePruner --helm-api-versions infrastructure.cluster.x-k8s.io/v1alpha5 --helm-api-versions infrastructure.cluster.x-k8s.io/v1alpha5/Metal3Remediation --helm-api-versions infrastructure.cluster.x-k8s.io/v1alpha5/Metal3RemediationTemplate --helm-api-versions infrastructure.cluster.x-k8s.io/v1beta1 --helm-api-versions infrastructure.cluster.x-k8s.io/v1beta1/Metal3Remediation --helm-api-versions infrastructure.cluster.x-k8s.io/v1beta1/Metal3RemediationTemplate --helm-api-versions ingress.operator.openshift.io/v1 --helm-api-versions ingress.operator.openshift.io/v1/DNSRecord --helm-api-versions ipam.cluster.x-k8s.io/v1alpha1 --helm-api-versions ipam.cluster.x-k8s.io/v1alpha1/IPAddress --helm-api-versions ipam.cluster.x-k8s.io/v1alpha1/IPAddressClaim --helm-api-versions ipam.cluster.x-k8s.io/v1beta1 --helm-api-versions ipam.cluster.x-k8s.io/v1beta1/IPAddress --helm-api-versions ipam.cluster.x-k8s.io/v1beta1/IPAddressClaim --helm-api-versions k8s.cni.cncf.io/v1 --helm-api-versions k8s.cni.cncf.io/v1/NetworkAttachmentDefinition --helm-api-versions k8s.ovn.org/v1 --helm-api-versions k8s.ovn.org/v1/AdminPolicyBasedExternalRoute --helm-api-versions k8s.ovn.org/v1/EgressFirewall --helm-api-versions k8s.ovn.org/v1/EgressIP --helm-api-versions k8s.ovn.org/v1/EgressQoS --helm-api-versions k8s.ovn.org/v1/EgressService --helm-api-versions kubearchive.org/v1 --helm-api-versions kubearchive.org/v1/ClusterKubeArchiveConfig --helm-api-versions kubearchive.org/v1/ClusterVacuumConfig --helm-api-versions kubearchive.org/v1/KubeArchiveConfig --helm-api-versions kubearchive.org/v1/NamespaceVacuumConfig --helm-api-versions kubearchive.org/v1/SinkFilter --helm-api-versions machine.openshift.io/v1 --helm-api-versions machine.openshift.io/v1/ControlPlaneMachineSet --helm-api-versions machine.openshift.io/v1beta1 --helm-api-versions machine.openshift.io/v1beta1/Machine --helm-api-versions machine.openshift.io/v1beta1/MachineHealthCheck --helm-api-versions machine.openshift.io/v1beta1/MachineSet --helm-api-versions machineconfiguration.openshift.io/v1 --helm-api-versions machineconfiguration.openshift.io/v1/ContainerRuntimeConfig --helm-api-versions machineconfiguration.openshift.io/v1/ControllerConfig --helm-api-versions machineconfiguration.openshift.io/v1/KubeletConfig --helm-api-versions machineconfiguration.openshift.io/v1/MachineConfig --helm-api-versions machineconfiguration.openshift.io/v1/MachineConfigPool --helm-api-versions messaging.knative.dev/v1 --helm-api-versions messaging.knative.dev/v1/Channel --helm-api-versions messaging.knative.dev/v1/InMemoryChannel --helm-api-versions messaging.knative.dev/v1/Subscription --helm-api-versions metal3.io/v1alpha1 --helm-api-versions metal3.io/v1alpha1/BMCEventSubscription --helm-api-versions metal3.io/v1alpha1/BareMetalHost --helm-api-versions metal3.io/v1alpha1/DataImage --helm-api-versions metal3.io/v1alpha1/FirmwareSchema --helm-api-versions metal3.io/v1alpha1/HardwareData --helm-api-versions metal3.io/v1alpha1/HostFirmwareComponents --helm-api-versions metal3.io/v1alpha1/HostFirmwareSettings --helm-api-versions metal3.io/v1alpha1/PreprovisioningImage --helm-api-versions metal3.io/v1alpha1/Provisioning --helm-api-versions migration.k8s.io/v1alpha1 --helm-api-versions migration.k8s.io/v1alpha1/StorageState --helm-api-versions migration.k8s.io/v1alpha1/StorageVersionMigration --helm-api-versions monitoring.coreos.com/v1 --helm-api-versions monitoring.coreos.com/v1/Alertmanager --helm-api-versions monitoring.coreos.com/v1/PodMonitor --helm-api-versions monitoring.coreos.com/v1/Probe --helm-api-versions monitoring.coreos.com/v1/Prometheus --helm-api-versions monitoring.coreos.com/v1/PrometheusRule --helm-api-versions monitoring.coreos.com/v1/ServiceMonitor --helm-api-versions monitoring.coreos.com/v1/ThanosRuler --helm-api-versions monitoring.coreos.com/v1alpha1 --helm-api-versions monitoring.coreos.com/v1alpha1/AlertmanagerConfig --helm-api-versions monitoring.coreos.com/v1beta1 --helm-api-versions monitoring.coreos.com/v1beta1/AlertmanagerConfig --helm-api-versions monitoring.openshift.io/v1 --helm-api-versions monitoring.openshift.io/v1/AlertRelabelConfig --helm-api-versions monitoring.openshift.io/v1/AlertingRule --helm-api-versions network.operator.openshift.io/v1 --helm-api-versions network.operator.openshift.io/v1/EgressRouter --helm-api-versions network.operator.openshift.io/v1/OperatorPKI --helm-api-versions networking.k8s.io/v1 --helm-api-versions networking.k8s.io/v1/Ingress --helm-api-versions networking.k8s.io/v1/IngressClass --helm-api-versions networking.k8s.io/v1/NetworkPolicy --helm-api-versions node.k8s.io/v1 --helm-api-versions node.k8s.io/v1/RuntimeClass --helm-api-versions oauth.openshift.io/v1 --helm-api-versions oauth.openshift.io/v1/OAuthAccessToken --helm-api-versions oauth.openshift.io/v1/OAuthAuthorizeToken --helm-api-versions oauth.openshift.io/v1/OAuthClient --helm-api-versions oauth.openshift.io/v1/OAuthClientAuthorization --helm-api-versions oauth.openshift.io/v1/UserOAuthAccessToken --helm-api-versions operator.openshift.io/v1 --helm-api-versions operator.openshift.io/v1/Authentication --helm-api-versions operator.openshift.io/v1/CSISnapshotController --helm-api-versions operator.openshift.io/v1/CloudCredential --helm-api-versions operator.openshift.io/v1/ClusterCSIDriver --helm-api-versions operator.openshift.io/v1/Config --helm-api-versions operator.openshift.io/v1/Console --helm-api-versions operator.openshift.io/v1/DNS --helm-api-versions operator.openshift.io/v1/Etcd --helm-api-versions operator.openshift.io/v1/IngressController --helm-api-versions operator.openshift.io/v1/InsightsOperator --helm-api-versions operator.openshift.io/v1/KubeAPIServer --helm-api-versions operator.openshift.io/v1/KubeControllerManager --helm-api-versions operator.openshift.io/v1/KubeScheduler --helm-api-versions operator.openshift.io/v1/KubeStorageVersionMigrator --helm-api-versions operator.openshift.io/v1/MachineConfiguration --helm-api-versions operator.openshift.io/v1/Network --helm-api-versions operator.openshift.io/v1/OpenShiftAPIServer --helm-api-versions operator.openshift.io/v1/OpenShiftControllerManager --helm-api-versions operator.openshift.io/v1/ServiceCA --helm-api-versions operator.openshift.io/v1/Storage --helm-api-versions operator.openshift.io/v1alpha1 --helm-api-versions operator.openshift.io/v1alpha1/CertManager --helm-api-versions operator.openshift.io/v1alpha1/ImageContentSourcePolicy --helm-api-versions operator.openshift.io/v1alpha1/IstioCSR --helm-api-versions operators.coreos.com/v1 --helm-api-versions operators.coreos.com/v1/OLMConfig --helm-api-versions operators.coreos.com/v1/Operator --helm-api-versions operators.coreos.com/v1/OperatorCondition --helm-api-versions operators.coreos.com/v1/OperatorGroup --helm-api-versions operators.coreos.com/v1alpha1 --helm-api-versions operators.coreos.com/v1alpha1/CatalogSource --helm-api-versions operators.coreos.com/v1alpha1/ClusterServiceVersion --helm-api-versions operators.coreos.com/v1alpha1/InstallPlan --helm-api-versions operators.coreos.com/v1alpha1/Subscription --helm-api-versions operators.coreos.com/v1alpha2 --helm-api-versions operators.coreos.com/v1alpha2/OperatorGroup --helm-api-versions operators.coreos.com/v2 --helm-api-versions operators.coreos.com/v2/OperatorCondition --helm-api-versions ops.crossplane.io/v1alpha1 --helm-api-versions ops.crossplane.io/v1alpha1/CronOperation --helm-api-versions ops.crossplane.io/v1alpha1/Operation --helm-api-versions ops.crossplane.io/v1alpha1/WatchOperation --helm-api-versions performance.openshift.io/v1 --helm-api-versions performance.openshift.io/v1/PerformanceProfile --helm-api-versions performance.openshift.io/v1alpha1 --helm-api-versions performance.openshift.io/v1alpha1/PerformanceProfile --helm-api-versions performance.openshift.io/v2 --helm-api-versions performance.openshift.io/v2/PerformanceProfile --helm-api-versions pipelines.openshift.io/v1alpha1 --helm-api-versions pipelines.openshift.io/v1alpha1/GitopsService --helm-api-versions pipelinesascode.tekton.dev/v1alpha1 --helm-api-versions pipelinesascode.tekton.dev/v1alpha1/Repository --helm-api-versions pkg.crossplane.io/v1 --helm-api-versions pkg.crossplane.io/v1/Configuration --helm-api-versions pkg.crossplane.io/v1/ConfigurationRevision --helm-api-versions pkg.crossplane.io/v1/Function --helm-api-versions pkg.crossplane.io/v1/FunctionRevision --helm-api-versions pkg.crossplane.io/v1/Provider --helm-api-versions pkg.crossplane.io/v1/ProviderRevision --helm-api-versions pkg.crossplane.io/v1beta1 --helm-api-versions pkg.crossplane.io/v1beta1/DeploymentRuntimeConfig --helm-api-versions pkg.crossplane.io/v1beta1/Function --helm-api-versions pkg.crossplane.io/v1beta1/FunctionRevision --helm-api-versions pkg.crossplane.io/v1beta1/ImageConfig --helm-api-versions pkg.crossplane.io/v1beta1/Lock --helm-api-versions policy.networking.k8s.io/v1alpha1 --helm-api-versions policy.networking.k8s.io/v1alpha1/AdminNetworkPolicy --helm-api-versions policy.networking.k8s.io/v1alpha1/BaselineAdminNetworkPolicy --helm-api-versions policy/v1 --helm-api-versions policy/v1/PodDisruptionBudget --helm-api-versions projctl.konflux.dev/v1beta1 --helm-api-versions projctl.konflux.dev/v1beta1/Project --helm-api-versions projctl.konflux.dev/v1beta1/ProjectDevelopmentStream --helm-api-versions projctl.konflux.dev/v1beta1/ProjectDevelopmentStreamTemplate --helm-api-versions project.openshift.io/v1 --helm-api-versions project.openshift.io/v1/Project --helm-api-versions protection.crossplane.io/v1beta1 --helm-api-versions protection.crossplane.io/v1beta1/ClusterUsage --helm-api-versions protection.crossplane.io/v1beta1/Usage --helm-api-versions quota.openshift.io/v1 --helm-api-versions quota.openshift.io/v1/ClusterResourceQuota --helm-api-versions rbac.authorization.k8s.io/v1 --helm-api-versions rbac.authorization.k8s.io/v1/ClusterRole --helm-api-versions rbac.authorization.k8s.io/v1/ClusterRoleBinding --helm-api-versions rbac.authorization.k8s.io/v1/Role --helm-api-versions rbac.authorization.k8s.io/v1/RoleBinding --helm-api-versions route.openshift.io/v1 --helm-api-versions route.openshift.io/v1/Route --helm-api-versions samples.operator.openshift.io/v1 --helm-api-versions samples.operator.openshift.io/v1/Config --helm-api-versions scheduling.k8s.io/v1 --helm-api-versions scheduling.k8s.io/v1/PriorityClass --helm-api-versions security.internal.openshift.io/v1 --helm-api-versions security.internal.openshift.io/v1/RangeAllocation --helm-api-versions security.openshift.io/v1 --helm-api-versions security.openshift.io/v1/RangeAllocation --helm-api-versions security.openshift.io/v1/SecurityContextConstraints --helm-api-versions sinks.knative.dev/v1alpha1 --helm-api-versions sinks.knative.dev/v1alpha1/JobSink --helm-api-versions snapshot.storage.k8s.io/v1 --helm-api-versions snapshot.storage.k8s.io/v1/VolumeSnapshot --helm-api-versions snapshot.storage.k8s.io/v1/VolumeSnapshotClass --helm-api-versions snapshot.storage.k8s.io/v1/VolumeSnapshotContent --helm-api-versions sources.knative.dev/v1 --helm-api-versions sources.knative.dev/v1/ApiServerSource --helm-api-versions sources.knative.dev/v1/ContainerSource --helm-api-versions sources.knative.dev/v1/PingSource --helm-api-versions sources.knative.dev/v1/SinkBinding --helm-api-versions sources.knative.dev/v1beta2 --helm-api-versions sources.knative.dev/v1beta2/PingSource --helm-api-versions storage.k8s.io/v1 --helm-api-versions storage.k8s.io/v1/CSIDriver --helm-api-versions storage.k8s.io/v1/CSINode --helm-api-versions storage.k8s.io/v1/CSIStorageCapacity --helm-api-versions storage.k8s.io/v1/StorageClass --helm-api-versions storage.k8s.io/v1/VolumeAttachment --helm-api-versions template.openshift.io/v1 --helm-api-versions template.openshift.io/v1/BrokerTemplateInstance --helm-api-versions template.openshift.io/v1/Template --helm-api-versions template.openshift.io/v1/TemplateInstance --helm-api-versions triggers.tekton.dev/v1alpha1 --helm-api-versions triggers.tekton.dev/v1alpha1/ClusterInterceptor --helm-api-versions triggers.tekton.dev/v1alpha1/ClusterTriggerBinding --helm-api-versions triggers.tekton.dev/v1alpha1/EventListener --helm-api-versions triggers.tekton.dev/v1alpha1/Interceptor --helm-api-versions triggers.tekton.dev/v1alpha1/Trigger --helm-api-versions triggers.tekton.dev/v1alpha1/TriggerBinding --helm-api-versions triggers.tekton.dev/v1alpha1/TriggerTemplate --helm-api-versions triggers.tekton.dev/v1beta1 --helm-api-versions triggers.tekton.dev/v1beta1/ClusterTriggerBinding --helm-api-versions triggers.tekton.dev/v1beta1/EventListener --helm-api-versions triggers.tekton.dev/v1beta1/Trigger --helm-api-versions triggers.tekton.dev/v1beta1/TriggerBinding --helm-api-versions triggers.tekton.dev/v1beta1/TriggerTemplate --helm-api-versions tuned.openshift.io/v1 --helm-api-versions tuned.openshift.io/v1/Profile --helm-api-versions tuned.openshift.io/v1/Tuned --helm-api-versions user.openshift.io/v1 --helm-api-versions user.openshift.io/v1/Group --helm-api-versions user.openshift.io/v1/Identity --helm-api-versions user.openshift.io/v1/User --helm-api-versions v1 --helm-api-versions v1/ConfigMap --helm-api-versions v1/Endpoints --helm-api-versions v1/Event --helm-api-versions v1/LimitRange --helm-api-versions v1/Namespace --helm-api-versions v1/Node --helm-api-versions v1/PersistentVolume --helm-api-versions v1/PersistentVolumeClaim --helm-api-versions v1/Pod --helm-api-versions v1/PodTemplate --helm-api-versions v1/ReplicationController --helm-api-versions v1/ResourceQuota --helm-api-versions v1/Secret --helm-api-versions v1/Service --helm-api-versions v1/ServiceAccount --helm-api-versions whereabouts.cni.cncf.io/v1alpha1 --helm-api-versions whereabouts.cni.cncf.io/v1alpha1/IPPool --helm-api-versions whereabouts.cni.cncf.io/v1alpha1/NodeSlicePool --helm-api-versions whereabouts.cni.cncf.io/v1alpha1/OverlappingRangeIPReservation' failed exit status 1: Error: Error: looks like "https://grafana.github.io/helm-charts" is not a valid chart repository or cannot be reached: read tcp 10.128.2.21:39310-\u003e185.199.109.153:443: read: connection reset by peer
: unable to run: 'helm pull --untar --untardir <path to cached source>/components/vector-kubearchive-log-collector/development/charts/grafana-10.4.0 --repo https://grafana.github.io/helm-charts grafana --version 10.4.0' with env=[HELM_CONFIG_HOME=/tmp/kustomize-helm-4085858090/helm HELM_CACHE_HOME=/tmp/kustomize-helm-4085858090/helm/.cache HELM_DATA_HOME=/tmp/kustomize-helm-4085858090/helm/.data] (is 'helm' installed?): exit status 1","type":"ComparisonError"}]
artifacts/appstudio-e2e-tests/redhat-appstudio-e2e/build-log.txt:1010
{"component":"entrypoint","file":"sigs.k8s.io/prow/pkg/entrypoint/run.go:169","func":"sigs.k8s.io/prow/pkg/entrypoint.Options.ExecuteProcess","level":"error","msg":"Process did not finish before 2h0m0s timeout","severity":"error","time":"2026-01-09T17:14:06Z"}
artifacts/appstudio-e2e-tests/redhat-appstudio-e2e/build-log.txt:1011
release-in-cluster-local                            Synced   Degraded
Waiting 10 seconds for application sync
{"component":"entrypoint","file":"sigs.k8s.io/prow/pkg/entrypoint/run.go:267","func":"sigs.k8s.io/prow/pkg/entrypoint.gracefullyTerminate","level":"error","msg":"Process did not exit before 15s grace period","severity":"error","time":"2026-01-09T17:14:21Z"}

Analysis powered by prow-failure-analysis | Build: 2009644075333980160

@openshift-ci
Copy link

openshift-ci bot commented Jan 9, 2026

@FilipNikolovski: The following test 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/appstudio-e2e-tests 93742d4 link true /test appstudio-e2e-tests

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.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants