Remove old matrix type verify jobs
[releng/builder.git] / jenkins-scripts / robot.sh
index bab4bf615dc5d847f51bc9bdb56e47537eabb708..064af6e5cfa84647a5d383ee1c5203ccec9ebef7 100755 (executable)
@@ -16,7 +16,14 @@ yum install -y -q libffi-devel openssl-devel
 ## Install netcat & docker-py
 yum install -y -q nc python-docker-py
 
+# Install dependencies for matplotlib library used in longevity framework
+yum install -y yum-utils
+yum-builddep -y python-matplotlib
+
 # make sure the firewall is stopped
 service iptables stop
 
+# install crudini command line tool for editing config files
+yum install -y crudini
+
 # vim: sw=2 ts=2 sts=2 et :