Commit Graph

8 Commits

Author SHA1 Message Date
Dirk Müller 8f07a592c8 update to zed level jobs
Raise flake8 level as well. no changes required to pass

Change-Id: I1ae8e98df2cd27a09cbd93017f893f90199cd547
2022-05-13 10:13:51 +02:00
Ghanshyam Mann 5012af2f47 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

pymod2pkg 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: I7cf441a76a209287eb935e2d360022d957b56954
2020-02-15 17:14:08 -06:00
Corey Bryant 4229765d71 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

Depends-On: https://review.opendev.org/669542

Change-Id: I7add04a3f3d02c5e771088986920b6743234dfee
Story: #2005924
Task: #34235
2019-07-05 16:28:44 -07:00
Andreas Jaeger ddb56253f2 Use template for lower-constraints
Small cleanups:

* Use openstack-lower-constraints-jobs template, remove individual
  jobs.
* Sort list of templates

Change-Id: I038d2104adede83e8bbbafe1a393bdd7aa267a76
Needed-By: https://review.openstack.org/623229
2018-12-20 21:42:00 +01:00
Doug Hellmann 7cd988138c add python 3.6 unit test job
This is a mechanically generated patch to add a unit test job running
under Python 3.6 as part of the python3-first goal.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I1621bb6797c7cb6e78dcb63553b2c64b0b550987
Story: #2002586
Task: #24323
2018-08-31 10:10:31 -04:00
Doug Hellmann 9c93415b25 switch documentation job to new PTI
This is a mechanically generated patch to switch the documentation
jobs to use the new PTI versions of the jobs as part of the
python3-first goal.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: If62394e4a32113b00ca014bdd65b015b27fec7de
Story: #2002586
Task: #24323
2018-08-31 10:10:28 -04:00
Doug Hellmann f1eb8ffe0c 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: I62a6c0b0ca2a85e6345155ff0a72f68eeaf23ab1
Story: #2002586
Task: #24323
2018-08-31 10:09:52 -04:00
Doug Hellmann 8c8e861bc8 add lower-constraints job
Create a tox environment for running the unit tests against the lower
bounds of the dependencies.

Create a lower-constraints.txt to be used to enforce the lower bounds
in those tests.

Add openstack-tox-lower-constraints job to the zuul configuration.

See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html
for more details.

Change-Id: I538e86c3fe10d09bc3b0f259d33a49aeb4ffd2e2
Depends-On: https://review.openstack.org/555034
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-04-03 09:32:23 -04:00