system-config/modules/openstack_project/files/jenkins_job_builder/config/chef-jobs.yaml
Jay Pipes b5a3f6f3bb Introduces openstack-chef-repo to stackforge
Adds the openstack-chef-repo repo to the stackforge
organization. This repo will contain the roles, documentation
and integration tests for the OpenStack project and
library cookbooks also in stackforge.

A later patch will add jenkins jobs for validating
changes to openstack-chef-repo.

Change-Id: If3b11a007621e0d6ddb9a6c434f8cb4de1375954
Reviewed-on: https://review.openstack.org/29830
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
2013-05-22 16:34:29 +00:00

30 lines
456 B
YAML

- job-template:
name: 'gate-{name}-chef-unit'
node: '{node}'
triggers:
- zuul
builders:
- gerrit-git-prep
- chef-cookbook-prep
- chef-cookbook-rspec
publishers:
- console-log
- job-template:
name: 'gate-{name}-chef-lint'
node: '{node}'
triggers:
- zuul
builders:
- gerrit-git-prep
- chef-cookbook-prep
- chef-cookbook-lint
publishers:
- console-log