summaryrefslogtreecommitdiff
path: root/.zuul.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Update Python 3 job template"Zuul2022-05-271-1/+1
|\
| * Update Python 3 job templateTakashi Kajinami2022-05-071-1/+1
| | | | | | | | | | | | We should use the template corresponding to the release. Change-Id: I659fb6cd3eb5be92c1c5568ee417f1ee32e7124f
* | Drop lower-constraints.txt and its testingGhanshyam Mann2022-04-301-4/+0
|/ | | | | | | | | | | | | As discussed in TC PTG[1] and TC resolution[2], we are dropping the lower-constraints.txt file and its testing. We will keep lower bounds in the requirements.txt file but with a note that these are not tested lower bounds and we try our best to keep them updated. [1] https://etherpad.opendev.org/p/tc-zed-ptg#L326 [2] https://governance.openstack.org/tc/resolutions/20220414-drop-lower-constraints.html#proposal Change-Id: Ifb9dc54424256d5cffe557894b2d26b2401ebf92
* Updating lower-constraints job as non votingMichal Arbet2021-02-031-1/+4
| | | | | | | | | | | | There is an ongoing discussion in ML to drop the lower-constraints job [1]. Moving it to Non-voting until any decision is being made in TC meeting. [1]: http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019672.html Change-Id: I405d6790360563526d13c0b3e8ae0576d98a67d8
* [ussuri][goal] Drop python 2.7 support and testingVishakha Agarwal2020-01-071-2/+0
| | | | | | | | | | | | | | | | OpenStack is dropping the py2.7 support in ussuri cycle. keystonemiddleware is ready with python 3 and ok to drop the python 2.7 support. 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 Change-Id: Ia6f0e14efd19b0b98227258e7264b4850a197f4f
* Switch to Ussuri jobspengyuesheng2019-10-221-1/+1
| | | | Change-Id: I1503b5a58c47beae9609dd3edc384b932cdf9445
* Add Python 3 Train unit testsCorey Bryant2019-06-261-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: Iae72e055b0f407c1643b6c6161af28b535712a7d Story: #2005924 Task: #34215
* Run lower-constraints on Bionic and update python-keystoneclientLance Bragstad2019-03-261-12/+1
| | | | | | | | | | | | | This commit updates the version of python-keystoneclient to 3.10.0, which has fixes to handle different openssl versions: https://review.openstack.org/#/c/406175/2 Since we're bumping the minimum version of python-keystoneclient to include that fix, we can safely run lower-constraints on Bionic instead of Xenial. Change-Id: I52fa44fe76590aced193618406ad30eb70d04f9d
* Run lower-constraints job on XenialLance Bragstad2019-03-261-1/+12
| | | | | | | | | | | | | | | | | The openstack-lower-constraints-jobs was updated to run in Ubuntu Bionic, but the underlying version of openssl changed, causing tests in keystonemiddleware to fail with the current version of python-keystoneclient: https://review.openstack.org/#/c/406175/ Instead of bumping the version immediately, we can ensure the lower-constraints job runs on Xenial for the time being, making it so we can backport this fix to stable/stein. A subsequent patch will update the job to use Bionic when we bump the minimum version of python-keystoneclient. Change-Id: I5a5ad8ad86df80755a304f70597578b7dfec2068
* Drop py35 jobsVishakha Agarwal2019-03-011-1/+0
| | | | | | | | | | | | Python 3.5 was the target runtime for the Rocky release. The current target py3 runtime for Stein is Python 3.6, so there is no reason to keep testing against the older version. Also correct setup.cfg and tox.ini to reflect the current supported Python versions. https://governance.openstack.org/tc/reference/runtimes/stein.html#python-runtime-for-stein Change-Id: I7304a04870bd5a41ae593d543291a25d73cabe60
* add python 3.7 unit test jobCorey Bryant2019-02-141-0/+1
| | | | | | | | | | | | | This is a mechanically generated patch to add a unit test job running under Python 3.7. See ML discussion here [1] for context. [1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html Change-Id: Ic446881e279447d988357021d6403eb20d60070e Story: #2004073 Task: #27422
* Use templates for cover and lower-constraintsAndreas Jaeger2018-09-071-9/+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: I58f3bc27aab2885514b8c6a8379e1c2214bd1afd
* add lib-forward-testing-python3 test jobDoug Hellmann2018-08-291-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: If3765f1d4fa236e37c48a68bcd1093addfc751ff Story: #2002586 Task: #24304
* add python 3.6 unit test jobDoug Hellmann2018-08-291-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: I3fcff11f87699cf36aabb37c7ccf9555280927a8 Story: #2002586 Task: #24304
* switch documentation job to new PTIDoug Hellmann2018-08-291-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: Iee42c4b458e8ae8694efbee7e176cd2f8e8d49cd Story: #2002586 Task: #24304
* import zuul job settings from project-configDoug Hellmann2018-08-291-0/+10
| | | | | | | | | | | | | | | | | | | | 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: Idf1fdd88a3be46477804ad2fd961f7e1114b600b Story: #2002586 Task: #24304
* add lower-constraints job5.0.0Doug Hellmann2018-04-091-0/+7
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: Ief8bbf14effa1266c62c4600f889a18f1fdbde32 Depends-On: https://review.openstack.org/555034 Signed-off-by: Doug Hellmann <doug@doughellmann.com>