Pin jenkins jobs of groups portal to precise

The groups portal based on Drupal 7.x and as some trusty php
packages is buggy, so we need to do a careful testing before
we can switch from php 5.3 to php 5.5.

Change-Id: I3e42448a8c245a30e8b5b617b345d061afb4e34d
This commit is contained in:
Marton Kiss 2014-09-22 20:24:48 +02:00
parent 627aaaf777
commit 1520e22c8b
3 changed files with 5 additions and 2 deletions

View File

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

View File

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

View File

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