64bcc921b9
This will be handled in run_tests.sh instead for increased flexibility. Change-Id: I2b7394f02c01a9c51587ae513783f557f89b7883
20 lines
488 B
YAML
20 lines
488 B
YAML
- job-template:
|
|
name: 'gate-ara-integration-{ansible_version}-{ostype}'
|
|
node: '{ostype}'
|
|
builders:
|
|
- print-template-name:
|
|
template-name: "{template-name}"
|
|
- link-logs
|
|
- gerrit-git-prep
|
|
- install-distro-packages
|
|
- shell: |
|
|
#!/bin/bash -xe
|
|
./run_tests.sh ansible=={ansible_version}
|
|
wrappers:
|
|
- build-timeout:
|
|
timeout: 20
|
|
- timestamps
|
|
publishers:
|
|
- devstack-logs
|
|
- console-log
|