Move the benchmark job to the experimental pipeline

It's useful, but nobody is looking at it anyway. While I'm going to try
fixing it, running it every time is a waste of resources.

Change-Id: I794e1975f27f4a643b56dc81db8358700a71b8bd
This commit is contained in:
Dmitry Tantsur 2024-09-11 12:53:30 +02:00
parent 072619978e
commit 341ddfe757
No known key found for this signature in database
GPG Key ID: 315B2AF9FD216C60

View File

@ -71,8 +71,6 @@
voting: false
- ironic-tempest-pxe_ipmitool-postgres:
voting: false
- bifrost-benchmark-ironic:
voting: false
gate:
jobs:
- ironic-tox-bandit
@ -106,6 +104,9 @@
- metal3-integration
experimental:
jobs:
# NOTE(dtantsur): this job is rarely used, no need to run it always.
- bifrost-benchmark-ironic:
voting: false
# TODO(dtantsur): these jobs are useful but currently hopelessly
# broken. Fix them and bring back to the gate.
- ironic-grenade-multinode-multitenant: