Remove tinyipa CI testing
Change-Id: Idc33a27bf4daf83a58f194b6fed774783c8c4b84
This commit is contained in:
parent
8b246c2316
commit
800ebcd7fa
releasenotes/notes
zuul.d
@ -0,0 +1,7 @@
|
||||
---
|
||||
other:
|
||||
- |
|
||||
Due to the deprecation of Python 3.9 support in OpenStack and the
|
||||
evolution of python dependencies, CI test jobs for TinyIPA have
|
||||
been removed. Overall code to build the test images should expect
|
||||
to be removed from Ironic projects and tools as time progresses.
|
@ -16,12 +16,6 @@
|
||||
ipa_raw_dir: '{{ ansible_user_dir }}/src/opendev.org/openstack/ironic-python-agent/UPLOAD_RAW'
|
||||
ipa_tar_dir: '{{ ansible_user_dir }}/src/opendev.org/openstack/ironic-python-agent/UPLOAD_TAR'
|
||||
|
||||
- job:
|
||||
name: ironic-python-agent-build-image-tinyipa
|
||||
parent: ironic-python-agent-build-image-base
|
||||
vars:
|
||||
image_type: 'tinyipa'
|
||||
|
||||
- job:
|
||||
name: ironic-python-agent-build-image-dib-centos9
|
||||
parent: ironic-python-agent-build-image-base
|
||||
@ -66,12 +60,6 @@
|
||||
ipa_raw_dir: '{{ ansible_user_dir }}/src/opendev.org/openstack/ironic-python-agent/UPLOAD_RAW'
|
||||
ipa_tar_dir: '{{ ansible_user_dir }}/src/opendev.org/openstack/ironic-python-agent/UPLOAD_TAR'
|
||||
|
||||
- job:
|
||||
name: ironic-python-agent-check-image-tinyipa
|
||||
parent: ironic-python-agent-check-image-base
|
||||
vars:
|
||||
image_type: 'tinyipa'
|
||||
|
||||
- job:
|
||||
name: ironic-python-agent-check-image-dib-centos9
|
||||
parent: ironic-python-agent-check-image-base
|
||||
|
@ -7,8 +7,6 @@
|
||||
jobs:
|
||||
- openstack-tox-pep8
|
||||
- ironic-standalone-ipa-src
|
||||
- ipa-tempest-bios-ipmi-direct-tinyipa-src
|
||||
- ironic-python-agent-check-image-tinyipa
|
||||
- ironic-python-agent-check-image-dib-centos9
|
||||
- ironic-python-agent-check-image-dib-centos9-extra
|
||||
- ironic-python-agent-check-image-dib-debian
|
||||
@ -31,8 +29,6 @@
|
||||
jobs:
|
||||
- openstack-tox-pep8
|
||||
- ironic-standalone-ipa-src
|
||||
- ipa-tempest-bios-ipmi-direct-tinyipa-src
|
||||
- ironic-python-agent-check-image-tinyipa
|
||||
- ironic-python-agent-check-image-dib-centos9
|
||||
- ironic-python-agent-check-image-dib-centos9-extra
|
||||
- ironic-python-agent-check-image-dib-debian
|
||||
@ -41,8 +37,6 @@
|
||||
post:
|
||||
jobs:
|
||||
- publish-openstack-python-branch-tarball
|
||||
- ironic-python-agent-build-image-tinyipa:
|
||||
branches: master
|
||||
- ironic-python-agent-build-image-dib-centos9:
|
||||
branches: master
|
||||
- ironic-python-agent-build-image-dib-debian:
|
||||
|
Loading…
x
Reference in New Issue
Block a user