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>
This commit is contained in:
parent
e004659c47
commit
b6fef8fa70
@ -14743,15 +14743,22 @@
|
||||
- project:
|
||||
name: tricircle
|
||||
tarball-site: tarballs.openstack.org
|
||||
doc-publisher-site: docs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
- '{pipeline}-tricircle-dsvm-functional{job-suffix}':
|
||||
- openstack-publish-jobs
|
||||
- '{pipeline}-tricircle-dsvm-functional-{node}{job-suffix}':
|
||||
pipeline: gate
|
||||
node: ubuntu-trusty
|
||||
job-suffix: ''
|
||||
branch-override: default
|
||||
- '{pipeline}-tricircle-dsvm-functional-{node}{job-suffix}':
|
||||
pipeline: gate
|
||||
node: ubuntu-xenial
|
||||
job-suffix: '-nv'
|
||||
branch-override: default
|
||||
|
||||
- project:
|
||||
name: trio2o
|
||||
|
@ -1,5 +1,5 @@
|
||||
- job-template:
|
||||
name: '{pipeline}-tricircle-dsvm-functional{job-suffix}'
|
||||
name: '{pipeline}-tricircle-dsvm-functional-{node}{job-suffix}'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
|
@ -17482,10 +17482,12 @@ projects:
|
||||
- name: python-jobs
|
||||
- name: check-requirements
|
||||
- name: publish-to-pypi
|
||||
- name: openstack-server-publish-jobs
|
||||
check:
|
||||
- gate-tricircle-dsvm-functional
|
||||
- gate-tricircle-dsvm-functional-ubuntu-trusty
|
||||
- gate-tricircle-dsvm-functional-ubuntu-xenial-nv
|
||||
gate:
|
||||
- gate-tricircle-dsvm-functional
|
||||
- gate-tricircle-dsvm-functional-ubuntu-trusty
|
||||
|
||||
- name: openstack/trio2o
|
||||
template:
|
||||
|
Loading…
Reference in New Issue
Block a user