Commit Graph

9 Commits

Author SHA1 Message Date
Monty Taylor 355f7090a6 Remove zuul v2 and jjb content
It's migrated, it can be removed now.

Depends-On: I6a89752d74ed7424267c3af3937ad01fb4bb8f86
Change-Id: Id67d0149b645bd23e460cef65719541f76f0967b
2017-10-24 08:50:05 +02:00
zhiyuan_cai 73cff3d795 Add networking-sfc to PROJECTS for Tricircle
Driver for networking-sfc has been added to Tricircle, need to
add networking-sfc to PROJECTS variable to allow DevStack to
clone networking-sfc so Tricircle's dsvm test can proceed.

Change-Id: I7c18aee7074b83ff3ab5aaf3509647893e395ec7
2017-07-14 10:35:29 +08:00
Andreas Jaeger e369275eee Convert jobs to use local_conf
Convert some more job templates to use local_conf.

This handles files [s-z]* and converts all templates where a conversion
was directly possible.

Change-Id: Idf3143ea38709d69e8de01667bc129fe9cacdbca
2017-05-27 16:48:40 +02:00
joehuang b227680963 Use gate_hook but not pre_test_hook in Tricircle multiregion job
The multi-region job for Tricircle needs to update some
environment variables which will be used in the devstack based
test environment setup, it's impossible to set these variables
in pre_test_hook.sh without sourcing it, which leads to the job
failure. gate_hook is a better hook point to do this, many other
projects like Octvia, Magnum etc already used this hook point to
configure environment variables. It's better to use gate_hook
but not pre_test_hook in Tricircle multiregion job

Change-Id: I6763d7141895dfc3e94baed92b2c052a698049d1
Signed-off-by: joehuang <joehuang@huawei.com>
2017-03-08 06:14:41 -05:00
joehuang 88996feba3 Add Tricircle multi-region job
Tricircle is to provide networking automation across Neutron in
multi-region OpenStack deployments. Currently the function test
job in Tricircle can only work in single region, and most of
the multi-region test cases are not able to be executed.

It's time to add one non-voting multi-region gate/check test
job in Tricircle. The multi-region devstack-gate environment
will be configured in the pre_test_hook.sh in
another patch to Tricircle project
(https://review.openstack.org/#/c/438382/)

The Tricircle devstack plugin has already been updated to
support such a multi-region job.

Change-Id: Ie7c7a1475c104c78453e785f8729bc1025f530fc
Signed-off-by: joehuang <joehuang@huawei.com>
2017-02-28 04:19:30 -05:00
Andreas Jaeger 4a61bc67f5 Change job-suffix to suffix
We have now some rather long job-template names, shorten them with
replacing job-suffix with suffix.

Before this change we had 1500 usages of job-suffix and 700 of just
suffix. This change therefore unifies to one setting.

Note that this does not change any job names at all, they are unchanged,
it changes and shortens only the names of job-templates.

Change-Id: I514df039a848d9f6619bca3adc05dfb84a761fc9
2016-12-08 22:05:01 +01:00
joehuang b6fef8fa70 Update jobs in Tricircle project
Tricircle was accepted as one of OpenStack big-tent projects:
https://review.openstack.org/#/c/338796/.

Add jobs for function test on ubuntu-xenial(non-voting), and
documentation publish to docs.openstack.org. Function test on
ubuntu-xenial job is non-voting job at first.

Change-Id: I10edb1a2d2a3d3d7f143f82076a673de8bc685d0
Signed-off-by: joehuang <joehuang@huawei.com>
2016-11-28 19:49:33 -05:00
yinxiulin 48e39bec49 tricircle: Enable neutron in tricircle tempest
This patch will enables the neutron service for tempest,
and remove the line enable t-* service.

Change-Id: I30646f4ca3226ea4430f644c917e5d31d6966cc8
2016-09-20 15:03:06 +08:00
Chaoyi Huang d94ff3dc0d Add the Tricircle functional test job
The Tricircle provides an OpenStack API gateway and networking automation
to allow multiple OpenStack instances, spanning in one site or multiple
sites or in hybrid cloud, to be managed as a single OpenStack cloud.

As the OpenStack API gateway, the Tricircle should be able to accept
OpenStack API and forward it to regarding bottom OpenStack.

The Tricircle will be installed together with Nova/Cinder/Neutron in
the DevStack, and reuse the tempest use cases to test the Tricircle and
bottom OpenStack which are managed by the Tricircle.

This patch is to add the functional test job in the project-config.
The hook scripts which will be used in the functional test job are
merged in the patch: https://review.openstack.org/#/c/329300/

Change-Id: Ic485432739f9e61242623c0f7b457a80023fe627
Signed-off-by: Chaoyi Huang <joehuang@huawei.com>
2016-06-28 13:58:12 +08:00