Commit Graph

15 Commits

Author SHA1 Message Date
Kendall Nelson 353f75eca0 Retire Karbor
As announced on the openstack-discuss ML[1], Karbor is retiring
this cycle (Wallaby).

This commit retires this repository as per the process defined in
the project-guide[2].

Thank you to all the contributors of Karbor for your hard work!

[1] http://lists.openstack.org/pipermail/openstack-discuss/2020-November/018643.html
[2] https://docs.openstack.org/project-team-guide/repository.html#retiring-a-repository

Depends-On: https://review.opendev.org/c/openstack/project-config/+/767030
Change-Id: I972ffb299f93863c4e34b1f504b002095661e6af
2020-12-21 11:51:02 -08:00
wangyu 594f4eff8a Switch legacy Zuul jobs to native Zuul v3 jobs
Replace the 'karbor-dsvm-fullstack' legacy Zuul job with
the 'karbor-fullstack' native Zuul v3 job.

See
https://governance.openstack.org/tc/goals/selected/victoria/native-zuulv3-jobs.html
for more details.

Change-Id: I558c8e02011e98950354266254511bd113d5c5ec
2020-09-15 10:09:41 +00:00
Ghanshyam Mann 401c9bca56 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

Karbor 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: Id923a1e18a1ba2439eda11a88abab64a3b32cab1
2020-01-23 13:43:50 +00:00
pengyuesheng 813012d0da Switch to Ussuri jobs
Change-Id: I06c8b11ae18d6e50127c346d37be3b80bee290f1
2019-10-22 11:11:53 +08:00
Corey Bryant 799e5fe24d 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: Ia88c2460e015a5ad7b0631e5eece7d51de5788b5
Story: #2005924
Task: #34214
2019-09-08 14:30:06 +00:00
OpenDev Sysadmins b4155f7f87 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:31:25 +00:00
Andreas Jaeger af49617d42 Use templates for cover and lower-constraints
Use openstack-tox-cover template, this runs the cover job
in the check queue only.

Use openstack-lower-constraints-jobs template.

Remove jobs that are part of the templates.

Sort list of templates.

Change-Id: I96225b899fb83bd78efab3dbfe20e049c0b91096
2018-09-22 13:18:34 +02:00
Nguyen Hai 84833a37de 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: I2a7e357a8406932259a70891bc14db02c916c402
Story: #2002586
Task: #24303
2018-09-22 13:17:35 +02:00
Nguyen Hai 03b025351b 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: Ic6dbcd5fb7970c67928c561d0a50a5104c307865
Story: #2002586
Task: #24303
2018-08-22 15:08:11 +09:00
Nguyen Hai 658a949a20 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: Ic6fb1f925df766984bc37bc56323ed35e78bb737
Story: #2002586
Task: #24303
2018-08-22 15:07:46 +09:00
Doug Hellmann 40dd3ed7d3 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.

Remove the cap on eventlet so the requirements match the global list.

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

Change-Id: I3d381fc2c614d5c0a9ca5cb0322c24c60887724b
Depends-On: https://review.openstack.org/555034
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-04-20 16:26:33 -04:00
chenying 3dd5504546 Fix the fullstack error of Karbor
Change-Id: I4d46508f1d8bf648a4fceb0af52c52dad0e7e9f5
2018-04-11 15:09:06 +08:00
James E. Blair 1b4953feba 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: Ib4aa233c76512e8e0d3dc3dd519160114f9bfa25
2018-03-07 02:49:22 +00:00
James E. Blair b72463d5fa Zuul: add file extension to playbook path
Zuul now supports including the file extension on the playbook path
and omitting the extension is now deprecrated.  Update references
to include the extension.

Change-Id: Ie848ea1a1fa886bf3864fe6e76bd93df221297f2
2017-10-29 17:25:31 -07:00
Duong Ha-Quang fbcd140e67 Move legacy jobs to project
This patch implements first step in zuulv3 migration guide [1]:

Move jobs to karbor repo

[1] https://docs.openstack.org/infra/manual/zuulv3.html#legacy-job-migration-details

Change-Id: Idde74f35895dbf9a1fe39ccb07d893a6a935dd0f
2017-10-12 15:44:32 +07:00