From 1c9a3abd369662b6f0e246a198aefe56b5bf9e0f Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 13 Sep 2018 08:19:15 -0400 Subject: [PATCH] ceph-volume-pr: add the TargetBranch param for manually triggering it Signed-off-by: Alfredo Deza --- ceph-volume-pr/config/definitions/ceph-volume-pr.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ceph-volume-pr/config/definitions/ceph-volume-pr.yml b/ceph-volume-pr/config/definitions/ceph-volume-pr.yml index 4b769caf..93431a22 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)" -- 2.39.5