project-config/jenkins/jobs/openstack-ansible-jobs.yaml
Jesse Pretorius fb4fdeef5a Pass scenario as a parameter for OSA
This patch implements a change to the OpenStack-Ansible
gate check to ensure that the scenario executed is passed
as a CLI parameter to the execution script.

Change-Id: I5441f8f9a9c02cc0a501a9b9f7c6cbe2604f4b65
2016-09-13 17:00:39 +01:00

21 lines
456 B
YAML

- job-template:
name: 'gate-{name}-openstack-ansible-{scenario}-{node}{job-suffix}'
node: '{node}'
wrappers:
- build-timeout:
timeout: 90
- timestamps
builders:
- print-template-name:
template-name: "{template-name}"
- gerrit-git-prep
- shell: |
#!/bin/bash -xe
sudo scripts/gate-check-commit.sh "{scenario}"
publishers:
- devstack-logs
- console-log