Add aio_metal and aio_distro_metal openSUSE 15 jobs
opensuse-15 is a nodepool image set referring to the latest enabled openSUSE 15.x release, currently pointing to openSUSE 15.1. We'd like to transition away from 15.0 as soon as possible. As part of the rename to 15 we can actually now test against the latest minor leap 15.x release without continuous job maintenance effort. In order to find problems and test stability of the opensuse-15 distro_metal job we add a periodic job to monitor it for the next ~ 1 month and then redecide. Change-Id: Ided0d56d2bd491142e9c098252ed5c0f8d04f831
This commit is contained in:
parent
82e853ce73
commit
f7413bdc10
@ -240,6 +240,11 @@
|
||||
parent: openstack-ansible-deploy-aio
|
||||
nodeset: opensuse-150
|
||||
|
||||
- job:
|
||||
name: openstack-ansible-deploy-aio_metal-opensuse-15
|
||||
parent: openstack-ansible-deploy-aio
|
||||
nodeset: opensuse-15
|
||||
|
||||
- job:
|
||||
name: openstack-ansible-deploy-aio_telemetry_metal-opensuse-150
|
||||
parent: openstack-ansible-deploy-aio
|
||||
@ -250,6 +255,11 @@
|
||||
parent: openstack-ansible-deploy-aio
|
||||
nodeset: opensuse-150
|
||||
|
||||
- job:
|
||||
name: openstack-ansible-deploy-aio_distro_metal-opensuse-15
|
||||
parent: openstack-ansible-deploy-aio
|
||||
nodeset: opensuse-15
|
||||
|
||||
- job:
|
||||
name: openstack-ansible-deploy-aio_nspawn-opensuse-150
|
||||
parent: openstack-ansible-deploy-aio
|
||||
|
@ -68,14 +68,17 @@
|
||||
jobs:
|
||||
- openstack-ansible-deploy-aio_metal-debian-stable
|
||||
- openstack-ansible-deploy-aio_metal-centos-7
|
||||
- openstack-ansible-deploy-aio_metal-opensuse-150
|
||||
- openstack-ansible-deploy-aio_metal-opensuse-15
|
||||
- openstack-ansible-deploy-aio_metal-ubuntu-bionic
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-ansible-deploy-aio_metal-debian-stable
|
||||
- openstack-ansible-deploy-aio_metal-centos-7
|
||||
- openstack-ansible-deploy-aio_metal-opensuse-150
|
||||
- openstack-ansible-deploy-aio_metal-opensuse-15
|
||||
- openstack-ansible-deploy-aio_metal-ubuntu-bionic
|
||||
periodic:
|
||||
jobs:
|
||||
- openstack-ansible-deploy-aio_metal-opensuse-15
|
||||
|
||||
- project-template:
|
||||
name: openstack-ansible-deploy-aio_telemetry_metal-jobs
|
||||
@ -98,16 +101,20 @@
|
||||
check:
|
||||
jobs:
|
||||
- openstack-ansible-deploy-aio_distro_metal-centos-7
|
||||
- openstack-ansible-deploy-aio_distro_metal-opensuse-15:
|
||||
voting: false
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-ansible-deploy-aio_distro_metal-centos-7
|
||||
periodic:
|
||||
jobs:
|
||||
- openstack-ansible-deploy-aio_distro_metal-opensuse-15
|
||||
experimental:
|
||||
jobs:
|
||||
# NOTE(hwoarang) SUSE and Ubuntu distro jobs remain non-voting
|
||||
# on master branches. See
|
||||
# http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2018/openstack_ansible_meeting.2018-10-23-16.01.log.html#l-188
|
||||
- openstack-ansible-deploy-aio_distro_metal-ubuntu-bionic
|
||||
- openstack-ansible-deploy-aio_distro_metal-opensuse-150
|
||||
|
||||
- project-template:
|
||||
name: openstack-ansible-deploy-aio_nspawn-jobs
|
||||
|
Loading…
x
Reference in New Issue
Block a user