Convert storlets, trove, zuul jobs to ubuntu-trusty

Use ubuntu-trusty instead of bare-trusty.

Change-Id: I670641b676231233f1dd583ea36421f8ffef8f8e
This commit is contained in:
Andreas Jaeger 2016-03-05 09:34:54 +01:00
parent eefbda91bd
commit edf30c9694
3 changed files with 12 additions and 6 deletions

@ -1,9 +1,11 @@
- job: - job:
name: 'gate-storlets-functional' name: 'gate-storlets-functional'
node: bare-trusty node: ubuntu-trusty
builders: builders:
- gerrit-git-prep - gerrit-git-prep
- install-distro-packages
- revoke-sudo
- shell: | - shell: |
#!/bin/bash -xe #!/bin/bash -xe
tests/setup_functional_test.sh tests/setup_functional_test.sh

@ -1,11 +1,13 @@
- job-template: - job-template:
name: 'gate-trove-buildimage-{datastore}' name: 'gate-trove-buildimage-{datastore}'
node: bare-trusty node: ubuntu-trusty
builders: builders:
- link-logs - link-logs
- net-info - net-info
- gerrit-git-prep - gerrit-git-prep
- install-distro-packages
- revoke-sudo
- shell: | - shell: |
#!/bin/bash -xe #!/bin/bash -xe
sudo mkdir -p /opt/trove-image-build sudo mkdir -p /opt/trove-image-build

@ -1,10 +1,11 @@
- job: - job:
name: 'dev-zuul-coverage' name: 'dev-zuul-coverage'
node: bare-trusty node: ubuntu-trusty
builders: builders:
- revoke-sudo
- gerrit-git-prep - gerrit-git-prep
- install-distro-packages
- revoke-sudo
- coverage: - coverage:
env: cover env: cover
@ -14,6 +15,7 @@
- job: - job:
name: 'periodic-test' name: 'periodic-test'
node: ubuntu-trusty
wrappers: wrappers:
- build-timeout: - build-timeout:
@ -21,6 +23,8 @@
- timestamps - timestamps
builders: builders:
- gerrit-git-prep
- install-distro-packages
- revoke-sudo - revoke-sudo
- branch-git-prep: - branch-git-prep:
branch: master branch: master
@ -29,5 +33,3 @@
publishers: publishers:
- test-results - test-results
- console-log - console-log
node: bare-trusty