diff options
author | Andreas Jaeger <aj@suse.com> | 2018-08-21 20:44:48 +0200 |
---|---|---|
committer | Andreas Jaeger <jaegerandi@gmail.com> | 2018-08-22 05:27:16 +0000 |
commit | 978d964518dfa8e17dbdd64e62e26a5e9d4585fd (patch) | |
tree | f00685af03df4e779b4bbb5423f530f9939b2b9d /.zuul.yaml | |
parent | f471d1f6481b08039e025e2755c335d89f12c6ee (diff) | |
download | zuul-978d964518dfa8e17dbdd64e62e26a5e9d4585fd.tar.gz |
Update docs build job
Use tox -e docs for building with the new build-tox-docs template.
Remove the irrelevant files list for docs building, these files
are obsolete, we don't need to special case them anymore.
Enable warnings as error when building in tox.ini.
Depends-On: https://review.openstack.org/594802
Change-Id: I436dc438677e32d044b79d797f95cdf68152d538
Diffstat (limited to '.zuul.yaml')
-rw-r--r-- | .zuul.yaml | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/.zuul.yaml b/.zuul.yaml index ef7f574b8..adfa706c2 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -65,14 +65,10 @@ javascript_copy_links: false - project: + templates: + - build-tox-docs check: jobs: - - build-sphinx-docs: - irrelevant-files: - - zuul/cmd/migrate.py - - playbooks/zuul-migrate/.* - vars: - sphinx_python: python3 - tox-pep8 - tox-py35: irrelevant-files: @@ -105,12 +101,6 @@ voting: false gate: jobs: - - build-sphinx-docs: - irrelevant-files: - - zuul/cmd/migrate.py - - playbooks/zuul-migrate/.* - vars: - sphinx_python: python3 - tox-pep8 - tox-py35: irrelevant-files: |