project-config/jenkins/jobs/packstack.yaml
David Moreau Simard b034ae203a Add Packstack integration test gate jobs
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
2016-01-29 13:29:33 -05:00

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