Kolla Kubernetes Ansible test
This adds a target to start testing the Kolla Kubernetes Ansible based workflow. Change-Id: Ic7c823de8a26b61f8ca1f5e08c794e333137bceb
This commit is contained in:
parent
1a6a4ad5c5
commit
dc53310ea5
@ -14,9 +14,32 @@
|
|||||||
- install-distro-packages
|
- install-distro-packages
|
||||||
- shell: |
|
- shell: |
|
||||||
#!/bin/bash -xe
|
#!/bin/bash -xe
|
||||||
tools/setup_gate.sh {action} {distro} {type} {config} {node}
|
tools/setup_gate.sh {action} {distro} {type} {config} {node} shell
|
||||||
tox -e {action}-{distro}-{type}
|
tox -e {action}-{distro}-{type}
|
||||||
|
|
||||||
publishers:
|
publishers:
|
||||||
- devstack-logs
|
- devstack-logs
|
||||||
- console-log
|
- console-log
|
||||||
|
|
||||||
|
- job-template:
|
||||||
|
name: '{pipeline}-kolla-kubernetes-ansible-workflow-{config}{job-suffix}'
|
||||||
|
node: '{node}'
|
||||||
|
|
||||||
|
wrappers:
|
||||||
|
- build-timeout:
|
||||||
|
timeout: 60
|
||||||
|
- timestamps
|
||||||
|
|
||||||
|
builders:
|
||||||
|
- link-logs
|
||||||
|
- net-info
|
||||||
|
- zuul-git-prep-upper-constraints
|
||||||
|
- install-distro-packages
|
||||||
|
- shell: |
|
||||||
|
#!/bin/bash -xe
|
||||||
|
tools/setup_gate.sh deploy centos binary {config} {node} ansible
|
||||||
|
tox -e deploy-centos-binary
|
||||||
|
|
||||||
|
publishers:
|
||||||
|
- devstack-logs
|
||||||
|
- console-log
|
||||||
|
@ -6141,6 +6141,11 @@
|
|||||||
pipeline: gate
|
pipeline: gate
|
||||||
type: binary
|
type: binary
|
||||||
job-suffix: '-nv'
|
job-suffix: '-nv'
|
||||||
|
- '{pipeline}-kolla-kubernetes-ansible-workflow-{config}{job-suffix}':
|
||||||
|
config: ceph
|
||||||
|
node: 'centos-7'
|
||||||
|
pipeline: gate
|
||||||
|
job-suffix: '-nv'
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: kosmos
|
name: kosmos
|
||||||
|
@ -10460,6 +10460,7 @@ projects:
|
|||||||
- gate-kolla-kubernetes-deploy-centos-binary-iscsi-nv
|
- gate-kolla-kubernetes-deploy-centos-binary-iscsi-nv
|
||||||
- gate-kolla-kubernetes-deploy-ubuntu-binary-ceph-nv
|
- gate-kolla-kubernetes-deploy-ubuntu-binary-ceph-nv
|
||||||
- gate-kolla-kubernetes-deploy-ubuntu-binary-iscsi-nv
|
- gate-kolla-kubernetes-deploy-ubuntu-binary-iscsi-nv
|
||||||
|
- gate-kolla-kubernetes-ansible-workflow-ceph-nv
|
||||||
|
|
||||||
- name: openstack/kosmos
|
- name: openstack/kosmos
|
||||||
template:
|
template:
|
||||||
|
Loading…
Reference in New Issue
Block a user