Merge "disable the jeepyb trivial rebase hook on review-dev.o.o"
This commit is contained in:
commit
3de606ff8a
@ -66,8 +66,6 @@ class openstack_project::review_dev (
|
||||
github_oauth_token => $github_oauth_token,
|
||||
github_project_username => $github_project_username,
|
||||
github_project_password => $github_project_password,
|
||||
trivial_rebase_role_id =>
|
||||
'trivial-rebase@review-dev.openstack.org',
|
||||
mysql_password => $mysql_password,
|
||||
email_private_key => $email_private_key,
|
||||
sysadmins => $sysadmins,
|
||||
|
@ -4,11 +4,13 @@
|
||||
timeout -k 2m 10m /usr/local/bin/update-blueprint patchset-created "$@"
|
||||
timeout -k 2m 10m /usr/local/bin/update-bug patchset-created "$@"
|
||||
timeout -k 2m 10m /usr/local/bin/notify-impact patchset-created "$@" --impact SecurityImpact --dest-address 'openstack-security@lists.openstack.org'
|
||||
<% if trivial_rebase_role_id -%>
|
||||
timeout -k 2m 10m /usr/local/bin/trivial-rebase \
|
||||
patchset-created \
|
||||
--whitespace \
|
||||
--private-key-path=<%= ssh_host_key %> \
|
||||
--role-user=<%= trivial_rebase_role_id %> "$@"
|
||||
<% end -%>
|
||||
<% if $ssh_welcome_rsa_key_contents != "" -%>
|
||||
timeout -k 2m 10m /usr/local/bin/welcome-message patchset-created --dryrun \
|
||||
--verbose welcome-message@review.openstack.org \
|
||||
|
Loading…
Reference in New Issue
Block a user