Skip to content

Commit

Permalink
prow: new trigger commands for test-infra (kubernetes#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlandolfi authored and sebastienvas committed Aug 11, 2017
1 parent 8d7a963 commit 75e56d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,8 @@ presubmits:
agent: kubernetes
context: prow/test-infra-presubmit.sh
always_run: true
rerun_command: "@istio-testing bazel test this"
trigger: "((?m)^@istio-testing (bazel )?test this,?(\\s+|$)|(?m)^/test( all| bazel),?(\\s+|$))"
rerun_command: "/test test-infra-presubmit"
trigger: "(?m)^/(retest|test all)?,?(\\s+|$)"
branches:
- master
spec:
Expand Down

0 comments on commit 75e56d1

Please sign in to comment.