From: Alfredo Deza Date: Fri, 24 Aug 2018 18:18:55 +0000 (-0400) Subject: ceph-volume-ansible-prs: require ghprbTargetBranch when manually triggering X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1110%2Fhead;p=ceph-build.git ceph-volume-ansible-prs: require ghprbTargetBranch when manually triggering Signed-off-by: Alfredo Deza --- 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)"