project-config/jenkins/jobs/packstack.yaml
Paul Belanger 94419753c4 Migrate packstack to centos-7 dib
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>
2016-04-08 10:42:39 -04:00

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