2e65058098
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
17 lines
336 B
YAML
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
|