Merge "Pin jenkins jobs of groups portal to precise"

This commit is contained in:
Jenkins 2014-09-23 00:46:00 +00:00 committed by Gerrit Code Review
commit cc8e28a105
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

@ -2930,7 +2930,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)$