Convert storlets, trove, zuul jobs to ubuntu-trusty
Use ubuntu-trusty instead of bare-trusty. Change-Id: I670641b676231233f1dd583ea36421f8ffef8f8e
This commit is contained in:
parent
eefbda91bd
commit
edf30c9694
@ -1,9 +1,11 @@
|
||||
- job:
|
||||
name: 'gate-storlets-functional'
|
||||
node: bare-trusty
|
||||
node: ubuntu-trusty
|
||||
|
||||
builders:
|
||||
- gerrit-git-prep
|
||||
- install-distro-packages
|
||||
- revoke-sudo
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
tests/setup_functional_test.sh
|
||||
|
@ -1,11 +1,13 @@
|
||||
- job-template:
|
||||
name: 'gate-trove-buildimage-{datastore}'
|
||||
node: bare-trusty
|
||||
node: ubuntu-trusty
|
||||
|
||||
builders:
|
||||
- link-logs
|
||||
- net-info
|
||||
- gerrit-git-prep
|
||||
- install-distro-packages
|
||||
- revoke-sudo
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
sudo mkdir -p /opt/trove-image-build
|
||||
|
@ -1,10 +1,11 @@
|
||||
- job:
|
||||
name: 'dev-zuul-coverage'
|
||||
node: bare-trusty
|
||||
node: ubuntu-trusty
|
||||
|
||||
builders:
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- install-distro-packages
|
||||
- revoke-sudo
|
||||
- coverage:
|
||||
env: cover
|
||||
|
||||
@ -14,6 +15,7 @@
|
||||
|
||||
- job:
|
||||
name: 'periodic-test'
|
||||
node: ubuntu-trusty
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
@ -21,6 +23,8 @@
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- gerrit-git-prep
|
||||
- install-distro-packages
|
||||
- revoke-sudo
|
||||
- branch-git-prep:
|
||||
branch: master
|
||||
@ -29,5 +33,3 @@
|
||||
publishers:
|
||||
- test-results
|
||||
- console-log
|
||||
|
||||
node: bare-trusty
|
||||
|
Loading…
Reference in New Issue
Block a user