From 341ddfe757d4b3043fb149042bce5eb5f1694b04 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Wed, 11 Sep 2024 12:53:30 +0200 Subject: [PATCH] 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 --- zuul.d/project.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index d8e281c22a..3c73d8243b 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -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: