Ansible job definitions for Zuul
Go to file
Andreas Jaeger 5eb4c257f5 fetch-sphinx: Exclude doctrees directory
The sphinx .doctrees directory is not needed for publishing. By default
sphinx puts it below html. Some projects add to sphinx-build a "-d"
option to put the content elsewhere and not publish it.

This change assures that a .doctrees directory below "html" will not put
stored as artifact and published later.

Statistics: In all of OpenDev, we have:
* 511 repos putting .doctrees elsewhere and thus not publishing it
* 631 repos  no caring and thus publishing .doctrees

The size of .doctrees directory is not neglectable: 2MB for
system-config, 14 MB for nova.

Change-Id: I63b581164aab84352d9e80278cf4a8d634ff28af
2020-01-21 08:32:26 +01:00
doc apply-helm-charts: Job to apply Helm charts 2020-01-10 17:31:38 +00:00
playbooks Rename vars/ directory to prevent conflicts 2020-01-13 02:30:17 +02:00
roles fetch-sphinx: Exclude doctrees directory 2020-01-21 08:32:26 +01:00
test-playbooks collect-container-logs: add role 2020-01-09 19:52:01 -05:00
tests Add a python unit test framework 2018-07-25 09:11:25 -07:00
tools Remove trusty testing 2020-01-17 10:44:38 +01:00
zuul-tests.d Remove trusty testing 2020-01-17 10:44:38 +01:00
zuul.d apply-helm-charts: Job to apply Helm charts 2020-01-10 17:31:38 +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 Make pre-molecule tox playbook platform agnostic 2020-01-02 09:49:28 -06:00

Zuul Jobs

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