Add kolla-kubernetes multinode job & remove dead code

This PS adds a multinode test job and removes the tox code that was
just a no-op.

Change-Id: Ic3b411553af522d8800d2aaf131c7790c672bded
This commit is contained in:
Kevin Fox 2016-10-20 16:12:33 -07:00
parent 833a9a53d9
commit 83e3264d61
3 changed files with 9 additions and 2 deletions

View File

@ -15,7 +15,6 @@
- shell: |
#!/bin/bash -xe
tools/setup_gate.sh {action} {distro} {type} {config} {node} shell
tox -e {action}-{distro}-{type}
publishers:
- devstack-logs
@ -38,7 +37,6 @@
- shell: |
#!/bin/bash -xe
tools/setup_gate.sh deploy centos binary {config} {node} ansible
tox -e deploy-centos-binary
publishers:
- devstack-logs

View File

@ -6105,6 +6105,14 @@
- pypi-jobs
- openstack-publish-jobs
- openstack-releasenotes-jobs
- '{pipeline}-kolla-kubernetes-{action}-{distro}-{type}-{config}{job-suffix}':
action: deploy
config: ceph-multi
distro: centos
node: 'centos-7-2-node'
pipeline: gate
type: binary
job-suffix: '-nv'
- '{pipeline}-kolla-kubernetes-{action}-{distro}-{type}-{config}{job-suffix}':
action: deploy
config:

View File

@ -10628,6 +10628,7 @@ projects:
- name: publish-to-pypi
- name: release-notes-jobs
experimental:
- gate-kolla-kubernetes-deploy-centos-binary-ceph-multi-nv
- gate-kolla-kubernetes-deploy-centos-binary-ceph-nv
- gate-kolla-kubernetes-deploy-centos-binary-iscsi-nv
- gate-kolla-kubernetes-deploy-ubuntu-binary-ceph-nv