project-config/jenkins/jobs/packstack.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