Add multinode job for stable branches

Adding multinode jobs for stable branches so that
we can test the multinode tests on stable branches.

Example- test added in below change run only in multinode
jobs and should be tested on stable branches.

- https://review.opendev.org/c/openstack/tempest/+/953265/7

Also, adding stable branches jobs in experimental pipeline
also (they run periodicly) to run those on demand.

Change-Id: I78b79bf28b1884795fa86bba617c619025bcd8a1
Signed-off-by: Ghanshyam Mann <gmaan@ghanshyammann.com>
diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml
index d11bc09..9c9bc61 100644
--- a/zuul.d/project.yaml
+++ b/zuul.d/project.yaml
@@ -182,11 +182,26 @@
             irrelevant-files: *tempest-irrelevant-files
         - tempest-full-test-account-no-admin-py3:
             irrelevant-files: *tempest-irrelevant-files
+        # Run stable releases jobs except those are running in check
+        # pipeline already
+        - tempest-full-2024-2
+        - tempest-multinode-2025-1
+        - tempest-multinode-2024-2
+        - tempest-multinode-2024-1
+        - tempest-slow-2025-1
+        - tempest-slow-2024-2
+        - tempest-slow-2024-1
+        - tempest-full-2025-1-extra-tests
+        - tempest-full-2024-2-extra-tests
+        - tempest-full-2024-1-extra-tests
     periodic-stable:
       jobs:
         - tempest-full-2025-1
         - tempest-full-2024-2
         - tempest-full-2024-1
+        - tempest-multinode-2025-1
+        - tempest-multinode-2024-2
+        - tempest-multinode-2024-1
         - tempest-slow-2025-1
         - tempest-slow-2024-2
         - tempest-slow-2024-1