- 31 Mar, 2021 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
cloudkitty-tempest-plugin 2.3.0 release meta:version: 2.3.0 meta:diff-start: - meta:series: wallaby meta:release-type: release meta:pypi: no meta:first: no meta:release:Author: Hervé Beraud <hberaud@redhat.com> meta:release:Commit: Hervé Beraud <hberaud@redhat.com> meta:release:Change-Id: Ic28f84d77140e6a57db9cdf9f559312d763f5266 meta:release:Code-Review+1: Ghanshyam Mann <gmann@ghanshyammann.com> meta:release:Code-Review+1: yatin <ykarel@redhat.com> meta:release:Code-Review+1: Rafael Weingartner <rafael@apache.org> meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com> meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
-
- 17 Mar, 2021 1 commit
-
-
Thomas Goirand authored
-
- 11 Jan, 2021 1 commit
-
-
Zuul authored
-
- 05 Jan, 2021 1 commit
-
-
Hervé Beraud authored
We need to specify doc requirements in doc/requirements.txt to avoid problems with the pip resolver [1] for the release team [2][3]. Removed specific doc requirements from test-requirements.txt. The problem here is that this repos haven't doc/requirements.txt file and by default in this case zuul will use the test-requirements.txt file to pull requirements [4]. This requirements file contains extra requirements like flake8 that collided with those allowed in our job environment and so the new pip resolver fails to install these requirements and the job exits in error. This project meet the conditions leading to the bug however it doesn't produce any doc or releasenotes, but uniformization can't hurt and help us in the future. /!\/!\/!\ Notice that I voluntarily added the doc directory even if no docs are generated here because zuul will try to pull this requirements from there first and the contained requirements are needed for reno but AFAIK the releasenotes dir is ignored by zuul. c.f [4] for further details. /!\/!\/!\ [1] http://lists.openstack.org/pipermail/release-job-failures/2021-January/001500.html [2] http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019611.html [3] http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019612.html [4] https://opendev.org/zuul/zuul-jobs/src/branch/master/roles/ensure-sphinx/tasks/main.yaml#L36 Change-Id: I18fdf133b6c3ea9b60e784c0e1dfb7ce1217eda5
-
- 03 Jan, 2021 2 commits
-
-
Martin Kopec authored
tempest.Manager has been deprecated for more than 4 years already and will be removed by [1]. Tempest plugins are expected to consume tempest.lib.services.clients.ServiceClients directly. [1] https://review.opendev.org/c/openstack/tempest/+/767628 Change-Id: Ibd04c38c084f63e9129f0bfef1df988e410695db
-
Martin Kopec authored
pep8 job is failing because the version of flake8 (flake8<2.7.0,>=2.6.0) requested by hacking<1.2.0 is not compatible with pyflakes>=2.1.1. Therefore the patch increases the max version of hacking. Change-Id: I04635509cc8b794f9aaad8ac43a25bf6ddd9b9e1
-
- 17 Oct, 2020 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
- 02 Oct, 2020 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
cloudkitty-tempest-plugin 2.1.0 release meta:version: 2.1.0 meta:diff-start: - meta:series: victoria meta:release-type: release meta:pypi: no meta:first: yes meta:release:Author: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Commit: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Change-Id: I511b613c8a95dc4d236273309fe2f1acc6c377c9 meta:release:Code-Review+1: Pierre Riteau <pierre@stackhpc.com> meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com> meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
-
- 18 Aug, 2020 3 commits
- 10 Jul, 2020 1 commit
-
-
Ghanshyam Mann authored
As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Fixing: - bug#1886296 Bump the pyflakes to 2.1.1 as min version to run pep8 jobs on py3.8 which is default python vesion in ubuntu focal. Story: #2007865 Task: #40180 Closes-Bug: #1886296 [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.html Change-Id: I5628be1786bc098232db44d0b74b1b2d0b828bbd
-
- 26 Jun, 2020 1 commit
-
-
Thomas Goirand authored
-
- 28 May, 2020 1 commit
-
-
inspurericzhang authored
Change-Id: I60c05d6978ac8e230bc661abaaefeae6e9d2f364
-
- 25 May, 2020 1 commit
-
-
Thomas Goirand authored
-
- 05 May, 2020 1 commit
-
-
Ghanshyam Mann authored
Supported stable branches in maintenance state (stein, train, ussuri) use the Tempest and plugins master version for their testing. To make sure master version (new tests or any changes) is compatible with stable branch testing, we need to add the stable branches job on the plugins master gate. Tempest and many other plugins are already testing the stable branches in same way[1]. Ussuri onwards, Tempest or plugins are py3 only, so we are running only python3 version of stable jobs Tempest plugins guide for stable branch testing: - https://docs.openstack.org/tempest/latest/stable_branch_testing_policy.html [1] https://opendev.org/openstack/tempest/src/commit/e8f1876aa6772077f85f380677b30251c2454505/.zuul.yaml#L646 Change-Id: Ib55ee338e788fe9c529bdc0f12bc91899d6c8618
-
- 21 Apr, 2020 1 commit
-
-
Masayuki Igawa authored
This commit removes .testr.conf since this repo already has .stestr.conf. We just need .stestr.conf instead of .testr.conf. Change-Id: Ia718139547f7435db3146fd8a9cb6f9a40185f52
-
- 23 Jan, 2020 1 commit
-
-
Ghanshyam authored
This commit cleanup requirement file and add ignore_basepython_conflict flag into tox to avoid python version conflct. Change-Id: Ie7a80ac58dc425e66cf2b7334b99e22a07759dbc
-
- 25 Nov, 2019 1 commit
-
-
Luka Peschke authored
This drops python2.7 support for cloudkitty-tempest-plugin. The lowest python version now supported by cloudkitty-tempest-plugin is 3.6. Depends-On: https://review.opendev.org/#/c/694434/ Change-Id: I2b4a57dae3f150b22c38cc2b83747ee4231b31fe
-
- 11 Oct, 2019 1 commit
-
-
Justin Ferrieu authored
For convenience we split the tests between the two current versions of CloudKitty. Change-Id: Ib10a6ffe9e0dd6c628f05588b463230139bf42c8 Story: 2006578 Task: 36895
-
- 27 Sep, 2019 1 commit
-
-
Luka Peschke authored
This updates the cloudkitty tempest jobs. Work items: * Rename existing jobs * Add jobs introduced by https://review.opendev.org/#/c/679085/ Change-Id: Iec6ae6ca8ff1d4f956081daed08d8ae534fa10aa
-
- 26 Sep, 2019 1 commit
-
-
pengyuesheng authored
For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Change-Id: I4d5d24e96715b80b29a1996715a59f2a840ee22c
-
- 19 Aug, 2019 1 commit
-
-
Kirti Kushwaha authored
Change-Id: I999f3d4108151992e791ec179b52e956f7de3d39
-
- 11 Jun, 2019 1 commit
-
-
ljhuang authored
1. Sync sphinx dependency with global requirements. It caps python 2 since sphinx 2.0 no longer supports Python 2.7. 2. Update some URLs to latest Change-Id: I6c1ed891087602ec0a9bf8b53445fa4aef2b1f6c
-
- 20 May, 2019 1 commit
-
-
zhouxinyong authored
Change-Id: Ifde285715ea5618e6c1fc5135a9996deed2cc0ba
-
- 23 Apr, 2019 1 commit
-
-
Le Hou authored
Change-Id: I837c7c1aff4d58ca36639a5e82340ef756ab6a47
-
- 19 Apr, 2019 1 commit
-
-
OpenDev Sysadmins authored
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.
-
- 05 Feb, 2019 5 commits
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Luka Peschke authored
Depends-On: https://review.openstack.org/#/c/634885/ Change-Id: I9dc8f53ae3a8f5e3d56d5f236c0ec9c3e4929441
-
Luka Peschke authored
The response body must be converted to a string before replacing characters in it. Depends-On: 634885 Change-Id: I078e7571179e3ef209c104a0a5426ae6fb9b63d8
-
- 12 Jan, 2019 1 commit
-
-
huang.zhiping authored
Change-Id: Ic7dd0993dbd424e55228ccc8d28315624566ebc3
-
- 09 Jan, 2019 1 commit
-
-
inspurericzhang authored
Change-Id: Iec776464a9b2b2760e31bbb1f1ba892bce3e504a
-
- 17 Oct, 2018 1 commit
-
-
ZhijunWei authored
Change-Id: I17e8a6861e61624e31d7e93c3598749f2d18e145
-
- 29 Sep, 2018 1 commit
-
-
qingszhao authored
In setup.cfg file the python 3.5 is added In tox.ini the python 3.5 is added Change-Id: I0b5d3002486ff43a36f7fabec30e7884c67abdd9
-