Noop zuul jobs for openstack-chef-repo

With the move to openstack/openstack-chef the .zuul.yaml here is causing
issues[1]. Remove it in preparation for retirement.

[1] http://zuul.openstack.org/api/config-errors

Change-Id: I4c28cb38f837f54516a9f2763e8bb9df47d36306
This commit is contained in:
Samuel Cassiba 2018-08-06 21:51:15 -07:00
parent af29db98a6
commit d947e1983c
1 changed files with 1 additions and 32 deletions

View File

@ -1,34 +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:
- build-openstack-sphinx-docs-python3
- openstack-chef-repo-jobs
- noop-jobs