Do not define unused periodic chef jobs

The chef-jobs group defines a periodic job for each chef repo but only a
single one uses it. Define the job only for that single repo.

Change-Id: Id4f2fff0f28d127b31c1b5dce6f2782eae2151fa
This commit is contained in:
Andreas Jaeger 2016-06-30 21:18:45 +02:00
parent 3af86edefb
commit cb5c7010f0
2 changed files with 5 additions and 5 deletions

View File

@ -76,8 +76,3 @@
- centos-7
- ubuntu-trusty
- ubuntu-xenial
- periodic-{node}-{name}-chef-rake-integration:
node:
- centos-7
- ubuntu-trusty
- ubuntu-xenial

View File

@ -4901,6 +4901,11 @@
jobs:
- chef-test-jobs
- periodic-{node}-{name}-chef-rake-integration:
node:
- centos-7
- ubuntu-trusty
- ubuntu-xenial
- project:
name: openstack-chef-specs