55 lines
2.3 KiB
Diff
55 lines
2.3 KiB
Diff
|
From 9890df46356bb28a941bc5659b16f890918c8b4f Mon Sep 17 00:00:00 2001
|
||
|
From: Inessa Vasilevskaya <ivasilev@redhat.com>
|
||
|
Date: Fri, 11 Aug 2023 10:49:41 +0200
|
||
|
Subject: [PATCH 02/38] Bring back uefi_test
|
||
|
|
||
|
A fix for the issue that has been causing this test to fail
|
||
|
was merged, so let's bring back that test.
|
||
|
---
|
||
|
.packit.yaml | 8 ++++----
|
||
|
1 file changed, 4 insertions(+), 4 deletions(-)
|
||
|
|
||
|
diff --git a/.packit.yaml b/.packit.yaml
|
||
|
index 50a50747..820d2151 100644
|
||
|
--- a/.packit.yaml
|
||
|
+++ b/.packit.yaml
|
||
|
@@ -94,7 +94,7 @@ jobs:
|
||
|
epel-7-x86_64:
|
||
|
distros: [RHEL-7.9-ZStream]
|
||
|
identifier: tests-7.9to8.6
|
||
|
- tmt_plan: "((?!.*uefi_upgrade)(?!.*max_sst)(?!.*partitioning)(.*tier1)|(?!.*uefi_upgrade)(?!.*max_sst)(.*tier1)(.*partitioning_monolithic|.*separate_var_usr_varlog))"
|
||
|
+ tmt_plan: "((?!.*max_sst)(?!.*partitioning)(.*tier1)|(?!.*max_sst)(.*tier1)(.*partitioning_monolithic|.*separate_var_usr_varlog))"
|
||
|
tf_extra_params:
|
||
|
environments:
|
||
|
- tmt:
|
||
|
@@ -120,7 +120,7 @@ jobs:
|
||
|
epel-7-x86_64:
|
||
|
distros: [RHEL-7.9-ZStream]
|
||
|
identifier: tests-7.9to8.8
|
||
|
- tmt_plan: "((?!.*uefi_upgrade)(?!.*max_sst)(?!.*partitioning)(.*tier1)|(?!.*uefi_upgrade)(?!.*max_sst)(.*tier1)(.*partitioning_monolithic|.*separate_var_usr_varlog))"
|
||
|
+ tmt_plan: "((?!.*max_sst)(?!.*partitioning)(.*tier1)|(?!.*max_sst)(.*tier1)(.*partitioning_monolithic|.*separate_var_usr_varlog))"
|
||
|
tf_extra_params:
|
||
|
environments:
|
||
|
- tmt:
|
||
|
@@ -193,7 +193,7 @@ jobs:
|
||
|
epel-8-x86_64:
|
||
|
distros: [RHEL-8.6.0-Nightly]
|
||
|
identifier: tests-8.6to9.0
|
||
|
- tmt_plan: "((?!.*uefi_upgrade)(?!.*max_sst)(?!.*partitioning)(.*tier1)|(?!.*uefi_upgrade)(?!.*max_sst)(.*tier1)(.*partitioning_monolithic|.*separate_var_usr_varlog))"
|
||
|
+ tmt_plan: "((?!.*max_sst)(?!.*partitioning)(.*tier1)|(?!.*max_sst)(.*tier1)(.*partitioning_monolithic|.*separate_var_usr_varlog))"
|
||
|
tf_extra_params:
|
||
|
environments:
|
||
|
- tmt:
|
||
|
@@ -220,7 +220,7 @@ jobs:
|
||
|
epel-8-x86_64:
|
||
|
distros: [RHEL-8.8.0-Nightly]
|
||
|
identifier: tests-8.8to9.2
|
||
|
- tmt_plan: "((?!.*uefi_upgrade)(?!.*max_sst)(?!.*partitioning)(.*tier1)|(?!.*uefi_upgrade)(?!.*max_sst)(.*tier1)(.*partitioning_monolithic|.*separate_var_usr_varlog))"
|
||
|
+ tmt_plan: "((?!.*max_sst)(?!.*partitioning)(.*tier1)|(?!.*max_sst)(.*tier1)(.*partitioning_monolithic|.*separate_var_usr_varlog))"
|
||
|
tf_extra_params:
|
||
|
environments:
|
||
|
- tmt:
|
||
|
--
|
||
|
2.41.0
|
||
|
|