diff --git a/releasenotes/notes/tinyipa-ci-testing-ends-8748513e6512cf8f.yaml b/releasenotes/notes/tinyipa-ci-testing-ends-8748513e6512cf8f.yaml
new file mode 100644
index 0000000..a02dfa9
--- /dev/null
+++ b/releasenotes/notes/tinyipa-ci-testing-ends-8748513e6512cf8f.yaml
@@ -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.
diff --git a/zuul.d/ironic-python-agent-builder-jobs.yaml b/zuul.d/ironic-python-agent-builder-jobs.yaml
index 999cfaf..c65f390 100644
--- a/zuul.d/ironic-python-agent-builder-jobs.yaml
+++ b/zuul.d/ironic-python-agent-builder-jobs.yaml
@@ -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
diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml
index 2d40d22..d37a78c 100644
--- a/zuul.d/project.yaml
+++ b/zuul.d/project.yaml
@@ -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: