Commit Graph

11 Commits

Author SHA1 Message Date
Bernard Cafarelli 41f49bcf06
Clean unused job playbooks
Migration to neutron-tempest-plugin in
e760a49f67 left these around, remove them
as they are not used anymore.

This also drops a remaining job running with ryu from periodic list

Change-Id: I4d96a7379315273ecb33ebde31ee2b6d6b07da48
2020-07-10 16:45:00 +02:00
Bernard Cafarelli fd72823d20
Switch functional job to Zuulv3 syntax
This patch switches from legacy job to a Zuul v3 job inheriting from
neutron-functional job definition.

Also cleaning up relevant files for legacy job

Change-Id: I419c98d58637d57c3a2436630dd787b17f9027d5
2020-01-21 11:50:43 +01:00
Ryan Tidwell a32c6f8c23
Convert CI jobs to python 3
This change ensures all CI jobs run against neutron-dynamic-routing
run with python 3 and all test code is compatible with python 3.

Change-Id: I77f940dca9239d710bb146e8cdf1d6058f2fbdd4
2019-05-21 13:58:53 -05:00
OpenDev Sysadmins e794e34bf4 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:40:26 +00:00
Ian Wienand 73fa76d9f9 Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: Ia852b0748dcd099f88ee4521117fe0806018788d
2019-03-24 20:34:37 +00:00
Zuul c89901eef1 Merge "Remove setting of DEVSTACK_GATE_EXERCISES" 2019-01-15 13:42:01 +00:00
Ryan Tidwell 34655a8e6e
Migrate neutron-dynamic-routing from Ryu to os-ken
This change causes neutron-dynamic-routing to stop consuming Ryu
in favor of os-ken. os-ken becomes the reference implementation
for BGP services and neutron-dynamic-routing no longer has a
dependency on Ryu.

Partially-Implements: blueprint ryu-framework-maintenace-transition
Change-Id: I4a68440809cad5de2d6d191f7211d68b542672e5
2018-12-18 14:03:13 -06:00
Dirk Mueller 2a94485de2 Remove setting of DEVSTACK_GATE_EXERCISES
This defaults to 0 anyway, and is being removed as the devstack
excercises are being removed. see https://review.openstack.org/#/c/581377/

Change-Id: Iab5c54b2792d0f70031cf948d157c7d292a490ba
2018-07-17 10:44:59 +02:00
Jens Harbott 4808c72a39 Move 4byte_asn scenario test to basic dir
Since a separate job has not been created [0], move the scenario test
into the basic directory so that it will be executed there.

Set TEMPEST_CONCURRENCY=1 for the basic scenario job in order to avoid
resource collisions.

[0] https://review.openstack.org/529256

Change-Id: Idbf2739a585473fdf1d364ad1ee263ad359fd750
2018-03-26 07:12:45 +00:00
Hirofumi Ichihara 2937d63fcf Remove redundant gate config in scenario tests
Each scenario test's config has set BGP_SCHEDULER_DRIVER but
it's also defined in gate_hook.sh and it's applied to each scenario test.
It's redundant that we set such duplicated config to devstack config.
This patch removes the config from scenario tests.

TrivialFix

Change-Id: I4f7de61b389180d88cc983b07d027a4deb7a2978
2017-12-20 16:18:06 +09:00
Jens Harbott 75cbec9573 Migrate legacy jobs into neutron-dynamic-routing repo
This is step 1 of the migration process, see [0].

Since neutron has moved the tempest tests to a separate repo, we also
need to include that plugin now.

[0]
https://docs.openstack.org/infra/manual/zuulv3.html#moving-legacy-jobs-to-projects

Change-Id: I8d81fe6fb7e5e8f47fcac99120f54381219af2b9
2017-12-08 11:31:10 +00:00