test-infra: presubmits were not triggering for kubernetes/kubernetes
What happened:
When a PR is pushed | opened in Kubernetes we’re not seeing jobs trigger, just the automatic github statuses for required jobs like:
pull-kubernetes-conformance-kind-ga-only-parallel Expected — Waiting for status to be reported
If you comment /test all manually jobs are triggered and run as expected.
What you expected to happen:
Tests should start when PRs that do not need ok-to-test are opened / pushed
How to reproduce it (as minimally and precisely as possible):
Push to or open a PR in github.com/kubernetes/kubernetes
Please provide links to example occurrences, if any:
https://github.com/kubernetes/kubernetes/pull/96968#issuecomment-788243206
Anything else we need to know?:
Seems to be happening to all new PRs in this repo at least. /area prow
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 16 (16 by maintainers)
It’s here @chaodaiG : https://github.com/openshift/release/blob/ac1b4f17255011592a2fb104d121668fd6b85ef5/clusters/app.ci/prow-monitoring/mixins/_prometheus/prow_alerts.libsonnet#L9
That alert is a fairly standard thing but requires kube-state-metrics to be set up: https://github.com/kubernetes/kube-state-metrics
Loop back here: the prometheus alert was set up in https://github.com/kubernetes/test-infra/pull/21394