Convert sahara to ubuntu-trusty
Use ubuntu-trusty instead of bare-trusty for sahara tests. These jobs do not run database commands, so database is not setup. Change-Id: Iba7bb54a5c628e4b996a9ff1a3913cc5dc7d543a
This commit is contained in:
parent
db1ca41fdc
commit
b284d069e7
@ -63,7 +63,7 @@
|
||||
|
||||
- job-template:
|
||||
name: 'gate-sahara-buildimages-{plugin}'
|
||||
node: bare-trusty
|
||||
node: ubuntu-trusty
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
@ -73,6 +73,7 @@
|
||||
builders:
|
||||
- link-logs
|
||||
- net-info
|
||||
- install-distro-packages
|
||||
- gerrit-git-prep
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
@ -108,7 +109,7 @@
|
||||
|
||||
- job:
|
||||
name: 'gate-sahara-extra-artifacts'
|
||||
node: bare-trusty
|
||||
node: ubuntu-trusty
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
@ -119,6 +120,7 @@
|
||||
- link-logs
|
||||
- net-info
|
||||
- gerrit-git-prep
|
||||
- install-distro-packages
|
||||
- sahara-extra-build
|
||||
|
||||
publishers:
|
||||
|
Loading…
x
Reference in New Issue
Block a user