Ansible job definitions for Zuul
Go to file
Ian Wienand b1b2537de7
Move to dictionary list of projects zuul._projects (take 2)
This is a revert of commit f28cc33bc3
which was a revert of the original attempt at moving to zuul._projects
(df98773573).

The issue was that the order of projects in "Determine local HEAD" was
not the same as "Update remote repository state" and we ended up
checking out the wrong thing.

To avoid this, build the projects and their current heads on the
exectutor into a separate dict, and as we iterate the projects look up
the correct values in that.

Change-Id: I0d9a66435714efe42fb653aafc6cb71b08ca6b8a
2017-11-29 17:56:08 -06:00
doc/source Update the zuul-sphinx extension config 2017-08-04 16:49:39 -07:00
playbooks Combine tox-siblings and tox roles 2017-11-29 15:34:08 -06:00
roles Move to dictionary list of projects zuul._projects (take 2) 2017-11-29 17:56:08 -06:00
tests Include ansible-playbook syntax-check for tox pep8 2017-07-17 16:53:55 -04:00
.gitignore Add Sphinx module for Zuul jobs 2017-06-09 09:03:15 -07:00
.gitreview Added .gitreview 2017-05-24 19:48:52 +00:00
LICENSE Add initial license, docs, and other config 2017-06-08 14:01:21 -07:00
README.rst Add initial license, docs, and other config 2017-06-08 14:01:21 -07:00
bindep.txt Port in tox jobs from openstack-zuul-jobs 2017-07-06 11:18:47 -05:00
setup.cfg Add initial license, docs, and other config 2017-06-08 14:01:21 -07:00
setup.py Add initial license, docs, and other config 2017-06-08 14:01:21 -07:00
test-requirements.txt Run ansible-lint on repo 2017-10-27 07:49:02 +02:00
tox.ini Simplify ansible invocations in tox.ini 2017-10-28 16:56:30 +02:00
zuul.yaml Merge "Remove old python-sdist job" 2017-11-28 09:44:01 +00:00

README.rst

Zuul Jobs

This repo contains a set of Zuul jobs and Ansible roles suitable for use by any Zuul system.