Trimmed the slave dep list a bit.
Change-Id: I13d70dc726399d351784dbe1339f10a804bd609a Reviewed-on: https://review.openstack.org/10844 Approved: Monty Taylor <mordred@inaugust.com> Reviewed-by: Monty Taylor <mordred@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
1c7c567f5a
commit
9d285579f4
@ -14,64 +14,31 @@ class jenkins_slave($ssh_key, $sudo = false, $bare = false, $user = true) {
|
|||||||
$common_packages = [
|
$common_packages = [
|
||||||
"default-jdk", # jdk for building java jobs
|
"default-jdk", # jdk for building java jobs
|
||||||
"build-essential",
|
"build-essential",
|
||||||
"autoconf",
|
|
||||||
"automake",
|
|
||||||
"ccache",
|
"ccache",
|
||||||
"devscripts",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
# Packages that most jenkins slaves (eg, unit test runners) need
|
# Packages that most jenkins slaves (eg, unit test runners) need
|
||||||
$standard_packages = [
|
$standard_packages = [
|
||||||
"apache2",
|
|
||||||
"asciidoc", # for building gerrit/building openstack docs
|
"asciidoc", # for building gerrit/building openstack docs
|
||||||
"cdbs",
|
|
||||||
"curl",
|
"curl",
|
||||||
"debootstrap",
|
|
||||||
"dnsmasq-base",
|
|
||||||
"docbook-xml", # for building openstack docs
|
"docbook-xml", # for building openstack docs
|
||||||
"docbook5-xml", # for building openstack docs
|
"docbook5-xml", # for building openstack docs
|
||||||
"docbook-xsl", # for building openstack docs
|
"docbook-xsl", # for building openstack docs
|
||||||
"ebtables",
|
|
||||||
"firefox", # for selenium tests
|
"firefox", # for selenium tests
|
||||||
"gawk",
|
|
||||||
"graphviz",
|
|
||||||
"iptables",
|
|
||||||
"kpartx",
|
|
||||||
"kvm",
|
|
||||||
"libapache2-mod-wsgi",
|
"libapache2-mod-wsgi",
|
||||||
"libcurl4-gnutls-dev",
|
"libcurl4-gnutls-dev",
|
||||||
"libldap2-dev",
|
"libldap2-dev",
|
||||||
"libmysqlclient-dev",
|
"libmysqlclient-dev",
|
||||||
"libsasl2-dev",
|
|
||||||
"libsqlite3-dev",
|
"libsqlite3-dev",
|
||||||
"libtool",
|
|
||||||
"libvirt-bin",
|
|
||||||
"libxml2-dev",
|
"libxml2-dev",
|
||||||
"libxslt1-dev",
|
"libxslt1-dev",
|
||||||
"lxc",
|
|
||||||
"maven2",
|
"maven2",
|
||||||
"mercurial", # needed by pip bundle
|
|
||||||
"mysql-server",
|
|
||||||
"pandoc", #for docs, markdown->docbook, bug 924507
|
"pandoc", #for docs, markdown->docbook, bug 924507
|
||||||
"parted",
|
|
||||||
"pep8",
|
|
||||||
"psmisc",
|
|
||||||
"pylint",
|
|
||||||
"python-cheetah",
|
|
||||||
"python-libvirt",
|
"python-libvirt",
|
||||||
"python-libxml2",
|
|
||||||
"python-sphinx",
|
|
||||||
"python-unittest2",
|
|
||||||
"python-vm-builder",
|
|
||||||
"python-zmq", # zeromq unittests (not pip installable)
|
"python-zmq", # zeromq unittests (not pip installable)
|
||||||
"python3-all-dev",
|
"python3-all-dev",
|
||||||
"screen",
|
|
||||||
"sgml-data",
|
|
||||||
"socat",
|
|
||||||
"sqlite3",
|
"sqlite3",
|
||||||
"swig",
|
|
||||||
"unzip",
|
"unzip",
|
||||||
"vlan",
|
|
||||||
"wget",
|
"wget",
|
||||||
"xsltproc", # for building openstack docs
|
"xsltproc", # for building openstack docs
|
||||||
"xvfb", # for selenium tests
|
"xvfb", # for selenium tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user