summaryrefslogtreecommitdiffstats
path: root/.zuul.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Enable docs-linkcheckThanh Ha2020-01-061-0/+7
| | | | | | | | | This toxenv will allow us to flag URLs that no longer work. We also switch from using old style setup.py build_sphinx to the newer sphinx-build command. Change-Id: I62f42918814fb6eea4876e0d22c6bccddf86a826 Signed-off-by: Thanh Ha <zxiiro@gmail.com>
* Import jobs from project-configAndreas Jaeger2019-12-221-0/+7
| | | | | | | Import those jobs that should be in-repo. Needed-By: https://review.opendev.org/700356 Change-Id: I57b83d4a95810fe3cc09e2c4a909fc95e7aa2dee
* OpenDev Migration PatchOpenDev Sysadmins2019-04-191-2/+2
| | | | | | | | | | | | | | | This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have.
* Make jjb-tox-cross-python-jenkins job votingSorin Sbarnea2018-10-051-2/+1
| | | | | | | As it prooved reliable, we should make this job voting to avoid accidents. Change-Id: Iba1001832ba5f35928c70793ad919287af9c9a23
* Enable cross testing with python-jenkinsSorin Sbarnea2018-04-041-0/+14
This allows us to spot things that may be broken by changes made to dependencies. Adds zull job that tests tips of both projects. Adds 'tips' tox environment that can be used by developers to perform the same kind of testing locally. Change-Id: I35dbdf6acab1062109dc4b1f1474decd75932504 Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>