From 1f9518b43fb9044514fbdbd8650ff509e01ea094 Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Fri, 20 Dec 2024 20:46:34 +0000 Subject: [PATCH] Add workaround for RHEL-71994 to gating tests Pre-create a boom OsProfile for CentOS Stream 10 until a fixed boom version is available. --- plans/main.fmf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plans/main.fmf b/plans/main.fmf index ad7d9f5..5142d0a 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -18,6 +18,10 @@ prepare: how: shell script: | systemctl enable --now stratisd + - name: Create boom OsProfile + how: shell + script: | + boom profile create --from-host --uname-pattern el10 - name: Enable CRB how: shell script: |