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:
parent
3af86edefb
commit
cb5c7010f0
@ -76,8 +76,3 @@
|
||||
- centos-7
|
||||
- ubuntu-trusty
|
||||
- ubuntu-xenial
|
||||
- periodic-{node}-{name}-chef-rake-integration:
|
||||
node:
|
||||
- centos-7
|
||||
- ubuntu-trusty
|
||||
- ubuntu-xenial
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user