openstack-chef-repo/.zuul.yaml
Samuel Cassiba d37238a2d1 Use Chef Delivery to run verification tests
Chef Delivery is the command-line interface for workflow capabilities in Chef
Automate and the standard interface that Chef community cookbooks use for
verification.

Change-Id: I72a1775369f955901260173b061f28640055c808
Implements: blueprint deprecate-rakefiles
2018-07-12 12:01:28 -07:00

35 lines
936 B
YAML

- 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