summaryrefslogtreecommitdiff
path: root/.zuul.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Add Python 3 Train unit testsCorey Bryant2019-07-051-2/+1
| | | | | | | | | | | | This is a mechanically generated patch to ensure unit testing is in place for all of the Tested Runtimes for Train. See the Train python3-updates goal document for details: https://governance.openstack.org/tc/goals/train/python3-updates.html Change-Id: Id917c1d2035ff4d7792203d1287b68ea7f7891cd Story: #2005924 Task: #34233
* 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.
* Use template for lower-constraintsAndreas Jaeger2018-12-201-8/+7
| | | | | | | | | | | Small cleanups: * Use openstack-lower-constraints-jobs template, remove individual jobs. * Sort list of templates Change-Id: Ibafdc46bff0bb37c709e7ccc8bdf205447eebeef Needed-By: https://review.openstack.org/623229
* Change python3.5 job to python3.7 job on Stein+Charles Short2018-10-121-6/+6
| | | | | | | | | | | | python3.5 was the only supported python3 version on Xenial, now that we have Bionic Beaver nodes that support python3.7, lets switch to testing with python3.7 in addition with python3.6 in Stein and beyond. See ML discussion here [1] for context. [ [1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135632.html Change-Id: Ibafa5cc1be81a897a11f01c3df26c644852a45c9 Signed-off-by: Charles Short <chucks@redhat.com>
* add lib-forward-testing-python3 test jobVieri2018-08-211-0/+1
| | | | | | | | | | | | This is a mechanically generated patch to add a functional test job running under Python 3 as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I65243a7b07f85f35e57f0436783982c73f1bbc6c Story: #2002586 Task: #24321
* add python 3.6 unit test jobVieri2018-08-211-0/+1
| | | | | | | | | | | | This is a mechanically generated patch to add a unit test job running under Python 3.6 as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I879e15d1f493eb0dd9f6762aa1a8b4d7c0297465 Story: #2002586 Task: #24321
* switch documentation job to new PTIVieri2018-08-211-2/+2
| | | | | | | | | | | | | This is a mechanically generated patch to switch the documentation jobs to use the new PTI versions of the jobs as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: Id87edb57d8a67b29c636b1383b92832f95079a36 Story: #2002586 Task: #24321
* import zuul job settings from project-configVieri2018-08-211-0/+6
| | | | | | | | | | | | | | | | | | | | This is a mechanically generated patch to complete step 1 of moving the zuul job settings out of project-config and into each project repository. Because there will be a separate patch on each branch, the branch specifiers for branch-specific jobs have been removed. Because this patch is generated by a script, there may be some cosmetic changes to the layout of the YAML file(s) as the contents are normalized. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I486e6f8c69aece65ba9b0272004b88ea30c343cb Story: #2002586 Task: #24321
* add lower-constraints jobDoug Hellmann2018-04-091-0/+2
| | | | | | | | | | | | | | | | | Create a tox environment for running the unit tests against the lower bounds of the dependencies. Create a lower-constraints.txt to be used to enforce the lower bounds in those tests. Add openstack-tox-lower-constraints job to the zuul configuration. See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html for more details. Change-Id: Ida3de5ec81c44ac73c1fe4e719a4acbcf69c660e Depends-On: https://review.openstack.org/555034 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* Merge "Add osc tips jobs back"Zuul2018-04-091-0/+6
|\
| * Add osc tips jobs backMonty Taylor2018-02-021-0/+6
| | | | | | | | | | | | | | | | Once they work and are voting in OSC, we can make them voting here again. Change-Id: Ib2f4389b5555195529e74caf3b1c9c1345269efd Depends-On: I6cc4421e4b55df84f494ab9bb18092dcc111baeb
* | Rename python-openstacksdk to openstacksdkMonty Taylor2018-03-231-2/+2
| | | | | | | | Change-Id: I1f024255f9069d67c9b6de97023019bd12f6eb54
* | Add os-client-config tips jobsMonty Taylor2018-03-031-0/+38
| | | | | | | | | | | | | | | | Make a job that tests os-client-config against tips of openstacksdk and keystoneauth. This way we can also add it to openstacksdk as we work on turning occ into a thin shim. Change-Id: Ie5a6b780f87eb9d10eaf5b99770c43ab140780ae
* | Zuul: Remove project nameJames E. Blair2018-01-291-1/+0
|/ | | | | | | Zuul no longer requires the project-name for in-repo configuration. Omitting it makes forking or renaming projects easier. Change-Id: I0593533e6b1c3dedd9a8c6180af2d2b30942f4ce
* Remove osc devstack tips jobsMonty Taylor2017-12-081-6/+0
| | | | | | | They dont' work, and we need this patch to land to land the patch to make them work. Change-Id: I14584aebdfbecc9b7fea071048f07cc9b804f597
* Merge "Add shade-functional-tips jobs"Zuul2017-11-141-0/+1
|\
| * Add shade-functional-tips jobsMonty Taylor2017-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | shade provides a project-template to run its functional tests against tips of key libraries, such as os-client-config and keystoneauth. Add these to os-client-config so we can ensure we don't break anything. Change-Id: I9619fc09ca7c0f6fd3021d3b5194131ad172ad16 Depends-On: I544fdf515f8df38d73cee64a6de799ab384a326e
* | Consume the osc-functional-devstack-tips jobDean Troyer2017-10-251-2/+4
|/ | | | | Depends-on: Ia8c08be81605da885b9eee799fc58129305dfc41 Change-Id: Id331adbc5862b651f2754b3cb53f2bccee1be46c
* Add shade-tox-tips jobsMonty Taylor2017-10-211-0/+8
Breaking shade with changes to os-client-config is bad. Add shade's unittest jobs that are configured to work against os-client-config master. Also move the legacy osc dsvm job here so we can remove it from project-config. Change-Id: Ie3e9a4deca1d74b94e810e87e130706fe15fe2c9 Depends-On: I5b411be5c5aa43535fa89a51d6099aadd7a8ea60