Commit Graph

22 Commits

Author SHA1 Message Date
Stephen Finucane 66c6929fc8 Bump CI jobs to Python 3.11
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Change-Id: I10c1ae5173f2156211a8c7e03c79d4769be605cf
2023-12-14 12:59:19 +00:00
Dr. Jens Harbott 624cb97222 Fix zuul jobs
Some clients dropped support for py37, run the tips job with py38
instead.

Drop lower-constraints jobs and use the latest version of the
openstack-python3-jobs template.

Fix pep8 errors that have crept in.

Disable shade jobs until they can get fixed.

Change-Id: I99871f28cd8a66adf5610104ca142c2871e99b0d
2022-05-24 15:34:10 +02:00
Monty Taylor cee637ad9c Stop testing python2.7
Train was the last release supporting python2. Let's rip the bandaid off.

Change-Id: If1fe0e7d8897e56ca485157dcb75bea7b1d77e47
2019-10-04 14:39:19 +02:00
Corey Bryant 2a0a6a079a 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: Id917c1d2035ff4d7792203d1287b68ea7f7891cd
Story: #2005924
Task: #34233
2019-07-05 14:35:39 -04:00
OpenDev Sysadmins 3908031791 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:30:03 +00:00
Andreas Jaeger ac5c313738 Use template for lower-constraints
Small cleanups:

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

Change-Id: Ibafdc46bff0bb37c709e7ccc8bdf205447eebeef
Needed-By: https://review.openstack.org/623229
2018-12-20 21:13:03 +01:00
Charles Short c4066599e4 Change python3.5 job to python3.7 job on Stein+
python3.5 was the only supported python3 version on Xenial, now that we have
Bionic Beaver nodes that support python3.7, lets switch to testing with
python3.7 in addition with python3.6 in Stein and beyond.
See ML discussion here [1] for context. [

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

Change-Id: Ibafa5cc1be81a897a11f01c3df26c644852a45c9
Signed-off-by: Charles Short <chucks@redhat.com>
2018-10-12 14:44:08 +00:00
Vieri 81703e6dbf add lib-forward-testing-python3 test job
This is a mechanically generated patch to add a functional test job
running under Python 3 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: I65243a7b07f85f35e57f0436783982c73f1bbc6c
Story: #2002586
Task: #24321
2018-08-21 16:23:57 +00:00
Vieri 0cacb0c60a 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: I879e15d1f493eb0dd9f6762aa1a8b4d7c0297465
Story: #2002586
Task: #24321
2018-08-21 16:23:55 +00:00
Vieri 1b4bbb3475 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: Id87edb57d8a67b29c636b1383b92832f95079a36
Story: #2002586
Task: #24321
2018-08-21 16:23:50 +00:00
Vieri cca09789cb 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: I486e6f8c69aece65ba9b0272004b88ea30c343cb
Story: #2002586
Task: #24321
2018-08-21 16:23:35 +00:00
Doug Hellmann c2cb2fde44 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: Ida3de5ec81c44ac73c1fe4e719a4acbcf69c660e
Depends-On: https://review.openstack.org/555034
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-04-09 11:01:41 -04:00
Zuul d6ef81487c Merge "Add osc tips jobs back" 2018-04-09 09:16:30 +00:00
Monty Taylor c2e14a3052
Rename python-openstacksdk to openstacksdk
Change-Id: I1f024255f9069d67c9b6de97023019bd12f6eb54
2018-03-23 09:45:12 -05:00
Monty Taylor c842c06d8c
Add os-client-config tips jobs
Make a job that tests os-client-config against tips of openstacksdk and
keystoneauth. This way we can also add it to openstacksdk as we work on
turning occ into a thin shim.

Change-Id: Ie5a6b780f87eb9d10eaf5b99770c43ab140780ae
2018-03-03 08:36:39 -06:00
Monty Taylor cdae7205f4 Add osc tips jobs back
Once they work and are voting in OSC, we can make them voting here
again.

Change-Id: Ib2f4389b5555195529e74caf3b1c9c1345269efd
Depends-On: I6cc4421e4b55df84f494ab9bb18092dcc111baeb
2018-02-02 11:07:40 +00:00
James E. Blair 53f8180206 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: I0593533e6b1c3dedd9a8c6180af2d2b30942f4ce
2018-01-29 04:49:41 -08:00
Monty Taylor 1cb33d4bc9
Remove osc devstack tips jobs
They dont' work, and we need this patch to land to land the patch to
make them work.

Change-Id: I14584aebdfbecc9b7fea071048f07cc9b804f597
2017-12-08 09:29:27 -06:00
Zuul e193a0ee06 Merge "Add shade-functional-tips jobs" 2017-11-14 14:43:39 +00:00
Monty Taylor fad7d783b2
Add shade-functional-tips jobs
shade provides a project-template to run its functional tests against
tips of key libraries, such as os-client-config and keystoneauth.

Add these to os-client-config so we can ensure we don't break anything.

Change-Id: I9619fc09ca7c0f6fd3021d3b5194131ad172ad16
Depends-On: I544fdf515f8df38d73cee64a6de799ab384a326e
2017-10-26 06:28:50 +13:00
Dean Troyer 8b22d88ad6 Consume the osc-functional-devstack-tips job
Depends-on: Ia8c08be81605da885b9eee799fc58129305dfc41
Change-Id: Id331adbc5862b651f2754b3cb53f2bccee1be46c
2017-10-25 08:47:32 -05:00
Monty Taylor 9c243d4006 Add shade-tox-tips jobs
Breaking shade with changes to os-client-config is bad. Add shade's
unittest jobs that are configured to work against os-client-config
master.

Also move the legacy osc dsvm job here so we can remove it from
project-config.

Change-Id: Ie3e9a4deca1d74b94e810e87e130706fe15fe2c9
Depends-On: I5b411be5c5aa43535fa89a51d6099aadd7a8ea60
2017-10-21 19:04:18 +00:00