From b7aab627df86b22c4a40a17ab9ac773b06060fa7 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 15 Dec 2017 12:24:56 -0500 Subject: [PATCH] ceph-volume-ansible-prs allow to pass the ghprbSourceBranch if branch is no in ceph.git Signed-off-by: Alfredo Deza --- .../config/definitions/ceph-volume-pr.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 2cac55a0..3e428910 100644 --- a/ceph-volume-ansible-prs/config/definitions/ceph-volume-pr.yml +++ b/ceph-volume-ansible-prs/config/definitions/ceph-volume-pr.yml @@ -53,8 +53,11 @@ name: sha1 description: "A pull request ID, like 'origin/pr/72/head'" - # these are injected by the ghprb plugin, and are fully optional but may help in manually triggering + # this is injected by the ghprb plugin, and is fully optional but may help in manually triggering # a job that can end up updating a PR + - 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: GITHUB_SHA description: "The tip (last commit) in the PR, a sha1 like 7d787849556788961155534039886aedfcdb2a88 (if set, will report status to Github)" -- 2.39.5