Commit Graph

22 Commits

Author SHA1 Message Date
Ghanshyam Mann 77b81a34c6 Drop lower-constraints.txt and its testing
As discussed in TC PTG[1] and TC resolution[2], we are
dropping the lower-constraints.txt file and its testing.
We will keep lower bounds in the requirements.txt file but
with a note that these are not tested lower bounds and we
try our best to keep them updated.

[1] https://etherpad.opendev.org/p/tc-zed-ptg#L326
[2] https://governance.openstack.org/tc/resolutions/20220414-drop-lower-constraints.html#proposal

Change-Id: I014744b686c32ad25785a89af3675418d8d2717e
2023-02-16 11:17:06 -08:00
OpenStack Release Bot a91bb185fa Switch to 2023.1 Python3 unit tests and generic template name
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for antelope. Also,
updating the template name to generic one.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: Ie8f2b339f9ef65e5796c79127e917dcabd4f18ce
2022-09-14 09:16:45 +00:00
OpenStack Release Bot 859e9ca8b3 Add Python3 zed unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for zed.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: Ie90be776cde91ca6c400bb8238462ae244fda123
2022-03-04 17:16:50 +00:00
OpenStack Release Bot 6b78b4af73 Add Python3 yoga unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for yoga.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: I0826f686305f661a4657ce52ff05f3d1beb54765
2021-09-10 15:15:43 +00:00
OpenStack Release Bot d0b16e57c3 Add Python3 xena unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for xena.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: Ic38aa2b68c5162ebb558d1b853dcb3fbbfc564c6
2021-03-18 10:45:18 +00:00
OpenStack Release Bot a1e77fa357 Add Python3 wallaby unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for wallaby.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: I46d4e15ad86a4728815e632776b6c44e89404c6f
2020-09-14 14:13:34 +00:00
Luigi Toscano 921b70fcd6 Native Zuul v3 port of the legacy functional job
The name of the job now follows the guidelines.
Remove the old scripts which are not needed anymore.

Also, even though OS_TENANT_NAME is still exported,
read OS_PROJECT_NAME as first choice.

Depends-On: https://review.opendev.org/746235
Change-Id: I2d698e4f7c38e010cfef2961446914fff136b181
2020-08-23 00:48:11 +02:00
OpenStack Release Bot 5d78834454 Add Python3 victoria unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for victoria.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: I484d66b30fdf2e0574c2aef07230bd89e1537f7e
2020-04-11 18:44:04 +00:00
Ghanshyam Mann 60202d8222 Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

python-senlinclient 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://review.opendev.org/#/c/691178/

Change-Id: Id86de6b06dbbf904976b6c845f6a843bbdd2a91b
2019-12-13 23:43:22 +00:00
Corey Bryant 1845ae410a 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: I74b1e2e1317250ead31fbccb97343e1bf7b7a0cb
Story: #2005924
Task: #34246
2019-07-05 16:11:38 -04:00
Zuul f661924f1c Merge "Dropping the py35 testing" 2019-04-25 21:22:24 +00:00
OpenDev Sysadmins 8c65deafdc OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:44:57 +00:00
Ghanshyam Mann bf3679fd1a 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: Icfbe3a1f3a972d20795d470ffdd0e142209017e2
2019-04-16 17:24:03 +00:00
ZhongShengping 56938d3ac1 add python 3.7 unit test job
This is a mechanically generated patch to add a unit test job running
under Python 3.7.

See ML discussion here [1] for context.

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

Change-Id: I5e7859382e7cc988b2c63de74d868caea604669a
Story: #2004073
Task: #27452
2019-02-19 16:59:00 +08:00
Andreas Jaeger 1c9e7078f3 Use template for lower-constraints
Small cleanups:

* Use openstack-lower-constraints-jobs template, remove individual
  jobs.
* Sort list of templates
* Remove non-voting job from gate, only voting jobs are run in the gate.

Change-Id: I02b3abf4c5227686d8e3083ae5c8e1f9d647ee0b
Needed-By: https://review.openstack.org/623229
2018-12-20 21:51:08 +01:00
Nguyen Hai c516a75d7f 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: I5cf6df22ddb4811be81934fe2abd264f0d0289ea
Story: #2002586
Task: #24334
2018-08-29 21:38:20 +09:00
Nguyen Hai 500193dcbd 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: I5a44caa4ddb396b3c6a93a5bf9b7df6ab41a03c9
Story: #2002586
Task: #24334
2018-08-29 21:38:19 +09:00
Nguyen Hai 8955bf936e 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: I42029710490bc1cb918461f35eab04e6fc068807
Story: #2002586
Task: #24334
2018-08-29 21:37:39 +09:00
Yuanbin.Chen 93d303304f Zuul enable senlinclient function check
Change-Id: I3cf6ecbb79575fd3f0315b42fc0df90a20b8ccc8
Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
2018-08-02 10:09:42 +08:00
Doug Hellmann 8ef3a1ed02 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: Ib0e088b93c0588c8d083d32e398c3a4b1b7186cf
Depends-On: https://review.openstack.org/555034
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-03-22 18:03:14 -04:00
Hoang Trung Hieu 3784a4b4eb Zuul: Remove project name
Zuul no longer requires the project-name for in-repo configuration.
Omitting it makes forking or renaming projects easier.

Change-Id: I62369a6f09e8e4c4350cbd26ad5f018f75dc3a54
2018-01-29 13:29:00 +07:00
ZhongShengping 09d479b85b Switch to Zuul v3 testing
This is the start of the transition to native Zuul v3 support for
python-senlinclient.

Change-Id: I7762cc84de28ea1a0cca33a4aad33b46fdf26e28
2017-10-31 17:25:25 +08:00