From d8725e812113e68d3a8417a97948f25f32977936 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 24 Aug 2018 14:18:55 -0400 Subject: [PATCH] ceph-volume-ansible-prs: require ghprbTargetBranch when manually triggering Signed-off-by: Alfredo Deza --- ceph-volume-ansible-prs/config/definitions/ceph-volume-pr.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ceph-volume-ansible-prs/config/definitions/ceph-volume-pr.yml b/ceph-volume-ansible-prs/config/definitions/ceph-volume-pr.yml index 01c6b642..c3127511 100644 --- a/ceph-volume-ansible-prs/config/definitions/ceph-volume-pr.yml +++ b/ceph-volume-ansible-prs/config/definitions/ceph-volume-pr.yml @@ -80,6 +80,9 @@ - string: name: ghprbSourceBranch description: "When manually triggered, and the remote PR isn't a branch in the ceph.git repo This can be specified to determine the actual branch." + - string: + name: ghprbTargetBranch + description: 'Required when manually triggered, the targeted branch needs to be set (e.g. "luminous" or "master")' - string: name: GITHUB_SHA description: "The tip (last commit) in the PR, a sha1 like 7d787849556788961155534039886aedfcdb2a88 (if set, will report status to Github)" -- 2.47.3