Commit Graph

20 Commits

Author SHA1 Message Date
Martin Kopec cffa9966df Switch testing to Antelope testing runtime
Updating the testing template to Antelope testing runtime:
https://governance.openstack.org/tc/reference/runtimes/2023.1.html

Change-Id: I0c7e1497243c74a7c4e5bedbb3c94c80794490e9
2023-01-23 17:25:54 +01:00
Ghanshyam Mann 6def79eebd Test python3.9 as voting job
In Yoga testing, we are making py3.9 job to run as voting, so
adding py3.9 job as voting.

Also, as os-performance-tools is branchless and needs to support older
supported stable branches, let's test it with all the
python version supported in those supported stable branches.
For that, we need to explicitly dd the py jobs instead of using
the template. This way, we will explicitly know that we are testing
all supported python versions when the new release template bumps the
min python version in the template.

Change-Id: I71b2dbfa46449e39b6fbe99862c55e4370ce68c3
2021-11-03 21:09:11 +00:00
Anand Bhat 55a24e730d Replace dashes with underscore & Migrate to stestr
* 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.
* Replace .testr.conf by .stestr.conf for migration and update
  .gitignore and test-requirements.txt file accordingly
* Use py3 as the default runtime for tox
* Add a new job, openstack-cover-jobs, to run the coverage in Zuul

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: I3169456592324425b9a9ddc4dbcf8abcf3b82135
2021-06-02 16:20:58 +05:30
Vishakha Agarwal e03e958133 Switch testing to Victoria testing runtime
Upating the testing template from ussuri to victoria
testing runtime
- https://governance.openstack.org/tc/reference/runtimes/victoria.html

Change-Id: Id39b69578adbddcec1d661f8d79580ce28ef72a5
2020-05-05 13:54:36 +05:30
Ghanshyam Mann d0856fb6e0 Support back python 3.5
While dropping py2 support, we dropped py3.5 support also
- I1ced6583d61418ca5cd2deb72b7e3f7a3ec986e2

There might be some user of it using on py3.5 distro like
stable/rocky jobs on xenial.

There is no deps issue to support the py3.5 so let's keep
it as long as we can.

Change-Id: Ie8af65c8aef92c4193071133bc3a4df98725da68
2020-02-13 09:30:50 -06:00
Ghanshyam Mann 59aec6a7b7 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

os-performance-tools 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: I1ced6583d61418ca5cd2deb72b7e3f7a3ec986e2
2020-02-04 11:26:12 +01:00
Andreas Jaeger 3d06be24dc Fix docs building
In preparation for python 3 support switch to newer sphinx version.
This requires openstackdocstheme.

Remove install_command, this is the default.
Update hacking version to be compatible with python 3, fix warnings
from new pep8.

Change-Id: Iab69ec59eb111571f784242c5ea5756c2a63e424
2020-02-03 22:13:58 +01:00
ZhongShengping d3680e477d Update python 3 unit test job
This is a mechanically generated patch to update a unit test job running
under Python 3

See ML discussion here [1] for context.

[1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html

Change-Id: Ib8498d9a06c511cc1bce3d4ab5db520b992d8cd7
Story: #2004073
Task: #27445
2019-06-29 12:59:39 +00:00
Ghanshyam Mann aa7059aff1 Dropping the py35 testing
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: I1d60426db61a7a67bb2dda68a7fcfdd49bedb6dd
2019-04-22 03:49:54 +00:00
huang.zhiping f178a1edc2 Update home-page
Change-Id: I953df9780fdc6a025d1086c42286e5235e0dc56e
2019-01-11 17:09:15 +00:00
Manik Bindlish 8432a770c5 Change openstack-dev to openstack-discuss
Mailinglists have been updated.
So, replacing openstack-dev with openstack-discuss.

Change-Id: Ifa6cb66d703b67e85f11f13b680768cadbfee078
2018-12-04 10:07:59 +00:00
Andrea Frittoli d96d5145fa Add py3.5 support in setup.cfg
As defined in https://governance.openstack.org/tc/goals/pike/python35.html
Pike community goal for py35, adding py35 to setup.cfg.

Change-Id: I46cb1c047a7d5d433c36ff1dbb290a25c9dca9fd
2017-04-06 10:31:58 +01:00
Clint Byrum 0912bff034 Change entry points to reflect new namespace 2015-11-10 14:12:49 -08:00
Clint Byrum 4099c44e21 Rename to os-performance-tools
The name was too generic, and would have become a problem for import
into OpenStack's QA program. So focus it on performance tools.
2015-11-09 15:16:51 -08:00
Clint Byrum f920b45956 Make a subunit2sql.target extension
Just having this installed should make subunit2sql shove any
counters.json it finds through to statsd.
2015-11-05 23:56:26 -08:00
Clint Byrum b75b5e9f1c Revert "Import subunit worker from openstack-infra/puppet"
This reverts commit 3329295fcd.

We do not actually want to maintain that worker.
2015-11-03 15:32:51 -08:00
Clint Byrum 3329295fcd Import subunit worker from openstack-infra/puppet
This worker was embedded in the puppet module.
2015-10-29 10:20:56 +09:00
Clint Byrum 5b8cde3c93 Add entry point os-qa-counters 2015-10-27 10:12:47 +09:00
Clint Byrum ce1a0a6fd8 Add testable colector modules and tests 2015-10-27 07:21:02 +09:00
Clint Byrum 1e26e2206f Initial Cookiecutter Commit. 2015-10-15 14:09:34 -07:00