project-config/jenkins/jobs/beaker-jobs.yaml
Clark Boylan 2e65058098 Run beaker-(localhost|nodepool) rake jobs on Xenial
These projects don't have any code yet. Just shift their testing ahead
to Xenial so the testing is ready when the code arrives.

Change-Id: I933389d08d15c40428f507f9cd268e74d2fb2403
2016-12-06 08:31:54 -08:00

17 lines
336 B
YAML

- job-template:
name: 'gate-{name}-rake'
node: ubuntu-xenial
builders:
- print-template-name:
template-name: "{template-name}"
- gerrit-git-prep
- install-distro-packages
- revoke-sudo
- bundle-install
- exec-rake
publishers:
- coverage-log-ruby
- console-log