Convert gerrit jobs to ubuntu-trusty
Convert jobs in gerrit.yaml from bare-trusty to ubuntu-trusty. Change-Id: I5790d23e150bbe5835a172849895f87841609a25
This commit is contained in:
parent
8c47f2e79f
commit
860e5d9534
@ -1,6 +1,6 @@
|
||||
- job:
|
||||
name: gate-gerrit-buck
|
||||
node: bare-trusty
|
||||
node: ubuntu-trusty
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
@ -8,6 +8,7 @@
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- install-distro-packages
|
||||
- revoke-sudo
|
||||
- install-buck
|
||||
- shell: |
|
||||
@ -33,7 +34,7 @@
|
||||
|
||||
- job:
|
||||
name: gerrit-package-buck
|
||||
node: bare-trusty
|
||||
node: ubuntu-trusty
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
@ -41,6 +42,7 @@
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- install-distro-packages
|
||||
- revoke-sudo
|
||||
- install-buck
|
||||
- shell: |
|
||||
|
Loading…
Reference in New Issue
Block a user