d9b972044a
Also remove the ansible-workflow job as we are headed another direction and that job is just burning up gate resources. Change-Id: I13bb92ea06eb13f226cc63fae833015cda9f934e
22 lines
501 B
YAML
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
|