gate-{name}-npm-run-{command}: Use ubuntu-trusty

Convert job from bare-trusty to ubuntu-trusty.

Change-Id: Id53a61c1a50db730d9a050f41c47c992fa9f4e78
This commit is contained in:
Andreas Jaeger 2016-03-09 21:19:37 +01:00
parent 1707eaa13a
commit 533e5451e0

View File

@ -6,6 +6,7 @@
# gerrit).
- job-template:
name: 'gate-{name}-npm-run-{command}'
node: ubuntu-trusty
wrappers:
- build-timeout:
@ -15,13 +16,14 @@
builders:
- print-template-name:
template-name: "{template-name}"
- gerrit-git-prep
- install-distro-packages
- npm-install
- xvfb-install
- chrome-install
- firefox-install
- revoke-sudo
- xvfb-start
- gerrit-git-prep
- npm-run:
command: '{command}'
- assert-no-extra-files
@ -35,7 +37,6 @@
source: 'reports/**'
keep-hierarchy: true
copy-after-failure: true
node: '{node}'
# Builds and uploads a tarball using NPM.
- job-template: