Updated Zuul jobs defintions
added nodeset definition and set it to ubuntu 18.04 LTS ( bionic ) due IDP its only compatible with mysql 5.7.x Change-Id: Id63f8d101116318c5c831f5c7154735e8b02cc63 Signed-off-by: smarcet <smarcet@gmail.com>
This commit is contained in:
parent
ebc53053ed
commit
d9862bfc35
@ -4,6 +4,8 @@
|
||||
run: playbooks/openstackid-release-branch/run.yaml
|
||||
post-run: playbooks/openstackid-release-branch/post.yaml
|
||||
timeout: 1800
|
||||
# OpenStackID needs MYSQL 5.7.x and will fail with newer MYSQL, Bionic has Java 5.7.x.
|
||||
nodeset: ubuntu-bionic
|
||||
|
||||
- job:
|
||||
# This is included into the osf/openstackid release pipeline from the
|
||||
@ -13,11 +15,16 @@
|
||||
run: playbooks/openstackid-release-master/run.yaml
|
||||
post-run: playbooks/openstackid-release-master/post.yaml
|
||||
timeout: 1800
|
||||
# OpenStackID needs MYSQL 5.7.x and will fail with newer MYSQL, Bionic has Java 5.7.x.
|
||||
nodeset: ubuntu-bionic
|
||||
|
||||
- job:
|
||||
name: openstackid-unittests
|
||||
run: playbooks/openstackid-unittests/run.yaml
|
||||
timeout: 1800
|
||||
# OpenStackID needs MYSQL 5.7.x and will fail with newer MYSQL, Bionic has Java 5.7.x.
|
||||
nodeset: ubuntu-bionic
|
||||
|
||||
|
||||
- project:
|
||||
name: osf/openstackid
|
||||
|
Loading…
x
Reference in New Issue
Block a user