Commit Graph

12 Commits

Author SHA1 Message Date
Witek Bedyk aea6e4858d Remove project content
This is step 2 of the project retirement process as described in [1].
Project retirement has been anounced here [2].

[1] https://docs.opendev.org/opendev/infra-manual/latest/drivers.html#step-2-remove-project-content
[2] http://lists.openstack.org/pipermail/openstack-discuss/2020-August/016830.html

Depends-On: https://review.opendev.org/751987
Change-Id: Id4c4f95fee1787e23a3156933c40c491f298128e
2020-10-22 15:11:34 +02:00
Ghanshyam Mann 03a4b53808 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

monasca-analytics 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: Id65137faa25d9623207c046c5fc30c7e7d0177d6
2019-11-16 16:57:18 +00:00
Corey Bryant 5dbeff5746 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: I29873a103a676b5f7b4919578610ba6afd82c7a8
Story: #2005924
Task: #34223
2019-09-13 05:59:46 +00:00
huang.zhiping f3480a7bda 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: Ib660c909b6b7afeb8edc6b802d5e6897d72f7980
2019-01-28 16:29:53 +00:00
Daisuke Fujita 98f3c60646 Update Spark version
This patch updates Spark version from 1.6.1 to 2.1.0 for maintenance reason.

Change-Id: Icfb6e678b38dcceba67b96f6bf72f48d6e18fba3
2019-01-12 17:02:14 -08:00
Doug Hellmann ac47c5fc58 fix pep8 job
Update the cap on flake8 to support newer versions that work with
python3.

Update tox settings for pep8 environment to use python 3.

Ignore the error caused by not having 2 blank lines before functions and
classes.

Fix 2 syntax errors in function definitions.

Change-Id: I4da79ceefcbf1c23d217716f7b25ac6a092794ff
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-09-11 10:12:21 -04:00
gengchc2 781f73ddfa Delete deprecated Hacking in tox.ini
Some hacking have been removed,so we can delete them.
More details:
    https://github.com/openstack-dev/hacking/blob/master/setup.cfg

Change-Id: I39e18aa0b1226979652dff23968de29277f3bfda
2016-12-04 12:25:19 +08:00
Joan Varvenne 8ab2e37f58 Make sure to report only coverage for the monasca_analytics module.
Change-Id: I7fd89d9e95c63177ee18dd85b2f001e2bb6e2dc5
2016-09-16 10:53:00 +01:00
Hisashi Osanai c752cc0bfe Support coverage
This patch provides coverage support in order to check quality of
the code.

Change-Id: Id962288fee3d57b679fc126ef7b498d6d34598f2
2016-07-04 08:58:31 +00:00
Hisashi Osanai 9bce2e15af Fix Apache license and PYTHONPATH for the gate
This patch fixes followings:
*two lines of Apache license in order to pass H103
*using homedir in PYTHONPATH

Co-Authored-By: Daisuke Fujita <fuzita.daisuke@jp.fujitsu.com>
Change-Id: I8fbe26ae8547879fdda0f840bfc5d582e0395588
2016-06-28 15:03:27 +09:00
Hisashi Osanai 30c75d34ba Add devstack plugin
This patch provides devstack plugin.

Co-Authored-By: Daisuke Fujita <fuzita.daisuke@jp.fujitsu.com>
Change-Id: Id0de403b05f174176e92cc7d6287d38fcd043d02
2016-06-13 16:16:12 +00:00
Hisashi Osanai 288bbd3b18 tox support
This patch provides tox support.

Note:
Basically flake8 section follows monasca-api's ignore rule
except H404.

H405: multi line docstring summary not separated with an empty line

Change-Id: Iac8d5516a66226a7b3fface95059c5e238e8cb72
2016-06-03 17:46:33 +00:00