Add pyflakes to Jekins slaves
In preperation for openstack-ci-puppet repo testing Change-Id: I76ad015ea22f4a5a77817828740c26557dacb8d2
This commit is contained in:
parent
aae2f80fdd
commit
89efea8b54
@ -73,7 +73,8 @@ class jenkins_slave($ssh_key, $sudo = false, $bare = false) {
|
||||
"swig",
|
||||
"unzip",
|
||||
"vlan",
|
||||
"wget"]
|
||||
"wget",
|
||||
"pyflakes"]
|
||||
|
||||
if ($bare == false) {
|
||||
$packages = [$common_packages, $standard_packages]
|
||||
|
Loading…
Reference in New Issue
Block a user