project-config/jenkins/jobs/openstack-ansible-jobs.yaml
Andreas Jaeger 4a61bc67f5 Change job-suffix to suffix
We have now some rather long job-template names, shorten them with
replacing job-suffix with suffix.

Before this change we had 1500 usages of job-suffix and 700 of just
suffix. This change therefore unifies to one setting.

Note that this does not change any job names at all, they are unchanged,
it changes and shortens only the names of job-templates.

Change-Id: I514df039a848d9f6619bca3adc05dfb84a761fc9
2016-12-08 22:05:01 +01:00

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