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

This commit is contained in:
Jenkins 2016-03-09 21:04:54 +00:00 committed by Gerrit Code Review
commit ca577d462d

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: