Skip to content

Commit

Permalink
Merge pull request #29658 from cjwagner/ignore-gubernator
Browse files Browse the repository at this point in the history
Stop probing Gubernator since we turned it down.
  • Loading branch information
k8s-ci-robot authored May 31, 2023
2 parents 9d21a4c + c9a0128 commit de2fe07
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ stringData:
- https://prow.k8s.io
- https://monitoring.prow.k8s.io
- https://testgrid.k8s.io
- https://gubernator.k8s.io
- https://gubernator.k8s.io/pr/fejta # Deep health check of someone's PR dashboard.
- https://storage.googleapis.com/k8s-gubernator/triage/index.html
- https://storage.googleapis.com/test-infra-oncall/oncall.html
relabel_configs:
Expand Down
2 changes: 0 additions & 2 deletions config/prow/cluster/monitoring/mixins/lib/config.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ local config = {
{url: 'https://prow.k8s.io', labels: {slo: comps.deck}},
{url: 'https://monitoring.prow.k8s.io', labels: {slo: comps.monitoring}},
{url: 'https://testgrid.k8s.io', labels: {}},
{url: 'https://gubernator.k8s.io', labels: {}},
{url: 'https://gubernator.k8s.io/pr/fejta', labels: {}}, # Deep health check of someone's PR dashboard.
{url: 'https://storage.googleapis.com/k8s-gubernator/triage/index.html', labels: {}},
{url: 'https://storage.googleapis.com/test-infra-oncall/oncall.html', labels: {}},
],
Expand Down

0 comments on commit de2fe07

Please sign in to comment.