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:
parent
627aaaf777
commit
1520e22c8b
@ -1,6 +1,6 @@
|
|||||||
- job:
|
- job:
|
||||||
name: gate-groups-unittests
|
name: gate-groups-unittests
|
||||||
node: 'bare-precise || bare-trusty'
|
node: 'bare-precise'
|
||||||
|
|
||||||
builders:
|
builders:
|
||||||
- revoke-sudo
|
- revoke-sudo
|
||||||
|
@ -2920,7 +2920,7 @@
|
|||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: groups
|
name: groups
|
||||||
node: 'bare-precise || bare-trusty'
|
node: 'bare-precise'
|
||||||
tarball-site: tarballs.openstack.org
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -480,6 +480,9 @@ jobs:
|
|||||||
# openstackid doesn't work with php5-mcrypt on trusty
|
# openstackid doesn't work with php5-mcrypt on trusty
|
||||||
- name: ^.*openstackid-(unittests|release).*$
|
- name: ^.*openstackid-(unittests|release).*$
|
||||||
parameter-function: set_node_options_default_precise
|
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
|
# 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)$
|
||||||
|
Loading…
x
Reference in New Issue
Block a user