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:
parent
fb4631ecd8
commit
66959a7072
@ -1,6 +1,6 @@
|
||||
- job:
|
||||
name: gate-openstackid-unittests
|
||||
node: 'bare-precise || bare-trusty'
|
||||
node: 'bare-precise'
|
||||
|
||||
builders:
|
||||
- revoke-sudo
|
||||
|
@ -2930,7 +2930,7 @@
|
||||
|
||||
- project:
|
||||
name: openstackid
|
||||
node: 'bare-precise || bare-trusty'
|
||||
node: 'bare-precise'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
|
@ -477,6 +477,9 @@ jobs:
|
||||
# Berkshelf 3.x requires GeCode 3.x on precise.
|
||||
- name: ^gate-.*-chef-(lint|style|unit)$
|
||||
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
|
||||
# (needs to be early to not impact non-voting stanzas later)
|
||||
- name: ^(?!periodic-).*(-icehouse|-havana)$
|
||||
|
Loading…
x
Reference in New Issue
Block a user