Pass through gerrit_strip_branch_ref
Change-Id: I5c8e6f95a78c70b861255ecbf55493efb7b6cc10 Depends-On: Id388274a7b628ad40a0e943087ec82596791c982
This commit is contained in:
parent
71fbde489c
commit
0d389f404f
@ -22,6 +22,7 @@ class openstackci::zuul_scheduler(
|
||||
$gearman_check_job_registration = false,
|
||||
$gerrit_server = '',
|
||||
$gerrit_user = '',
|
||||
$gerrit_strip_branch_ref = '',
|
||||
$known_hosts_content = '',
|
||||
$zuul_ssh_private_key = '',
|
||||
$layout_file_name = 'layout.yaml',
|
||||
@ -69,6 +70,7 @@ class openstackci::zuul_scheduler(
|
||||
gearman_check_job_registration => $gearman_check_job_registration,
|
||||
gerrit_server => $gerrit_server,
|
||||
gerrit_user => $gerrit_user,
|
||||
gerrit_strip_branch_ref => $gerrit_strip_branch_ref,
|
||||
zuul_ssh_private_key => $zuul_ssh_private_key,
|
||||
url_pattern => $url_pattern,
|
||||
layout_file_name => $layout_file_name,
|
||||
|
Loading…
x
Reference in New Issue
Block a user