- 29 Apr, 2021 1 commit
-
-
Ghanshyam Mann authored
We have stable/victoria and stable/wallaby released so we should add their job on master gate to keep branchless tempest plugins compatible to those branch. This also removes the stable/stein job as that is in EM state now. Ref: Tempest plugins guide for stable branch testing: - https://docs.openstack.org/tempest/latest/stable_branch_testing_policy.html Change-Id: I82edeeac54ad53bcafe8e77ceb8aef382fce5748
-
- 16 Sep, 2020 1 commit
-
-
Zuul authored
-
- 31 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). Most of the Tempest jobs will be migrate automatically once devstack base job start running on Focal(Depends-On). Stable jobs testing stable branch needs to keep running on their supported distro version which is bionic from stein till ussuri. [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-fo$ Change-Id: I72f42951d29a23d01fbe803d553debc76d49acbc Story: #2007865 Task: #40198
-
- 08 Jun, 2020 1 commit
-
-
Zuul authored
-
- 06 Jun, 2020 1 commit
-
-
Andreas Jaeger authored
Congress has been retired and requirements-check fails now, remove congress. See also https://review.opendev.org/721741 Change-Id: Ic2d74543f65a60ccb567aae4c4012c422884bb50
-
- 31 May, 2020 1 commit
-
-
Andreas Jaeger authored
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using these versions will allow especially: * Linking from HTML to PDF document * Allow parallel building of documents * Fix some rendering problems Update Sphinx version as well. Disable openstackdocs_auto_name to use 'project' variable as name. Change pygments_style to 'native' since old theme version always used 'native' and the theme now respects the setting and using 'sphinx' can lead to some strange rendering. openstackdocstheme renames some variables, so follow the renames before the next release removes them. A couple of variables are also not needed anymore, remove them. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html Change-Id: Ifff5d0860f0c9e68a0187242335c5bf7c383a486
-
- 28 May, 2020 1 commit
-
-
inspurericzhang authored
Change-Id: I9e5dd661ff975e1c8fe5eda81d80be3eb069f9ea
-
- 13 May, 2020 1 commit
-
-
Ghanshyam Mann authored
flake8 new release 3.8.0 added new checks and gate pep8 job start failing. hacking 3.0.1 fix the pinning of flake8 to avoid bringing in a new version with new checks. Though it is fixed in latest hacking but 2.0 and 3.0 has cap for flake8 as <4.0.0 which mean flake8 new version 3.9.0 can also break the pep8 job if new check are added. To avoid similar gate break in future, we need to bump the hacking min version. - http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014828.html Change-Id: I2992185abe1971dfa3afed4836cdb29cd245e47c
-
- 06 May, 2020 1 commit
-
-
Zuul 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: If109a13873d2ee9ede112952056914dc4c57b4df
-
- 03 May, 2020 1 commit
-
-
Andreas Jaeger authored
Update docs building: * Switch to sphinx-build * Update requirements for Sphinx and openstackdocstheme for python 3, create doc/requiremetns * Remove unneeded doc and translation sections from setup.cfg * Remove install_command, it's unneeded, the default is fine. * Move constraints to deps, use TOX_CONSTRAINTS instead of obsolete UPPER_CONSTRAINTS * Remove now unneeded placeholder file Change-Id: I649e6fa86c17262698cc8a01d042a87b020239d9
-
- 16 Apr, 2020 1 commit
-
-
zhurong authored
Change-Id: Ic6865589c1265185cb22d4caa197b3293fe50465
-
- 07 Apr, 2020 1 commit
-
-
zhurong authored
Make a few cleanups: - Remove python 2.7 stanza from setup.py - Add requires on python >= 3.6 to setup.cfg so that pypi and pip know about the requirement - Remove obsolete sections from setup.cfg: * Wheel is not needed for python 3 only repo * Some other sections are obsolete - Update classifiers - Update requirements, no need for python_version anymor Change-Id: I3f780c21e6867a394e1797e67099f1668388f6a7
-
- 04 Apr, 2020 1 commit
-
-
Andreas Jaeger authored
The repo is used on older branches as well, and new hacking supports only python3. We really only need hacking on master anyways, where we no longer support python 2, so here we make the requirement specific to python 3. Change-Id: I3734c7d345832110dd7db8a0d0d7ff65e2a9a757
-
- 30 Mar, 2020 2 commits
-
-
Andreas Jaeger authored
Hacking 3.0 was just released with minor changes, update to the new version. Change-Id: Ic59334952a6ab3a43554a47d07cf7126aba69a9b
-
Andreas Jaeger authored
The repo is Python 3 now, so update hacking to version 2.0 which supports Python 3. Fix problems found. Update local hacking checks for new flake8. Change-Id: I2683bc1a7c962da137de4b77aac450f08d1f6c4a
-
- 23 Jan, 2020 1 commit
-
-
Ghanshyam authored
OpenStack is dropping the py2.7 support in ussuri cycle. murano-tempest-plugin 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: I4abb7e97583103ce17e7101cb9dfb824eea397a0
-
- 12 Dec, 2019 1 commit
-
-
Ghanshyam Mann authored
Tempest has moved the Volume APIs testing to v3 as default and can be run under v2 API via catalog_type. - https://review.opendev.org/#/q/topic:volume-default-testing-v3+(status:open+OR+status:merged) Below config options were deprecated since Rocky and now Tempest is going to remove those (Needed-By patch): * ``CONF.volume-feature-enabled.api_v2`` * ``CONF.volume-feature-enabled.api_v3`` Change-Id: Ib35bc0c4f9581857aba2fca4a17dc24e7424e8bd Needed-By: https://review.opendev.org/#/c/698754/
-
- 18 Jun, 2019 1 commit
-
-
zhurong authored
Change-Id: I4876eb000420bae3ac333fd795f7ee1b0597076a
-
- 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: Ib934cd24f4af8440458f0d24df90b77e0a3040b5
-
- 23 Apr, 2019 1 commit
-
-
zhulingjie authored
Change-Id: I1a9cd386408197caad7f93a1236780c2b625d61f
-
- 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.
-
- 28 Feb, 2019 1 commit
-
-
Rocky authored
In scenario test, test packages will be uploaded and then deleted after test executed. But in case of the packages deletion failure, it will block the following tests. This patch checks and removes those test packages before uploading them. Change-Id: I90c5d903d8c5c3eeface2735bba61d01a877aaf8
-
- 12 Jan, 2019 1 commit
-
-
Zuul authored
-
- 11 Jan, 2019 1 commit
-
-
qingszhao authored
In setup.cfg file the python 3.5/3.6 is added Change-Id: I243961032956f72601b04450a79ee212e4d00292 Closes-Bug: #1802025
-
- 28 Dec, 2018 1 commit
-
-
Zuul authored
-
- 13 Dec, 2018 1 commit
-
-
zhurong authored
Change-Id: Icfada31a9aa9393def784bfe1f0b8fd49279abba
-
- 04 Dec, 2018 1 commit
-
-
Vieri authored
Mailinglists have been updated. Openstack-discuss replaces openstack-dev. Change-Id: Ic3bd2e688fbb7408c44cc02b023e72d9c2ce3989
-
- 16 Nov, 2018 1 commit
-
-
zhouxinyong authored
Change-Id: I82158c3be16362c7a8c6d18098855655ef130359
-
- 29 Oct, 2018 1 commit
-
-
inspurericzhang authored
Change-Id: I0d73e793215fb6b2f6a8c6f4714a6f4227b7ffd6
-
- 23 Aug, 2018 1 commit
-
-
98k authored
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: I2dee7ac8ba73bbf61776fd34c3f9172b425b6873 Story: #2002586 Task: #24313
-
- 07 Aug, 2018 1 commit
-
- 04 Aug, 2018 1 commit
-
-
zhurong authored
Change-Id: I10d5b2c019b9bc0952ed0471de5a8b8bfcb82a85
-
- 01 Aug, 2018 2 commits
-
-
Chandan Kumar authored
* tempest.lib.decorators provides a better way to handle attrs, let's use it instead of using nose from tempest.lib stable api. Change-Id: Iad64bbaac517b8e1f53ec7046691a79e63f4f74d
-
Zuul authored
-
- 30 Jul, 2018 2 commits
- 15 Jun, 2018 1 commit
-
-
ShangXiao authored
Change-Id: I07ebe4c98e7d7410014857362b4ff8a051116876
-
- 13 Jun, 2018 1 commit
-
-
qingszhao authored
Change-Id: I76c5d2c770a4a46c46b5f6e1852c1ac18a23cce4
-
- 09 Jun, 2018 1 commit
-
-
huang.zhiping authored
We want to default to running all tox environments under python 3, so set the basepython value in each environment. We do not want to specify a minor version number, because we do not want to have to update the file every time we upgrade python. We do not want to set the override once in testenv, because that breaks the more specific versions used in default environments like py35 and py36. Change-Id: I7e49d7e03c3557152cee3892e9d039a8378f573e
-