407724a22a
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 Below patch move the legacy base jobs to bionic which will move the derived jobs automatically to bionic. These jobs are modified with branch variant so that they will use Bionic node from stein onwards and xenial for all other stable branches until stable/rocky. - https://review.openstack.org/#/c/639096 This commit remove the overridden nodeset in ironic-grenade-dsvm-multinode-multitenant job so that it will start using the nodeset defined in parent job. More Details: - https://etherpad.openstack.org/p/legacy-job-bionic - http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003614.html Depends-On: https://review.openstack.org/#/c/639096 Change-Id: If5876243d2d9b16f1c1ef37ef0ab5a660629f741
95 lines
3.2 KiB
YAML
95 lines
3.2 KiB
YAML
- job:
|
|
name: legacy-ironic-dsvm-base
|
|
parent: legacy-dsvm-base
|
|
irrelevant-files:
|
|
- ^driver-requirements.txt$
|
|
- ^.*\.rst$
|
|
- ^api-ref/.*$
|
|
- ^doc/.*$
|
|
- ^install-guide/.*$
|
|
- ^ironic/locale/.*$
|
|
- ^ironic/tests/.*$
|
|
- ^releasenotes/.*$
|
|
- ^setup.cfg$
|
|
- ^tools/.*$
|
|
- ^tox.ini$
|
|
# NOTE: When adding to 'required-projects' also need to add a corresponding
|
|
# "export PROJECTS=..." line in all the playbooks/legacy/*/run.yaml files
|
|
required-projects:
|
|
- openstack/ironic
|
|
- openstack/ironic-lib
|
|
- openstack/ironic-python-agent
|
|
- openstack/ironic-tempest-plugin
|
|
- openstack/pyghmi
|
|
- openstack/python-ironicclient
|
|
- openstack/virtualbmc
|
|
pre-run: playbooks/legacy/ironic-dsvm-base/pre.yaml
|
|
post-run: playbooks/legacy/ironic-dsvm-base/post.yaml
|
|
|
|
# TODO(TheJulia): When we migrate to a non-legacy job, we will need to set the BUILD_TIMEOUT
|
|
# and the DEVSTACK_GATE_TEMPEST_BAREMETAL_BUILD_TIMEOUT to 1200 seconds to prevent
|
|
# needless CI job timeouts as the scale of the job is greater than a normal test jobs.
|
|
- job:
|
|
name: legacy-ironic-dsvm-base-multinode
|
|
parent: legacy-dsvm-base-multinode
|
|
irrelevant-files:
|
|
- ^driver-requirements.txt$
|
|
- ^.*\.rst$
|
|
- ^api-ref/.*$
|
|
- ^doc/.*$
|
|
- ^install-guide/.*$
|
|
- ^ironic/locale/.*$
|
|
- ^ironic/tests/.*$
|
|
- ^releasenotes/.*$
|
|
- ^setup.cfg$
|
|
- ^tools/.*$
|
|
- ^tox.ini$
|
|
# NOTE: When adding to 'required-projects' also need to add a corresponding
|
|
# "export PROJECTS=..." line in all the playbooks/legacy/*/run.yaml files
|
|
required-projects:
|
|
- openstack/ironic
|
|
- openstack/ironic-lib
|
|
- openstack/ironic-python-agent
|
|
- openstack/ironic-tempest-plugin
|
|
- openstack/networking-generic-switch
|
|
- openstack/pyghmi
|
|
- openstack/python-ironicclient
|
|
- openstack/virtualbmc
|
|
pre-run: playbooks/legacy/ironic-dsvm-base-multinode/pre.yaml
|
|
post-run: playbooks/legacy/ironic-dsvm-base-multinode/post.yaml
|
|
|
|
# TODO(TheJulia): When we migrate to a non-legacy job, we will need to set the BUILD_TIMEOUT
|
|
# and the DEVSTACK_GATE_TEMPEST_BAREMETAL_BUILD_TIMEOUT to 1200 seconds to prevent
|
|
# needless CI job timeouts as the scale of the job is greater than a normal test jobs.
|
|
- job:
|
|
name: ironic-grenade-dsvm
|
|
parent: legacy-ironic-dsvm-base
|
|
run: playbooks/legacy/grenade-dsvm-ironic/run.yaml
|
|
timeout: 10800
|
|
required-projects:
|
|
- openstack-dev/grenade
|
|
- openstack-infra/devstack-gate
|
|
- openstack/ironic
|
|
- openstack/ironic-lib
|
|
- openstack/ironic-python-agent
|
|
- openstack/pyghmi
|
|
- openstack/python-ironicclient
|
|
- openstack/virtualbmc
|
|
|
|
- job:
|
|
name: ironic-grenade-dsvm-multinode-multitenant
|
|
parent: legacy-ironic-dsvm-base-multinode
|
|
run: playbooks/legacy/grenade-dsvm-ironic-multinode-multitenant/run.yaml
|
|
timeout: 10800
|
|
required-projects:
|
|
- openstack-dev/grenade
|
|
- openstack-infra/devstack-gate
|
|
- openstack/ironic
|
|
- openstack/ironic-lib
|
|
- openstack/ironic-python-agent
|
|
- openstack/networking-generic-switch
|
|
- openstack/pyghmi
|
|
- openstack/python-ironicclient
|
|
- openstack/virtualbmc
|
|
|