Remove legacy standalone jobs from test execution

The ironic-standalone job is largely centered around ipmi execution
CI jobs, however IPMI is fairly static and doesn't deliver the overall
project a ton of testing value as compared to Redfish which is the
expected path for most users to use.

As such, removing the ironic-standalone job invocations to allow us
to focus on just running the redfish jobs for tempest.

If we need to make ipmitool specific testing or changes, we can run
those in a more specific context or as part of Ironic's CI jobs
as opposed to the tempest plugin specifically.

Change-Id: I7d45eecaa0075c9b0f489d30e4ca248f26ecf8c8
diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml
index 73d6162..1c99350 100644
--- a/zuul.d/project.yaml
+++ b/zuul.d/project.yaml
@@ -6,9 +6,6 @@
     check:
       jobs:
         # NOTE(dtantsur): keep N-3 and older non-voting for these jobs.
-        - ironic-standalone
-        - ironic-standalone-2024.2
-        - ironic-standalone-2024.1
         - ironic-tempest-functional-python3
         - ironic-tempest-functional-python3-2024.2
         - ironic-tempest-functional-python3-2024.1
@@ -31,9 +28,6 @@
             voting: false
     gate:
       jobs:
-        - ironic-standalone
-        - ironic-standalone-2024.2
-        - ironic-standalone-2024.1
         - ironic-tempest-functional-python3
         - ironic-tempest-functional-python3-2024.2
         - ironic-tempest-functional-python3-2024.1