summaryrefslogtreecommitdiff
path: root/.zuul.yaml
Commit message (Collapse)AuthorAgeFilesLines
* 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