Commit Graph

13 Commits

Author SHA1 Message Date
OpenStack Release Bot 2bc6b97475 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: I5b7016b61132f1689b894a0c36724be55d306c61
2022-09-23 16:27:36 +00:00
Ghanshyam Mann bd95c59145 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: I094d6ff2c13847123ed31ddf1b93b7bfa4fe3b50
2022-08-09 12:54:26 +00:00
Takashi Kajinami d8a8f99d39 Remove support for unmaintained Glare
Currently tox jobs are broken because python-glareclient can't be
installed with the latest constraints.

The conflict is caused by:
    python-cinderclient 8.3.0 depends on PrettyTable>=0.7.2
    python-glanceclient 3.6.0 depends on PrettyTable>=0.7.1
    python-glareclient 0.5.3 depends on PrettyTable<0.8 and >=0.7.1
    ...
    The user requested (constraint) prettytable===2.5.0

The Glare project has been unmaintained for a while[1]. It does not
support any of the current tested runtime and is considered to be
incompatible with recent OpenStack releases.

Because of these points, this change removes dependency on Glare.
Deprecation step is skipped to unblock CI jobs.

Also, this change removes the broken lower constraints job. It was
removed from Mistral a while ago[2] from the Mistral repo.

[1] https://opendev.org/x/glare
[2] https://review.opendev.org/c/openstack/mistral/+/770525

Change-Id: Ib6c138e3ce72ce775e29db80a076b9ade37ddaa0
2022-03-16 15:05:10 +00:00
Eyal bb2af2e2be Move openstack actions to mistral-extra
Implements: blueprint mistral-actions-api-separate-openstack-actions
Change-Id: Iaf1cca7a29df35409fea641fdb60191afb509b5a
2020-01-29 12:27:13 +02:00
Eyal 57afe0a3f4 Fix requirements, tox , zuul
Change-Id: Ie32028c901831185d9694db8b9fd35829759a1ac
2020-01-16 11:54:46 +02:00
Ghanshyam Mann 1a99070183 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

mistral-extra 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

Depends-On: https://review.opendev.org/#/c/693631/
Change-Id: I32edd618a65f5ef65be1c7894dd4f52c97f733c3
2019-11-16 17:01:53 +00:00
sunjia 7d21c6d829 Switch to Ussuri jobs
Change-Id: Ie9198cc50a51691b6d3c881f0a6dfc4837c21bfa
2019-10-22 13:48:14 +08:00
Corey Bryant 43b510a41e 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: I4416ad8c1dc7f7414981eb7e82c88d18fc2ff9a7
Story: #2005924
Task: #34222
2019-07-05 12:03:38 -04:00
Ghanshyam Mann 6193c0586d 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: I2833bc6d3d3962d448ad0619efc842911465bf8b
2019-04-14 23:35:48 +00:00
Nguyen Hai 97bd64bd19 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: I585f04fc7a1289d7029212e37be17f810bd9a2f2
Story: #2002586
Task: #24311
2018-08-18 14:56:55 +09:00
Nguyen Hai 82397f93e9 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: I9c61be38c6ef06c6172e2b8e07d2c4e21412cf55
Story: #2002586
Task: #24311
2018-08-18 14:56:02 +09:00
Andreas Jaeger b1f04293b8 Revert "Migrate mistral-extra to zuul v3"
These jobs belong to project-config, they should not be added here.

This reverts commit a552b3cd70.

Change-Id: I110315d3946ea8daafecd0fb7f5782e16d3125bf
2017-10-05 18:51:50 +00:00
Brad P. Crochet a552b3cd70 Migrate mistral-extra to zuul v3
Change-Id: Ia4b7740158cc1ce48e67387e617c31047cc4b240
2017-10-03 10:04:41 -04:00