summaryrefslogtreecommitdiff
path: root/.zuul.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Add Python3 yoga unit testsTakashi Kajinami2022-02-061-1/+1
| | | | | | | | | | | | | | | This is a patch to ensure unit testing is in place for all the of the tested runtimes for yoga. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html This patch is manually created, because the previous patch was not merged before Xena release and release bot didn't create the automated patch at that time. Change-Id: If3069c1711dfda9ab19bf15c335c09db566bf3c1
* Add Python3 xena unit testsOpenStack Release Bot2021-03-121-1/+1
| | | | | | | | | | | This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for xena. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I7e395355cb008486fff1b1683364bad9e0e14980
* Add Python3 wallaby unit testswallaby-em2.2.0OpenStack Release Bot2020-09-101-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: Ia85123faaf1aadcd8cd1e3f0e816dc38799d053f
* 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: I48909423d8b440c9bea096d78e9a43721a64a44e
* Merge "Drop python 2.7 support and testing"Zuul2019-11-071-1/+0
|\
| * Drop python 2.7 support and testingGhanshyam Mann2019-10-301-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenStack is dropping the py2.7 support in ussuri cycle. ceilometermiddleware 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://review.opendev.org/#/c/691178/ Change-Id: I48f75b701ecc4eee3134473bc854a0825b705203
* | Replace lib-forward-testing-pluginAndreas Jaeger2019-11-021-1/+12
|/ | | | | | | | | This repo is the only user of lib-forward-testing-plugin template, replace it with a native integration job that installs all repos from source and runs ceilometer - as the only job in lib-forward-testing-plugin does. Change-Id: I255c0ddd220633b566b9376473ede4b7ed16ca34
* Switch to Ussuri jobszhangboye2019-10-251-1/+1
| | | | Change-Id: I54f4146287fe777f228474442ae61d5ef045f5f7
* Add Python 3 Train unit testsCorey Bryant2019-07-051-1/+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: I1ceedbdc843eb7aabfe76f3c0ab619fd89fb7524 Story: #2005924 Task: #34251
* Dropping the py35 testingGhanshyam Mann2019-04-161-1/+0
| | | | | | | | | | | | | | | | | All the integration testing has been moved to Bionic now[1] and py3.5 is not tested runtime for Train or stable/stein[2]. As per below ML thread, we are good to drop the py35 testing now: http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html [2] https://governance.openstack.org/tc/reference/runtimes/stein.html https://governance.openstack.org/tc/reference/runtimes/train.html Change-Id: I0ca06f40683426e95bb83647c902efab74b6b311
* add python 3.6 unit test jobDoug Hellmann2018-08-311-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: I2c8a317ab5ebd902a27927fb140e0078da8a6565 Story: #2002586 Task: #24339
* switch documentation job to new PTIDoug Hellmann2018-08-311-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: I56fb9c79ec4e9b7e9ed656e67d90826b6365ae8a Story: #2002586 Task: #24339
* import zuul job settings from project-configDoug Hellmann2018-08-311-0/+7
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: Iac6bad9eea41b3c301ab354336a96b0d867a2412 Story: #2002586 Task: #24339