Use git review version 1.17 on jenkins slaves.
Downgrade git review to version 1.17 on jenkins slaves. Do this to avoid bugs in 1.18. Change-Id: I3102be5cabbc44a7e88206a6d2506bc7315c88f7 Reviewed-on: https://review.openstack.org/12986 Reviewed-by: James E. Blair <corvus@inaugust.com> Approved: Clark Boylan <clark.boylan@gmail.com> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Tested-by: Jenkins
This commit is contained in:
parent
513fcf530e
commit
062003ac00
@ -56,7 +56,6 @@ class jenkins::slave($ssh_key, $sudo = false, $bare = false, $user = true) {
|
||||
|
||||
# Packages that need to be installed from pip
|
||||
$pip_packages = [
|
||||
"git-review",
|
||||
"setuptools-git",
|
||||
"tox"]
|
||||
|
||||
@ -66,6 +65,12 @@ class jenkins::slave($ssh_key, $sudo = false, $bare = false, $user = true) {
|
||||
require => Class[pip]
|
||||
}
|
||||
|
||||
package { 'git-review':
|
||||
ensure => '1.17',
|
||||
provider => pip,
|
||||
require => Class[pip]
|
||||
}
|
||||
|
||||
file { 'profilerubygems':
|
||||
name => '/etc/profile.d/rubygems.sh',
|
||||
owner => 'root',
|
||||
|
Loading…
Reference in New Issue
Block a user