5d9336fe29
We have migrated the zuulv3 job to Bionic during Dec/Jan month. - http://lists.openstack.org/pipermail/openstack-discuss/2018-December/000837.html - https://etherpad.openstack.org/p/devstack-bionic But that effort does not move all gate job to Bionic as there are large amount of jobs are still legacy jobs. All the legacy jobs still use Xenial as nodeset. As per the decided runtime for Stein, we need to test everything on openstack CI/CD on Bionic - https://governance.openstack.org/tc/reference/runtimes/stein.html This commit mofiy the rally-database-migration job to run on bionic. More Details: - https://etherpad.openstack.org/p/legacy-job-bionic - http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003614.html Change-Id: Idab37e177430fde3bd6e3a790fe1f15aec06200c
68 lines
1.6 KiB
YAML
68 lines
1.6 KiB
YAML
- job:
|
|
name: rally-install-ubuntu-xenial
|
|
parent: base
|
|
nodeset: ubuntu-xenial
|
|
run: tests/ci/playbooks/rally-install/run.yaml
|
|
timeout: 1800
|
|
|
|
- job:
|
|
name: rally-install-ubuntu-bionic
|
|
parent: base
|
|
nodeset: ubuntu-bionic
|
|
run: tests/ci/playbooks/rally-install/run.yaml
|
|
timeout: 1800
|
|
|
|
- job:
|
|
name: rally-install-centos-7
|
|
parent: base
|
|
nodeset: centos-7
|
|
run: tests/ci/playbooks/rally-install/run.yaml
|
|
timeout: 1800
|
|
|
|
- job:
|
|
name: rally-database-migration
|
|
parent: base
|
|
nodeset: ubuntu-bionic
|
|
run: tests/ci/playbooks/rally-database-migration/run.yaml
|
|
timeout: 1800
|
|
|
|
- project:
|
|
templates:
|
|
- docs-on-readthedocs
|
|
vars:
|
|
rtd_webhook_id: "52691"
|
|
check:
|
|
jobs:
|
|
- rally-tox-docs
|
|
- rally-tox-pep8
|
|
- rally-tox-py27
|
|
- rally-tox-py34
|
|
- rally-tox-py35
|
|
- rally-tox-py36
|
|
- rally-tox-py37
|
|
- rally-tox-cover
|
|
- rally-tox-functional
|
|
- rally-tox-functional-py3
|
|
- rally-database-migration
|
|
- rally-install-ubuntu-xenial
|
|
- rally-install-ubuntu-bionic
|
|
- rally-install-centos-7
|
|
- rally-tox-self
|
|
gate:
|
|
jobs:
|
|
- rally-tox-docs
|
|
- rally-tox-pep8
|
|
- rally-tox-py27
|
|
- rally-tox-py34
|
|
- rally-tox-py35
|
|
- rally-tox-py36
|
|
- rally-tox-py37
|
|
- rally-tox-cover
|
|
- rally-tox-functional
|
|
- rally-tox-functional-py3
|
|
- rally-database-migration
|
|
- rally-install-ubuntu-xenial
|
|
- rally-install-ubuntu-bionic
|
|
- rally-install-centos-7
|
|
- rally-tox-self
|