project-config/jenkins/jobs/kolla-kubernetes.yaml
Kevin Fox 83e3264d61 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
2016-10-20 16:12:33 -07:00

44 lines
993 B
YAML

- job-template:
name: '{pipeline}-kolla-kubernetes-{action}-{distro}-{type}-{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 {action} {distro} {type} {config} {node} shell
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
publishers:
- devstack-logs
- console-log