
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>
47 lines
1.4 KiB
YAML
47 lines
1.4 KiB
YAML
- job:
|
|
name: openstackid-release-branch
|
|
parent: publish-openstack-artifacts
|
|
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
|
|
# openstack/project-config .zuul.d/projects.yaml
|
|
name: openstackid-release-master
|
|
parent: publish-openstack-artifacts
|
|
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
|
|
check:
|
|
jobs:
|
|
- openstackid-unittests
|
|
- opendev-tox-docs:
|
|
nodeset: ubuntu-bionic
|
|
gate:
|
|
jobs:
|
|
- openstackid-unittests
|
|
- opendev-tox-docs:
|
|
nodeset: ubuntu-bionic
|
|
post:
|
|
jobs:
|
|
- openstackid-release-branch
|
|
promote:
|
|
jobs:
|
|
- promote-tox-docs-infra
|