Remove CentOS Stream 8 leftovers
Change-Id: I74bf0eeaf5012728a5f738826b3adfb3ba24c9df
This commit is contained in:
parent
f5ef66e413
commit
020c4b3495
@ -1,6 +1,6 @@
|
|||||||
- name: Default to CentOS 8
|
- name: Default to CentOS Stream 9
|
||||||
set_fact:
|
set_fact:
|
||||||
image_release: 8
|
image_release: 9-stream
|
||||||
when:
|
when:
|
||||||
- image_distro in ["centos-minimal", "centos"]
|
- image_distro in ["centos-minimal", "centos"]
|
||||||
- not image_release
|
- not image_release
|
||||||
|
@ -19,18 +19,6 @@
|
|||||||
vars:
|
vars:
|
||||||
image_type: 'tinyipa'
|
image_type: 'tinyipa'
|
||||||
|
|
||||||
# TODO(dtantsur): remove when no other projects use it
|
|
||||||
- job:
|
|
||||||
name: ironic-python-agent-build-image-dib-centos8
|
|
||||||
parent: ironic-python-agent-build-image-base
|
|
||||||
required-projects:
|
|
||||||
- openstack/diskimage-builder
|
|
||||||
vars:
|
|
||||||
image_type: 'dib'
|
|
||||||
image_distro: 'centos'
|
|
||||||
image_release: '8-stream'
|
|
||||||
image_target_name: 'centos8'
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: ironic-python-agent-build-image-dib-centos9
|
name: ironic-python-agent-build-image-dib-centos9
|
||||||
parent: ironic-python-agent-build-image-base
|
parent: ironic-python-agent-build-image-base
|
||||||
@ -80,18 +68,6 @@
|
|||||||
vars:
|
vars:
|
||||||
image_type: 'tinyipa'
|
image_type: 'tinyipa'
|
||||||
|
|
||||||
# TODO(dtantsur): remove when no other projects use it
|
|
||||||
- job:
|
|
||||||
name: ironic-python-agent-check-image-dib-centos8
|
|
||||||
parent: ironic-python-agent-check-image-base
|
|
||||||
required-projects:
|
|
||||||
- openstack/diskimage-builder
|
|
||||||
vars:
|
|
||||||
image_type: 'dib'
|
|
||||||
image_distro: 'centos'
|
|
||||||
image_release: '8-stream'
|
|
||||||
image_target_name: 'centos8'
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: ironic-python-agent-check-image-dib-centos9
|
name: ironic-python-agent-check-image-dib-centos9
|
||||||
parent: ironic-python-agent-check-image-base
|
parent: ironic-python-agent-check-image-base
|
||||||
|
Loading…
Reference in New Issue
Block a user