94419753c4
This is part of our effort to migrate from devstack-centos7 to centos-7 dibs. Change-Id: I4a3b6379823e4b102af1c22814edf1fd50787cc3 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
25 lines
536 B
YAML
25 lines
536 B
YAML
- job-template:
|
|
name: 'gate-packstack-integration-{scenario}-tempest-{ostype}'
|
|
node: '{ostype}'
|
|
|
|
builders:
|
|
- print-template-name:
|
|
template-name: "{template-name}"
|
|
- link-logs
|
|
- gerrit-git-prep
|
|
- install-distro-packages
|
|
- puppet-prepare-node
|
|
- shell: |
|
|
#!/bin/bash -xe
|
|
export SCENARIO={scenario}
|
|
./run_tests.sh
|
|
|
|
wrappers:
|
|
- build-timeout:
|
|
timeout: 60
|
|
- timestamps
|
|
|
|
publishers:
|
|
- devstack-logs
|
|
- console-log
|