- 08 Aug, 2022 6 commits
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Elod Illes authored
This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for zed. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: If9b21c3e9628a945d618c38b015196544a69ae8c
-
Rafael Weingärtner authored
Change-Id: I8134020c409bc6c3e80bf996890e6609e1a763b9
-
Rafael Weingärtner authored
Change-Id: Ieab5df4deb9cbf5eddfc8eca3b028942f6303abd
-
- 30 Apr, 2022 1 commit
-
-
Ghanshyam Mann authored
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: I9261e86576e328b28a6c4442731e2ebbb414eb4d
-
- 03 Mar, 2022 1 commit
-
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/yoga. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/yoga. Sem-Ver: feature Change-Id: Ib59df27f2c771cb407b267fbcedee3588eb83049
-
- 11 Feb, 2022 1 commit
-
-
Sam Morrison authored
This was added in cloudkitty with commit https://opendev.org/openstack/cloudkitty/commit/6ba9d45ea69ea308ae21052e45a8d114c39145da Change-Id: Id091ee9f61c2863ed3ea1aaf5d967edf417df22a
-
- 14 Dec, 2021 1 commit
-
-
Ghanshyam Mann authored
We have updated the yoga testing runtime to keep the py36 testing. - https://review.opendev.org/c/openstack/governance/+/820195 Unit tests job template is also updated to keep python 3.6 as a voting job. So with the py3.6 and py3.9 testing as voting job template, we are keeping python 3.6, 3.7, 3.8, and 3.8 as tested versions in the Yoga cycle. - https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/820286 This commit re-add the python 3.6/3.7 versions in setup.cfg classifier. Change-Id: Iaf4b4a82b5a50b3ef2dc793c50ef1b0981f37856
-
- 25 Nov, 2021 1 commit
-
-
Ghanshyam Mann authored
Yoga testing runtime has been updated with py38 and py39 as voting and removed the py36 testing. Unit tests update are handled by the job template change in openstack-zuul-job - https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/818609 this commit makes other required changes in setup.cfg metadata. [1] https://governance.openstack.org/tc/reference/runtimes/yoga.html Change-Id: Idd8da33c954234b7c5d2d969c50da8aee4bf7904
-
- 09 Nov, 2021 1 commit
-
-
wu.shiming authored
The assertRaisesRegexp method has been deprecated since it was renamed to assertRaisesRegex in Python 3.2. https://docs.python.org/3/library/unittest.html#deprecated-aliases Change-Id: Ibab4d14764372298cc0055f168ff44eabdc873f0
-
- 24 Sep, 2021 1 commit
-
-
Pierre Riteau authored
This is really an excuse to force generating release notes which are missing for Xena. Change-Id: Ie8459f44142a981ee3475dd9b2688d155c852376
-
- 10 Sep, 2021 2 commits
-
-
OpenStack Release Bot authored
This is an automatically generated 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 Change-Id: I8e6532689aed280ce32a6b33dbb7b26bfb6c8044
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/xena. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/xena. Sem-Ver: feature Change-Id: I408828a8e29a418dba134bed8cd7a94206b26132
-
- 13 Aug, 2021 1 commit
-
-
wu.shiming authored
ABCs in collections should be imported from collections.abc and direct import from collections is deprecated since Python 3.3. Change-Id: I871810bbe95a3cd10f8a8df42c99e747a6dd463b
-
- 12 Jul, 2021 1 commit
-
-
Pierre Riteau authored
A cost of 0.0 was interpreted as a False value, making the check think the cost argument was missing. Change-Id: I5f86540221b80667fc63b8b54659092c637b7353 Story: 2009047 Task: 42814
-
- 08 Jul, 2021 2 commits
- 06 Jul, 2021 1 commit
-
-
wu.shiming authored
The patch bumps min version of tox to 3.18.0 in order to replace tox's whitelist_externals by allowlist_externals option: https://github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020-07-23 Change-Id: I1d22f2f0f452bc79ce79a339e6c304d5a0ac953f
-
- 08 Jun, 2021 2 commits
-
-
Pierre Riteau authored
Change-Id: I3224ca9b96a181de8c0251d0bd589135e098d557
-
wu.shiming authored
Setuptools v54.1.0 introduces a warning that the use of dash-separated options in 'setup.cfg' will not be supported in a future version [1]. Get ahead of the issue by replacing the dashes with underscores. Without this, we see 'UserWarning' messages like the following on new enough versions of setuptools: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb Change-Id: I7a871d30bf935614ff4bc4a254cc4fc63c4218f4
-
- 19 May, 2021 1 commit
-
-
Ghanshyam Mann authored
This patch updates/adds the contributor documentation to follow the guidelines of the Ussuri cycle community goal[1]. [1] https://governance.openstack.org/tc/goals/selected/ussuri/project-ptl-and-contrib-docs.html Story: #2007236 Task: #38517 Change-Id: Ic973be624418d056195127bb6f621b93edc3a3ed
-
- 18 May, 2021 1 commit
-
-
Pierre Riteau authored
Update tox config to include upper-constraints as dependencies. This resolves issues with building PDF docs. Change-Id: I98f287e4654ecb6b92d4f3815f359b205b06559a
-
- 20 Apr, 2021 1 commit
-
-
zhangboye authored
Moving on py3 as the default runtime for tox to avoid to update this at each new cycle. Change-Id: I98097f7e5afe4dd1a69a9e661ccc5353dbd5e29c
-
- 12 Apr, 2021 1 commit
-
-
Pierre Riteau authored
Without this job template there are no release notes published [1]. [1] https://docs.openstack.org/releasenotes/python-cloudkittyclient Change-Id: I8ab231a4c563ecc2f8db22bade12bf4afa9fafc8
-
- 19 Mar, 2021 2 commits
-
-
OpenStack Release Bot authored
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: Ie0255d5300b303e9392497d6494fdc5f6e08eb53
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/wallaby. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/wallaby. Sem-Ver: feature Change-Id: Ic56e3c816c1729fd66d6b5b8467bebb3fa2976b8
-
- 22 Dec, 2020 1 commit
-
-
Zuul authored
-
- 11 Dec, 2020 1 commit
-
-
Rafael Weingärtner authored
When using 0 as the cost, the `create_threshold` method throws an exception. That happens because 0 (zero) is evaluated to False. Therefore, we need to change the validation method to check if the values are None. Change-Id: Iedd541c0ad16db0d11d6e6de332eddf880af1698
-
- 27 Nov, 2020 1 commit
-
-
wuchunyang authored
UPPER_CONSTRAINTS_FILE is old name and deprecated -https://zuul-ci.org/docs/zuul-jobs/python-roles.html#rolevar-tox.tox_constraints_file This allows to use lower-constraints file as more readable way instead of UPPER_CONSTRAINTS_FILE=<lower-constraints file>. Change-Id: I25d4154797da0453f59e310d2392d30ca35e5258
-
- 25 Sep, 2020 2 commits
- 22 Sep, 2020 1 commit
-
-
wangzihao authored
in 'victoria' cycle, we should test py38 by default. Change-Id: Ib01cf2aad3edf31a067a6ac4459529851f8d8ecb
-
- 21 Sep, 2020 1 commit
-
-
wangzihao authored
The mock is not needed for py36 and later. Change-Id: I24afe1f1255ac47dfba300946149732f70f5f399
-
- 18 Sep, 2020 1 commit
-
-
wangzihao authored
hacking 3.0.1 fix the pinning of flake8 to avoid bringing in a new version with new checks. bumping the min version for hacking so that any older hacking versions which auto adopt the new checks are not used. Change-Id: I5875f1c0261ff6039773d7daf412102f2c02651f
-
- 08 Sep, 2020 3 commits
-
-
OpenStack Release Bot authored
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: I4c238eefa02cece34ee8f77a0dee91a5bf698a65
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/victoria. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/victoria. Change-Id: Ifdc6cb5adbb2139a2437d220b231c1c61526e648 Sem-Ver: feature
-
Justin Ferrieu authored
Support for the ``GET /v2/dataframes`` endpoint has been added to the client. A new ``dataframes get`` CLI command is also available. Story: 2005890 Task: 36384 Depends-On: https://review.opendev.org/#/c/679636 Change-Id: Idfe93025e0f740906d0f53f33547c7746fc15169
-
- 07 Sep, 2020 1 commit
-
-
Andreas Jaeger authored
The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Fix problems found. Change-Id: I8fed95ecb736e0b6d7c4b63a55553de1539139be
-