Merge "Add basic integration AIO gate to OpenStack-Helm"
This commit is contained in:
commit
f46dc68c61
@ -1,5 +1,5 @@
|
|||||||
- job-template:
|
- job-template:
|
||||||
name: 'gate-openstack-helm-{node}{suffix}'
|
name: 'gate-openstack-helm-{integration}-{type}-{node}{suffix}'
|
||||||
node: '{node}'
|
node: '{node}'
|
||||||
|
|
||||||
wrappers:
|
wrappers:
|
||||||
@ -16,6 +16,8 @@
|
|||||||
- install-distro-packages
|
- install-distro-packages
|
||||||
- shell: |
|
- shell: |
|
||||||
#!/bin/bash -xe
|
#!/bin/bash -xe
|
||||||
|
export INTEGRATION={integration}
|
||||||
|
export INTEGRATION_TYPE={type}
|
||||||
tools/gate/setup_gate.sh {node}
|
tools/gate/setup_gate.sh {node}
|
||||||
|
|
||||||
publishers:
|
publishers:
|
||||||
|
@ -9406,7 +9406,14 @@
|
|||||||
name: openstack-helm
|
name: openstack-helm
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- gate-openstack-helm-{node}{suffix}:
|
- gate-openstack-helm-{integration}-{type}-{node}{suffix}:
|
||||||
|
integration: nocluster
|
||||||
|
type: linter
|
||||||
|
node: ubuntu-xenial
|
||||||
|
suffix: '-nv'
|
||||||
|
- gate-openstack-helm-{integration}-{type}-{node}{suffix}:
|
||||||
|
integration: aio
|
||||||
|
type: basic
|
||||||
node: ubuntu-xenial
|
node: ubuntu-xenial
|
||||||
suffix: '-nv'
|
suffix: '-nv'
|
||||||
- gate-{name}-docs-{node}:
|
- gate-{name}-docs-{node}:
|
||||||
|
@ -14258,7 +14258,8 @@ projects:
|
|||||||
- name: merge-check
|
- name: merge-check
|
||||||
check:
|
check:
|
||||||
- gate-openstack-helm-docs-ubuntu-xenial
|
- gate-openstack-helm-docs-ubuntu-xenial
|
||||||
- gate-openstack-helm-ubuntu-xenial-nv
|
- gate-openstack-helm-nocluster-linter-ubuntu-xenial-nv
|
||||||
|
- gate-openstack-helm-aio-basic-ubuntu-xenial-nv
|
||||||
gate:
|
gate:
|
||||||
- gate-openstack-helm-docs-ubuntu-xenial
|
- gate-openstack-helm-docs-ubuntu-xenial
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user