gerrit-plugin-jobs: Use ubuntu-trusty

Convert {plugin-name}-gerrit-plugin-{plugin-branch} from bare-trusty
usage to ubuntu-trusty.

Change-Id: I6b8e5315edbe98f177db68a075407b59556b96f1
This commit is contained in:
Andreas Jaeger
2016-03-09 21:12:58 +01:00
committed by Andreas Jaeger
parent 1707eaa13a
commit 13c958d7f2

View File

@@ -1,6 +1,6 @@
- job-template:
name: '{plugin-name}-gerrit-plugin-{plugin-branch}'
node: '{node}'
node: ubuntu-trusty
wrappers:
- build-timeout:
@@ -8,6 +8,7 @@
- timestamps
builders:
- install-distro-packages
- revoke-sudo
- install-buck
- shell: |