Migrate openstackid jobs to ubuntu-trusty
Now that opentackid if migrating to ubuntu-trusty, we should do the same for their gate jobs. Change-Id: Iaf19214f855d1461b11b06ec6b619f86b083e5eb Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
2e82d13cb1
commit
4214ef5f18
@ -1,10 +1,11 @@
|
||||
- job:
|
||||
name: gate-openstackid-unittests
|
||||
node: bare-precise
|
||||
node: ubuntu-trusty
|
||||
|
||||
builders:
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- install-distro-packages
|
||||
- revoke-sudo
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
/usr/local/jenkins/slave_scripts/php-laravel-build.sh
|
||||
@ -21,11 +22,12 @@
|
||||
|
||||
- job-template:
|
||||
name: 'openstackid-release-{job-suffix}'
|
||||
node: bare-precise
|
||||
node: ubuntu-trusty
|
||||
|
||||
builders:
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- install-distro-packages
|
||||
- revoke-sudo
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
/usr/local/jenkins/slave_scripts/version-properties.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user