project-config/jenkins/jobs/rst2bash.yaml
Andreas Jaeger 0af15e8d9d Remove useless quotes for nodes
A few projects used excess '' for node declarations, remove them.

We had 17 'ubuntu-trusty' and 285 ubuntu-trusty,
and 25 'ubuntu-xenial' and 744 ubuntu-xenial.

This changes all node names for consistency, thus making search easier.

Change-Id: I0cf565d1e31ea246f3b9d93bbd8de9980df4c684
2017-04-28 19:43:00 +02:00

14 lines
298 B
YAML

- job-template:
name: 'gate-labs-ig-cluster-{hypervisor}-{distro}{suffix}'
node: ubuntu-xenial
builders:
- zuul-git-prep
- install-distro-packages
- shell:
#!/bin/bash -xe
./tools/cluster {hypervisor} {distro}
publishers:
- console-log