Last active
September 6, 2017 17:45
-
-
Save dmsimard/1fc6b22a40009298713c7432d9368a37 to your computer and use it in GitHub Desktop.
example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[defaults] | |
roles_path = /some/path/project-config/roles:/some/path/zuul-jobs/roles |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- include: "{{ zuul.executor.src_dir }}/git.openstack.org/project-config/playbooks/base/pre.yaml" | |
- include: "{{ zuul.executor.src_dir }}/git.openstack.org/project-config/playbooks/base/post-logs.yaml" | |
- include: "{{ zuul.executor.src_dir }}/git.openstack.org/project-config/playbooks/base/post-ssh.yaml" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[...] | |
- job: | |
name: base-integration-centos-7 | |
parent: null | |
description: | | |
Tests the base playbooks | |
nodes: | |
- name: centos-7 | |
label: centos-7 | |
required-projects: | |
- openstack-infra/project-config | |
run: playbooks/base-integration.yaml | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment