From b2e8e715538b4f7dcfda7d657497818828a66dae Mon Sep 17 00:00:00 2001
From: Mark Goddard <mark@stackhpc.com>
Date: Mon, 21 Feb 2022 17:33:02 +0000
Subject: [PATCH] CI: Revert from UEFI to BIOS mode in TLS jobs

We keep hitting the OOM killer in the TLS job, and the switch to UEFI
mode in bare metal testing seems like the most likely culprit.

This change keeps in place most of the changes of
Id1b4e9775c834b8b97e086241ee8b247977225a2, but removes the override of
ironic_boot_mode in the TLS job.

Change-Id: Id35894be893183b0b84e6dacb81e1b72e4a828f9
---
 zuul.d/jobs.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml
index 61905ed5..74f34712 100644
--- a/zuul.d/jobs.yaml
+++ b/zuul.d/jobs.yaml
@@ -111,7 +111,6 @@
     parent: kayobe-overcloud-base
     vars:
       tls_enabled: true
-      ironic_boot_mode: "uefi"
 
 - job:
     name: kayobe-overcloud-tls-centos8s
-- 
GitLab