Ansible job definitions for Zuul
Go to file
Clark Boylan e323dc117b Don't use item in collect container logs loop
The default loop variable 'item' cannot be nested. Because roles like
collect-container-logs may be called from higher level loops that use
'item' we override the loop control var to a name that should be unique.

This should probably be done to all of the other roles in zuul-jobs too.

Change-Id: I2f647596dd40c662aa7447e3d3c8844a77c6b109
2020-02-01 14:24:16 -08:00
doc Merge "Add a markdownlint job and role" 2020-01-31 17:05:16 +00:00
playbooks Add a markdownlint job and role 2020-01-27 12:23:24 +00:00
roles Don't use item in collect container logs loop 2020-02-01 14:24:16 -08:00
test-playbooks fetch-tox-output: introduce zuul_use_fetch_output 2020-01-13 21:13:55 +00:00
tests Add a python unit test framework 2018-07-25 09:11:25 -07:00
tools Making opensuse-tumbleweed jobs nv 2020-01-24 09:41:34 +01:00
zuul-tests.d Making opensuse-tumbleweed jobs nv 2020-01-24 09:41:34 +01:00
zuul.d Add a markdownlint job and role 2020-01-27 12:23:24 +00:00
.gitignore Add a python unit test framework 2018-07-25 09:11:25 -07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:25:30 +00:00
.stestr.conf Add a python unit test framework 2018-07-25 09:11:25 -07:00
bindep.txt Updated bindep to cover for MacOS requirements 2018-10-27 16:31:33 +00:00
LICENSE Add initial license, docs, and other config 2017-06-08 14:01:21 -07:00
README.rst Add installation/deprecation documentation 2018-04-11 08:03:57 -07: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 Be consistent about spaces before and after vars 2019-08-07 20:17:41 +01:00
tox.ini Making opensuse-tumbleweed jobs nv 2020-01-24 09:41:34 +01:00

Zuul Jobs

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