From 5b004d28b46031a1ba94d4a79a471ebc56383813 Mon Sep 17 00:00:00 2001 From: Steve Kuznetsov Date: Thu, 22 Mar 2018 09:02:41 -0400 Subject: [PATCH] Single out hidden repo in tide queries When we have hidden repos in our main tide query, the `tide.js` handler will not serve anything and that makes the PR dashboard less than useful. Signed-off-by: Steve Kuznetsov --- cluster/ci/config/prow/config.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/cluster/ci/config/prow/config.yaml b/cluster/ci/config/prow/config.yaml index d7d7c6f42b084..fb65053953023 100644 --- a/cluster/ci/config/prow/config.yaml +++ b/cluster/ci/config/prow/config.yaml @@ -45,7 +45,6 @@ tide: - openshift/online-hibernation - openshift/kubernetes-metrics-server - openshift/online-console-extensions - - openshift/online-registration - openshift/jenkins - openshift/jenkins-plugin - openshift/jenkins-sync-plugin @@ -59,6 +58,15 @@ tide: - needs-ok-to-test - do-not-merge/work-in-progress - do-not-merge/hold + - repos: + - openshift/online-registration + labels: + - lgtm + - approved + missingLabels: + - needs-ok-to-test + - do-not-merge/work-in-progress + - do-not-merge/hold - repos: - openshift/origin-web-console-server - openshift/cluster-operator