kubernetes-sigs / prow

Prow is a Kubernetes based CI/CD system developed to serve the Kubernetes community. This repository contains Prow source code and Hugo sources for Prow documentation site.
https://docs.prow.k8s.io
Apache License 2.0
117 stars 95 forks source link

Prow integration test is flaky #309

Open smg247 opened 2 hours ago

smg247 commented 2 hours ago

pull-prow-integration fails frequently with the following flake:

error: .status.conditions accessor error: <nil> is of the type <nil>, expected []interface{}

Example failing run: https://prow.k8s.io/view/gs/kubernetes-ci-logs/pr-logs/pull/kubernetes-sigs_prow/308/pull-prow-integration/1849508735601348608

smg247 commented 2 hours ago

/kind bug

petr-muller commented 24 minutes ago

Interesting, this looks new :thinking: