From 0c3ddf5fb1d29ebbde448c45d6f9f3dc5c8ad271 Mon Sep 17 00:00:00 2001 From: Nick Landolfi Date: Wed, 19 Jul 2017 11:38:05 -0700 Subject: [PATCH] allow /test all for submit queue --- prow/config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prow/config.yaml b/prow/config.yaml index 00f97307480..0efe7a24013 100644 --- a/prow/config.yaml +++ b/prow/config.yaml @@ -30,7 +30,7 @@ presubmits: context: prow/istio-presubmit.sh always_run: true rerun_command: "@istio-testing bazel test this" - trigger: "@istio-testing (bazel )?test this" + trigger: "((?m)^@istio-testing (bazel )?test this,?(\\s+|$)|(?m)^/test( all| bazel),?(\\s+|$))" branches: - master spec: @@ -73,7 +73,7 @@ presubmits: context: prow/pilot-presubmit.sh always_run: true rerun_command: "@istio-testing bazel test this" - trigger: "@istio-testing (bazel )?test this" + trigger: "((?m)^@istio-testing (bazel )?test this,?(\\s+|$)|(?m)^/test( all| bazel),?(\\s+|$))" branches: - master spec: @@ -122,7 +122,7 @@ presubmits: context: prow/test-infra-presubmit.sh always_run: true rerun_command: "@istio-testing bazel test this" - trigger: "@istio-testing (bazel )?test this" + trigger: "((?m)^@istio-testing (bazel )?test this,?(\\s+|$)|(?m)^/test( all| bazel),?(\\s+|$))" branches: - master spec: