openstack-chef/.zuul.yaml

34 lines
867 B
YAML

- job:
name: openstack-chef-repo-rake
parent: base
description: Run rake tests with openstack-chef-repo
required-projects: openstack/openstack-chef-repo
pre-run: playbooks/pre.yaml
run: playbooks/rake.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-rake
- openstack-chef-repo-integration
gate:
jobs:
- openstack-chef-repo-rake
- openstack-chef-repo-integration
- project:
templates:
- openstack-chef-repo-jobs