Add Tempest gate job for stable/2025.2

Now we have stable/2025.2 branch ready for devstack
and so does for all service projects.

This commit adds the Tempest testing for stable/2025.2
by adding new jobs running on stable/2025.2 version of
openstack.

Change-Id: Ifbefb9f9bc605d724f0898eb9e176482460e9147
Signed-off-by: Ghanshyam Maan <gmaan@ghanshyammann.com>
diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml
index 9c9bc61..9563e1c 100644
--- a/zuul.d/project.yaml
+++ b/zuul.d/project.yaml
@@ -37,7 +37,7 @@
         # if things are working in latest and oldest it will work in between
         # stable branches also. If anything is breaking we will be catching
         # those in respective stable branch gate.
-        - tempest-full-2025-1:
+        - tempest-full-2025-2:
             irrelevant-files: *tempest-irrelevant-files
         - tempest-full-2024-1:
             irrelevant-files: *tempest-irrelevant-files
@@ -184,27 +184,35 @@
             irrelevant-files: *tempest-irrelevant-files
         # Run stable releases jobs except those are running in check
         # pipeline already
+        - tempest-full-2025-1
         - tempest-full-2024-2
+        - tempest-multinode-2025-2
         - tempest-multinode-2025-1
         - tempest-multinode-2024-2
         - tempest-multinode-2024-1
+        - tempest-slow-2025-2
         - tempest-slow-2025-1
         - tempest-slow-2024-2
         - tempest-slow-2024-1
+        - tempest-full-2025-2-extra-tests
         - tempest-full-2025-1-extra-tests
         - tempest-full-2024-2-extra-tests
         - tempest-full-2024-1-extra-tests
     periodic-stable:
       jobs:
+        - tempest-full-2025-2
         - tempest-full-2025-1
         - tempest-full-2024-2
         - tempest-full-2024-1
+        - tempest-multinode-2025-2
         - tempest-multinode-2025-1
         - tempest-multinode-2024-2
         - tempest-multinode-2024-1
+        - tempest-slow-2025-2
         - tempest-slow-2025-1
         - tempest-slow-2024-2
         - tempest-slow-2024-1
+        - tempest-full-2025-2-extra-tests
         - tempest-full-2025-1-extra-tests
         - tempest-full-2024-2-extra-tests
         - tempest-full-2024-1-extra-tests