Merge "Kolla Kubernetes Ansible test"

This commit is contained in:
Jenkins 2016-10-04 09:32:37 +00:00 committed by Gerrit Code Review
commit 3b3d4d938a
3 changed files with 30 additions and 1 deletions

View File

@ -14,9 +14,32 @@
- install-distro-packages
- shell: |
#!/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}
publishers:
- devstack-logs
- 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

View File

@ -6166,6 +6166,11 @@
pipeline: gate
type: binary
job-suffix: '-nv'
- '{pipeline}-kolla-kubernetes-ansible-workflow-{config}{job-suffix}':
config: ceph
node: 'centos-7'
pipeline: gate
job-suffix: '-nv'
- project:
name: kosmos

View File

@ -10498,6 +10498,7 @@ projects:
- gate-kolla-kubernetes-deploy-centos-binary-iscsi-nv
- gate-kolla-kubernetes-deploy-ubuntu-binary-ceph-nv
- gate-kolla-kubernetes-deploy-ubuntu-binary-iscsi-nv
- gate-kolla-kubernetes-ansible-workflow-ceph-nv
- name: openstack/kosmos
template: