From d9862bfc35aa08fb3c3cd04d1dbb06d3483a23a5 Mon Sep 17 00:00:00 2001 From: smarcet Date: Tue, 26 Jan 2021 12:43:55 -0300 Subject: [PATCH] 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 --- .zuul.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 828d9fb6..816f80f1 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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