b034ae203a
This is a first implementation of the Packstack integration test gate jobs. There will be surely be a need to iterate and do modifications and as such they are introduced as non-voting. Change-Id: I60cc7c5767c718914ff32ec4aa733e3f3117b462
24 lines
518 B
YAML
24 lines
518 B
YAML
- job-template:
|
|
name: 'gate-packstack-integration-{scenario}-tempest-dsvm-{ostype}'
|
|
node: 'devstack-{ostype}'
|
|
|
|
builders:
|
|
- print-template-name:
|
|
template-name: "{template-name}"
|
|
- link-logs
|
|
- puppet-prepare-node
|
|
- gerrit-git-prep
|
|
- shell: |
|
|
#!/bin/bash -xe
|
|
export SCENARIO={scenario}
|
|
./run_tests.sh
|
|
|
|
wrappers:
|
|
- build-timeout:
|
|
timeout: 60
|
|
- timestamps
|
|
|
|
publishers:
|
|
- devstack-logs
|
|
- console-log
|