Chao Dai
Chao Dai
In case of flaky tests, Tide triggered prowjobs for highest priority PR might fail even when batch prowjobs passed. And in this case Crier would report this failure on the...
**What would you like to be added**: Per title **Why is this needed**: Prow job pods are responsible for uploading jobs metadata, logs, and artifacts into storage, these require `storage.create`...
Supercedes https://github.com/kubernetes/test-infra/pull/25383, where in #25383 the logic is in the pod where tests run, the problem there is that imagePullSecret defined on job pod is not accessible, which limits it's...
**What would you like to be added**: https://github.com/kubernetes/test-infra/tree/master/prow/metrics#prometheus-metrics contains the list of Prometheus metrics collected by Prow, which has something but there are many more not listed there. **Why is...
**What would you like to be added**: PodPendingTimeout, PodRunningTimeout, and PodUnscheduledTimeout to be configured differently based on org/repo/cluster. **Why is this needed**: These values are configured globally, and might not...
Gerrit currently syncs states back to GCS every time an instance is synced, this is fine for now as there aren't many instances. However batch processing all projects from an...
**What would you like to be added**: Inrepoconfig supports presubmit and postsubmit at the moment, would like to understand what would it take to make it also support periodic jobs....
In the past it was per instance, the problem is that with a large instance smaller repos suffer from the latency introduced by larger repos. One potential problem I can...
**What would you like to be added**: - Switch Kubernetes External Secrets defined under https://github.com/kubernetes/test-infra/tree/master/config/prow/cluster to External Secrets Operator, by following https://github.com/external-secrets/kubernetes-external-secrets/issues/864 - Update instruction at https://github.com/kubernetes/test-infra/blob/master/prow/prow_secrets.md - Announce at...
**What would you like to be added**: Deck PR history link works for gerrit based prow **Why is this needed**: Currently clicking on `PR history` link on a spyglass page...