From ede6bf46240ed2e8a05cf8e5d55f6f4a09d9d334 Mon Sep 17 00:00:00 2001
From: Pierre Riteau <pierre@stackhpc.com>
Date: Thu, 11 Apr 2024 10:19:15 +0200
Subject: [PATCH] Revert "Mark kayobe-tox-ansible job as non-voting"

The kernel bug causing kayobe-tox-ansible to fail was fixed in
5.15.0-102.112 [1]. This job can be made voting again.

[1] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2056143

Change-Id: I75fae789aee0824d3d6e0157999301a38ff76c53
---
 zuul.d/project.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml
index 935e5bc3..fea62304 100644
--- a/zuul.d/project.yaml
+++ b/zuul.d/project.yaml
@@ -8,8 +8,7 @@
     check:
       jobs:
         - kayobe-tox-ansible-syntax
-        - kayobe-tox-ansible:
-            voting: false
+        - kayobe-tox-ansible
         - kayobe-tox-molecule
         - kayobe-overcloud-rocky9
         - kayobe-overcloud-centos9s
@@ -41,6 +40,7 @@
     gate:
       jobs:
         - kayobe-tox-ansible-syntax
+        - kayobe-tox-ansible
         - kayobe-tox-molecule
         - kayobe-overcloud-rocky9
         - kayobe-overcloud-ubuntu-jammy
-- 
GitLab