Merge "Update CentOS7 images for change 56476"
[releng/builder.git] / jenkins-scripts / robot.sh
index e918d6318e132c9d40e00461c15fcc2f91be3270..5fc0579d81c08e252db395c2392b58df815f9d02 100755 (executable)
@@ -6,16 +6,6 @@ Defaults:jenkins !requiretty
 jenkins     ALL = NOPASSWD: ALL
 EOF
 
-yum clean all
-yum install -y -q python-netaddr
-
-##  TODO: Remove this, temporary until we can rebuild and deploy Robot
-##        successfully with packer. JQ is needed by our Heat deployment scripts.
-yum install -y -q jq
-
-## Install docker-py
-yum install -y -q python-docker-py
-
 # make sure the firewall is stopped
 service iptables stop