gate-storyboard-js-integration: Use ubuntu-trusty

Change job to run on ubuntu-trusty instead of bare-trusty.

Change-Id: I3f286175b0619a723de47a1529367bb1f05ff4a4
This commit is contained in:
Andreas Jaeger
2016-03-09 20:23:41 +01:00
parent 8c47f2e79f
commit a6bb8d90d7

View File

@@ -20,16 +20,19 @@
- job: - job:
name: gate-storyboard-js-integration name: gate-storyboard-js-integration
node: ubuntu-trusty
wrappers: wrappers:
- build-timeout: - build-timeout:
timeout: 40 timeout: 40
- timestamps - timestamps
builders: builders:
- gerrit-git-prep
- install-distro-packages
- npm-install - npm-install
- xvfb-install - xvfb-install
- chrome-install - chrome-install
- gerrit-git-prep
- shell: | - shell: |
#!/bin/bash -xe #!/bin/bash -xe
/usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git git://git.openstack.org openstack-infra/storyboard openstack-infra/storyboard-webclient /usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git git://git.openstack.org openstack-infra/storyboard openstack-infra/storyboard-webclient
@@ -60,4 +63,3 @@
source: 'reports/**' source: 'reports/**'
keep-hierarchy: true keep-hierarchy: true
copy-after-failure: true copy-after-failure: true
node: bare-trusty