disable the jeepyb trivial rebase hook on review.o.o

Gerrit 2.8 has built-in trivial rebase detection[1].  This change disables the jeepyb
trivial rebase hook on review.o.o.  It has already been disabled on review-dev.o.o
by change Ia14d8ee86b9d59b6f79ee873231bb0d13b7f43d2

[1] https://gerrit-review.googlesource.com/Documentation/config-labels.html#label_copyAllScoresOnTrivialRebase
and https://gerrit-review.googlesource.com/Documentation/config-labels.html#label_copyAllScoresIfNoCodeChange

Change-Id: I37337b9d07ace4a5202ad4d65d298af6a71abd40
closes-Bug: #1273959
Partial-Bug: #1082781
This commit is contained in:
Khai Do 2014-03-23 21:29:54 -07:00 committed by Jeremy Stanley
parent f433ff085b
commit 92332233c8

View File

@ -123,7 +123,6 @@ class openstack_project::review (
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.openstack.org',
mysql_host => $mysql_host,
mysql_password => $mysql_password,
email_private_key => $email_private_key,