fb4fdeef5a
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
21 lines
456 B
YAML
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
|