From 2aa63a8be9f46076184ab5950e2dc608766a377c Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Mon, 17 Aug 2020 18:57:03 -0700 Subject: [PATCH] use gh workflow YAML compliant names for prow checks --- config/prow/config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config/prow/config.yaml b/config/prow/config.yaml index 66d2cdecd3f5..53dd4b5e69a3 100644 --- a/config/prow/config.yaml +++ b/config/prow/config.yaml @@ -251,14 +251,14 @@ branch-protection: kube-state-metrics: required_status_checks: contexts: - - ci/benchmark-tests - - ci/build-kube-state-metrics - - ci/e2e-tests - - ci/go-lint - - ci/unit-tests - - ci/validate-docs - - ci/validate-go-modules - - ci/validate-manifests + - ci-benchmark-tests + - ci-build-kube-state-metrics + - ci-e2e-tests + - ci-go-lint + - ci-unit-tests + - ci-validate-docs + - ci-validate-go-modules + - ci-validate-manifests kube-scheduler: restrictions: users: []