project-config/jenkins/jobs/kolla-kubernetes.yaml
Kevin Fox 1a6a4ad5c5 Kolla Kubernetes tests
Pass chosen options to the setup script so it can more easily
set things up. Add some different config options. Switch the
tests to only test binary variants for now.

Change-Id: Id01b047f0629636e998619bca608bb798c4c60a0
2016-10-01 14:55:41 -07:00

23 lines
537 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}
tox -e {action}-{distro}-{type}
publishers:
- devstack-logs
- console-log