Noop zuul jobs for openstack-chef-repo

Change-Id: If191e96a3c2405368b21f449d31c61ad121b6659
This commit is contained in:
Samuel Cassiba 2018-08-06 22:19:23 -07:00
parent 215e4e1336
commit 813a911ec6
1 changed files with 1 additions and 31 deletions

View File

@ -1,33 +1,3 @@
- job:
name: openstack-chef-repo-delivery
parent: base
description: Run Chef Delivery tests with openstack-chef-repo
required-projects: openstack/openstack-chef-repo
pre-run: playbooks/pre.yaml
run: playbooks/delivery.yaml
timeout: 2700
- job:
name: openstack-chef-repo-integration
parent: base
description: Run integration tests with openstack-chef-repo
required-projects: openstack/openstack-chef-repo
pre-run: playbooks/pre.yaml
run: playbooks/integration.yaml
post-run: playbooks/post.yaml
timeout: 3600
- project-template:
name: openstack-chef-repo-jobs
check:
jobs:
- openstack-chef-repo-delivery
- openstack-chef-repo-integration
gate:
jobs:
- openstack-chef-repo-delivery
- openstack-chef-repo-integration
- project:
templates:
- openstack-chef-repo-jobs
- noop-jobs