project-config/jenkins/jobs/openstack-ansible-jobs.yaml

21 lines
452 B
YAML

- job-template:
name: 'gate-{name}-openstack-ansible-{scenario}-{node}{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