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