Commit Graph

9 Commits

Author SHA1 Message Date
Nate Johnston 3d3098c893 Retire the Congress Tempest Plugin project
Recently the TC has worked on determining the criteria for when an
OpenStack project should be retired.  When there was not a PTL nominee
for the Congress project, that triggered the TC to review the project
health per [1], and the TC has determined [2] that development work on
the project has ceased.  This decision was announced in the
openstack-discuss mailing list in April 2020 [3].

This commit retires the repository per the process for governance
removal in the Victoria cycle as specified in the Mandatory Repository
Retirement resolution [4] and detailed in the infra manual [5].

Should interest in developing Congress as part of OpenStack revive,
please revert this commit to have the project rejoin the list of active
projects.

The community wishes to express our thanks and appreciation to all of
those who have contributed to the Congress project over the years.

[1] https://governance.openstack.org/tc/reference/dropping-projects.html
[2] http://eavesdrop.openstack.org/irclogs/%23openstack-tc/latest.log.html#t2020-04-20T15:36:59
[3] http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014292.html
[4] https://governance.openstack.org/tc/resolutions/20190711-mandatory-repository-retirement.html
[5] https://docs.opendev.org/opendev/infra-manual/latest/drivers.html#retiring-a-project

Change-Id: I74824174861c394e75b8c733ae9bbc3c9b410268
2020-05-28 12:15:14 -04:00
Ghanshyam Mann f924c6cd98 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

Congress-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

Depends-On: https://review.opendev.org/#/c/693631/
Change-Id: I47cda983c99ec6fb05956f09a0b395350a97d791
2020-01-22 22:12:24 +00:00
qingszhao cfe14c4430 Add Python 3 Train unit tests
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: I894fb344e442a83e7478b51a82fd65e53900e8df
2019-09-24 01:01:53 -07:00
akhiljain23 d1fb7a7e3a Changes for url transition to OpenDev
This commit changes openstack.org URL to opendev.org URL

Change-Id: I4f67a9afffa12b07da554f6f3c696276d57f5de6
2019-04-24 09:47:25 +05:30
zhulingjie 4b10bef471 Update hacking version
Use latest release 1.1.0 and compatible changes w.r.t pep8

Change-Id: I3a44612452f6253287641625b148ae7223eaaf1d
2019-01-22 04:54:12 +00:00
akhiljain23 63ee08f0d8 Add python 3.6 for test and remove pypy in tox
This commit adds support for py36 in tox.ini by default. When tox
command is executed by developer it will run py36 tests.
Also removes pypy as it's no longer used.

Change-Id: I13df371624787d1a8b0f85bdb9750527e3fdb987
2018-10-22 13:18:46 -07:00
qingszhao df91e3811f Removed older version of python added 3.5
In setup.cfg file the python 3.5 is added
In tox.ini the python 3.5 is added

Change-Id: I557ea220637b5ddf4a1e57035dfcde4bdf8473e4
2018-09-29 15:34:27 +08:00
huang.zhiping 7a260ced87 fix tox python3 overrides
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: I92af0b3d05b1bbc68c66d259f4421a5d49ee77db
2018-06-08 23:12:28 +08:00
Anusha Ramineni c80b5ba002 Initial CookieCutter commit 2017-12-04 11:06:55 +05:30