Adding linter and check to openstack-helm-addons repo
This patch set enables the basic linter and functionality check for openstack-helm-addons repository. Change-Id: I894f99087058fe5f4830cd57aaa34a60e2bde5c6
This commit is contained in:
parent
abe4ed65ab
commit
a5113a9a5f
@ -1,5 +1,5 @@
|
|||||||
- job-template:
|
- job-template:
|
||||||
name: 'gate-openstack-helm-{integration}-{type}-{node}{suffix}'
|
name: 'gate-openstack-helm{sub}-{integration}-{type}-{node}{suffix}'
|
||||||
node: '{node}'
|
node: '{node}'
|
||||||
|
|
||||||
wrappers:
|
wrappers:
|
||||||
|
@ -9577,30 +9577,50 @@
|
|||||||
name: openstack-helm
|
name: openstack-helm
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- gate-openstack-helm-{integration}-{type}-{node}{suffix}:
|
- gate-openstack-helm{sub}-{integration}-{type}-{node}{suffix}:
|
||||||
integration: nocluster
|
integration: nocluster
|
||||||
type: linter
|
type: linter
|
||||||
node: ubuntu-xenial
|
node: ubuntu-xenial
|
||||||
|
sub: ''
|
||||||
suffix: ''
|
suffix: ''
|
||||||
- gate-openstack-helm-{integration}-{type}-{node}{suffix}:
|
- gate-openstack-helm{sub}-{integration}-{type}-{node}{suffix}:
|
||||||
integration: aio
|
integration: aio
|
||||||
type: basic
|
type: basic
|
||||||
node:
|
node:
|
||||||
- ubuntu-xenial
|
- ubuntu-xenial
|
||||||
- centos-7
|
- centos-7
|
||||||
- fedora-25
|
- fedora-25
|
||||||
|
sub: ''
|
||||||
suffix: '-nv'
|
suffix: '-nv'
|
||||||
- gate-openstack-helm-{integration}-{type}-{node}{suffix}:
|
- gate-openstack-helm{sub}-{integration}-{type}-{node}{suffix}:
|
||||||
integration: multi
|
integration: multi
|
||||||
type: basic
|
type: basic
|
||||||
node:
|
node:
|
||||||
- ubuntu-xenial-2-node
|
- ubuntu-xenial-2-node
|
||||||
- ubuntu-xenial-3-node
|
- ubuntu-xenial-3-node
|
||||||
|
sub: ''
|
||||||
suffix: '-nv'
|
suffix: '-nv'
|
||||||
- gate-{name}-docs-{node}:
|
- gate-{name}-docs-{node}:
|
||||||
node: ubuntu-xenial
|
node: ubuntu-xenial
|
||||||
- hook-{name}-rtfd
|
- hook-{name}-rtfd
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: openstack-helm-addons
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- gate-openstack-helm{sub}-{integration}-{type}-{node}{suffix}:
|
||||||
|
integration: nocluster
|
||||||
|
type: linter
|
||||||
|
node: ubuntu-xenial
|
||||||
|
sub: '-addons'
|
||||||
|
suffix: ''
|
||||||
|
- gate-openstack-helm{sub}-{integration}-{type}-{node}{suffix}:
|
||||||
|
integration: multi
|
||||||
|
type: basic
|
||||||
|
node: ubuntu-xenial-3-node
|
||||||
|
sub: '-addons'
|
||||||
|
suffix: '-nv'
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: openstack-manuals
|
name: openstack-manuals
|
||||||
|
|
||||||
|
@ -14364,7 +14364,11 @@ projects:
|
|||||||
- name: openstack/openstack-helm-addons
|
- name: openstack/openstack-helm-addons
|
||||||
template:
|
template:
|
||||||
- name: merge-check
|
- name: merge-check
|
||||||
- name: noop-jobs
|
check:
|
||||||
|
- gate-openstack-helm-addons-nocluster-linter-ubuntu-xenial
|
||||||
|
- gate-openstack-helm-addons-multi-basic-ubuntu-xenial-3-node-nv
|
||||||
|
gate:
|
||||||
|
- gate-openstack-helm-addons-nocluster-linter-ubuntu-xenial
|
||||||
|
|
||||||
- name: openstack/openstack-manuals
|
- name: openstack/openstack-manuals
|
||||||
template:
|
template:
|
||||||
|
Loading…
Reference in New Issue
Block a user