project-config/jenkins/jobs/kolla-kubernetes.yaml
Steven Dake d9b972044a Promote some kolla-kubernetes jobs to check jobs
Also remove the ansible-workflow job as we are headed another
direction and that job is just burning up gate resources.

Change-Id: I13bb92ea06eb13f226cc63fae833015cda9f934e
2016-12-03 09:33:13 -07:00

22 lines
501 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