From 5259e16ac7865c2e89cfd794322b2d7490ceb6fb Mon Sep 17 00:00:00 2001 From: Elod Illes Date: Tue, 14 May 2024 17:02:00 +0200 Subject: [PATCH] [CI] Remove not defined job from queue Among zuul configuration errors there is the following error: - Job ironic-grenade-dsvm-multinode-multitenant not defined [1] This patch removes this job to get rid of the zuul config error. [1] https://zuul.opendev.org/t/openstack/config-errors?project=openstack%2Fnetworking-generic-switch Change-Id: I51905f76298598c109afd6509e7aa7b6b9835ed1 (cherry picked from commit bc3511fa896ed3e6150b1db9e0dfadca2a047df0) (cherry picked from commit b6bb46af9d56aae50e2afb17641289733f446a1b) (cherry picked from commit b23d0a75ac4594558a7e9775394833436c042d9d) (cherry picked from commit bc4c1789629e789f0d0e425d766fbda034b8a763) --- zuul.d/project.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index ad6e3819..e1d5db06 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -17,10 +17,6 @@ - ^tools/.*$ - ^tox.ini$ - ^setup.cfg$ - # NOTE(rpittau): temp disabling job until all changes - # for ussuri are completed - - ironic-grenade-dsvm-multinode-multitenant: - voting: false gate: jobs: - networking-generic-switch-tempest-dlm @@ -34,6 +30,3 @@ - ^tools/.*$ - ^tox.ini$ - ^setup.cfg$ - # NOTE(rpittau): temp disabling job until all changes - # for ussuri are completed - # - ironic-grenade-dsvm-multinode-multitenant