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:
smarcet 2021-01-26 12:43:55 -03:00
parent ebc53053ed
commit d9862bfc35
1 changed files with 7 additions and 0 deletions

View File

@ -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