From d8caa5d29bb1aa1f96820fcf1a40cd8c5beb1077 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Fri, 30 Nov 2018 13:45:13 -0500 Subject: [PATCH] teuthology-PRs: Add trigger phrase Not sure if there was a default that used to work in the past but this field was blank in the Jenkins web UI and I had to set it before commenting 'jenkins test' triggered a build. Signed-off-by: David Galloway --- .../config/definitions/teuthology-pull-requests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology-pull-requests/config/definitions/teuthology-pull-requests.yml b/teuthology-pull-requests/config/definitions/teuthology-pull-requests.yml index 48eed3ad..8b836caf 100644 --- a/teuthology-pull-requests/config/definitions/teuthology-pull-requests.yml +++ b/teuthology-pull-requests/config/definitions/teuthology-pull-requests.yml @@ -45,6 +45,7 @@ - idryomov - vasukulkarni - ivotron + trigger-phrase: 'jenkins test.*|jenkins retest.*' only-trigger-phrase: false github-hooks: true permit-all: false -- 2.39.5