Merge "Use centos element for dib on focal"

This commit is contained in:
Zuul 2020-10-23 15:38:19 +00:00 committed by Gerrit Code Review
commit adf9a76ecd
1 changed files with 4 additions and 4 deletions

View File

@ -33,12 +33,12 @@
- job:
name: ironic-python-agent-build-image-dib-centos8
parent: ironic-python-agent-build-image-base
nodeset: centos-8
nodeset: ubuntu-focal
required-projects:
- openstack/diskimage-builder
vars:
image_type: 'dib'
image_distro: 'centos-minimal'
image_distro: 'centos'
image_release: 8
- job:
@ -92,12 +92,12 @@
- job:
name: ironic-python-agent-check-image-dib-centos8
parent: ironic-python-agent-check-image-base
nodeset: centos-8
nodeset: ubuntu-focal
required-projects:
- openstack/diskimage-builder
vars:
image_type: 'dib'
image_distro: 'centos-minimal'
image_distro: 'centos'
image_release: 8
- job: