Commit Graph

7 Commits

Author SHA1 Message Date
Witek Bedyk baff3866fc Disable Zuul jobs
This is to allow merging remaining documentation changes without having
to fix Zuul CI jobs configuration.

Change-Id: I39e3058ed89d5cc915751e687f3dfef746d320f5
2020-09-22 13:16:24 +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
Hisashi Osanai d738153604 Drop Python2.7 support
Monasca-analytics builds on Spark and is supporting Python3.6
but the old version of Spark doesn't support Python3.6. So we
drop Python2.7 support with this patch.

Change-Id: Ib58d3a22c71e5237d57a8436e1208922586db091
2019-09-13 03:02:01 +00:00
Hisashi Osanai 3faa3201b9 Monasca-analytics supports Python3 officially
This patch changes the behavior of the py35 zuul job from nonvoting to
voting.

Change-Id: I9f420a8aa7fe11ed17d1f290a6c680ade709ddae
2019-01-29 10:28:11 +00:00
Daisuke Fujita 3542d404c5 Update requirements
This patch includes the following updates.

- Remove "findspark" and "libpgm" packages.
    There are no longer in use.

- Rename "sklearn" to "scikit-learn".
    "global-reqirements" needs "scikit-learn" instead of "sklearn" which is old package name.

- Pin scipy version less than 1.2.0.
    Currently, according to upper-constraints.txt of openstack/requirements, scipy version is '1.2.0'.
    However, this scipy version seems to be unable to import and use some scikit-learn libraries.

- Remove "docopt" and re-wite code wihtout "docopt".
    "docopt" is not used in OpenStack.

- Remove requirements-check job.
    Currently, "tornado" is a required package, but requirements-check job has a error.
    However, to remove that error, adding "tornado" package to openstack/requirements was refused.

Change-Id: I3bb98ef733ff16558d241968b06c31fa7508d047
2019-01-06 21:14:48 -08:00
Doug Hellmann 564133a2a7 import zuul job settings from project-config
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: I495dd93c5eb9dc7e2e388ff8bf55ae5534318bb0
Story: #2002586
Task: #24312
2018-09-11 10:12:21 -04:00