Pin openstackid jobs to precise

Due the php5-mcrypt packaging bug we want to pin the openstackid
related jenkins jobs to precise instead of trusty.

Change-Id: Id1367edfda952f88777f36b6ddd3d5d2a2bfcf63
Related-Bug: 1369710
This commit is contained in:
Marton Kiss 2014-09-18 21:10:10 +02:00 committed by Elizabeth K. Joseph
parent fb4631ecd8
commit 66959a7072
3 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
- job: - job:
name: gate-openstackid-unittests name: gate-openstackid-unittests
node: 'bare-precise || bare-trusty' node: 'bare-precise'
builders: builders:
- revoke-sudo - revoke-sudo

View File

@ -2930,7 +2930,7 @@
- project: - project:
name: openstackid name: openstackid
node: 'bare-precise || bare-trusty' node: 'bare-precise'
tarball-site: tarballs.openstack.org tarball-site: tarballs.openstack.org
jobs: jobs:

View File

@ -477,6 +477,9 @@ jobs:
# Berkshelf 3.x requires GeCode 3.x on precise. # Berkshelf 3.x requires GeCode 3.x on precise.
- name: ^gate-.*-chef-(lint|style|unit)$ - name: ^gate-.*-chef-(lint|style|unit)$
parameter-function: set_node_options_default_precise parameter-function: set_node_options_default_precise
# openstackid doesn't work with php5-mcrypt on trusty
- name: ^.*openstackid-(unittests|release).*$
parameter-function: set_node_options_default_precise
# tempest and d-g branchless tests need to only run on master # tempest and d-g branchless tests need to only run on master
# (needs to be early to not impact non-voting stanzas later) # (needs to be early to not impact non-voting stanzas later)
- name: ^(?!periodic-).*(-icehouse|-havana)$ - name: ^(?!periodic-).*(-icehouse|-havana)$