Remove python-openstackclient jobs.

Since the jenkins job filler isn't ready for long term management.

Change-Id: I3bd6f24087203dcd56bcfa7d0cf107fd153819d4
This commit is contained in:
James E. Blair 2012-04-27 16:55:10 -07:00
parent 9284b4ddf8
commit 8023d9073c

View File

@ -171,16 +171,6 @@ node "jenkins.openstack.org" {
class { "jenkins_jobs":
site => "openstack",
}
jenkins_jobs::generic_jobs { "python-openstackclient":
site => "openstack",
project => "python-openstackclient",
node_group => "oneiric"
}
jenkins_jobs::python_jobs { "python-openstackclient":
site => "openstack",
project => "python-openstackclient",
node_group => "oneiric"
}
}
node "jenkins-dev.openstack.org" {