Merge "Kolla Kubernetes Ansible test"
This commit is contained in:
commit
3b3d4d938a
@ -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
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user