079bc8bf5a
Kolla jobs had both gerrit-git-prep and zuul-git-prep-upper-constraints. Only one of these is needed, remove the unneeded gerrit-git-prep. Change-Id: I1235a52e04be148f70f8ea06da13c903a177ee38
25 lines
558 B
YAML
25 lines
558 B
YAML
- job-template:
|
|
name: '{pipeline}-kolla-ansible-dsvm-{action}-{distro}-{type}-{node}{suffix}'
|
|
node: '{node}'
|
|
|
|
wrappers:
|
|
- build-timeout:
|
|
timeout: 90
|
|
- timestamps
|
|
|
|
builders:
|
|
- link-logs
|
|
- net-info
|
|
- zuul-git-prep-upper-constraints
|
|
- install-distro-packages
|
|
- shell: |
|
|
#!/bin/bash -xe
|
|
export ACTION={action}
|
|
export BASE_DISTRO={distro}
|
|
export INSTALL_TYPE={type}
|
|
tools/setup_gate.sh
|
|
|
|
publishers:
|
|
- devstack-logs
|
|
- console-log
|