From: Alfredo Deza Date: Thu, 13 Sep 2018 12:19:15 +0000 (-0400) Subject: ceph-volume-pr: add the TargetBranch param for manually triggering it X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1124%2Fhead;p=ceph-build.git ceph-volume-pr: add the TargetBranch param for manually triggering it Signed-off-by: Alfredo Deza --- diff --git a/ceph-volume-pr/config/definitions/ceph-volume-pr.yml b/ceph-volume-pr/config/definitions/ceph-volume-pr.yml index 4b769cafa..93431a228 100644 --- a/ceph-volume-pr/config/definitions/ceph-volume-pr.yml +++ b/ceph-volume-pr/config/definitions/ceph-volume-pr.yml @@ -24,6 +24,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)"