summaryrefslogtreecommitdiff
path: root/.zuul.yaml
Commit message (Collapse)AuthorAgeFilesLines
* scenario scenario-v2 tempest and tempest-v2 non-voting testHEAD4.1.04.0.2stable/2023.1masterqiufossen2022-09-071-8/+16
| | | | | | | | | | The reason as following: Create zed branch for client and non-client libs https://review.opendev.org/c/openstack/releases/+/855929 DNM: dummy change to test gate health https: //review.opendev.org/c/openstack/python-saharaclient/+/855787/1 Change-Id: I1e803725855fdbb7107a1f1a85acfe345c1103a0
* Dropping lower constraints testing and remove py36,py37 supportsongwenping2022-07-011-2/+1
| | | | | | | | | | | | | We facing errors related to the new pip resolver, this topic was discussed on the ML and QA team proposed to to test lower-constraints [1]. I propose to drop this test because the complexity and recurring pain needed to maintain that now exceeds the benefits provided by this mechanismes. [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-December/019390.html Change-Id: I60f1f739f25755cd344fe45e76d225712fedc40f
* Add Python3 wallaby unit testsOpenStack Release Bot2020-09-141-1/+1
| | | | | | | | | | | This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for wallaby. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: Ibf246a0cf05e92144d021d3f2ff04280281e7225
* Remove pypy jobAndreas Jaeger2020-04-171-3/+0
| | | | | | Pypy is not tested in OpenStack anymore, remove the job. Change-Id: Iddd69443f93512b843babd880398dd2575c115e7
* Add Python3 victoria unit testsOpenStack Release Bot2020-04-111-1/+1
| | | | | | | | | | | This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for victoria. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I8c39b94101ec0532f0a7983082c9c7ee9f89c1f0
* [ussuri][goal] Drop python 2.7 support and testingLuigi Toscano2020-01-261-1/+0
| | | | | | | | | | | | | | | | | | | | | OpenStack is dropping the py2.7 support in ussuri cycle. sahara plugins do works with python 3 and the sahara core does not support python 2.7 anymore anyway. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Also: - bump the lower-constraints decorator requirements to a recent one to prevent failures; - drop the obsolete jenkins tox target. Change-Id: I5806dcb8f13e88a28c0b5e6de449efa9b95b6e73
* Switch to Ussuri jobskangyufei2019-10-221-1/+1
| | | | Change-Id: Iea45bfed3b7df01f3272600d4e213588d663aab1
* py3: use the train test template and other updatestrain-em2.3.0Luigi Toscano2019-07-111-3/+1
| | | | | | | | | | | | | | | | | Use the unified unit test Zuul template for train, according the community goal. Also, update the setup.cfg classifiers accordingly. Update the debug test environment. Adding "debug-py36" is enough; if a distribution supports 3.7, the "debug" tox environment can be used. Finally, keep only the most recent environment in the default set executed when calling tox. Story: #2005924 Task: #34244 Change-Id: Iad4a6e933ad416eb67a2f144540fe79e97938bec
* Add py37 and API v2 jobs (scenario, tempest)Luigi Toscano2019-03-041-7/+25
| | | | | | | | | | | | | | | Run also: - the API v2 scenario and tempest tests - the py37 tests on both the check and the gate queue. No need to set LIBS_FROM_GIT anymore, Zuul sets it automatically for projects listed under request-projects. The addition of py37 implements the following task: Story: 2004073 Task: 27450 Change-Id: I4ff72efa0af76bd2e710e9c1be4d77fd6af83582
* Use templates for cover and lower-constraintsAndreas Jaeger2018-09-071-5/+2
| | | | | | | | | | | Use openstack-tox-cover template, this runs the cover job as non-voting in the check queue only. Use openstack-lower-constraints-jobs template Remove jobs that are part of the templates. Change-Id: I0217788b2031eeb05e74e89225db32f503f15c62
* add python 3.6 unit test jobDoug Hellmann2018-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: Id7bf41c1646fcaf6d11d393899006076282925c8 Story: #2002586 Task: #24332
* switch documentation job to new PTIDoug Hellmann2018-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: Ia51884c3caaebf30f5347088cace286c959e23c1 Story: #2002586 Task: #24332
* import zuul job settings from project-configDoug Hellmann2018-08-211-3/+17
| | | | | | | | | | | | | | | | | | | | 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: I39a7640f458c93b775417daa001196b623a236ef Story: #2002586 Task: #24332
* add lower-constraints jobDoug Hellmann2018-03-221-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: I483dbc92a787f4a3b0041bd398691b667dc40f3b Depends-On: https://review.openstack.org/555034 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* Native Zuul v3 jobsLuigi Toscano2018-02-081-0/+32
Use the jobs defined by sahara-tests, and force the installation of the saharaclient code by tuning LIBS_FROM_GIT. Depends-On: https://review.openstack.org/512058 Change-Id: I33641a575b0529d6ff53ca9cf2b14e7d67d53084