forked from rpms/leapp-repository
79ca77ccf4
- Do not terminate the upgrade dracut module execution if /sysroot/root/tmp_leapp_py3/.leapp_upgrade_failed exists - Several minor improvements in messages printed in console output - Several minor improvements in report and error messages - Fix the parsing of the lscpu output - Fix evaluation of PES data - Target by default always "GA" channel repositories unless a different channel is specified for the leapp execution - Fix creation of the post upgrade report about changes in states of systemd services - Update the device driver deprecation data, fixing invalid fields for some AMD CPUs - Update the default kernel cmdline - Wait for the storage initialization when /usr is on separate file system - covering SAN - Resolves: RHEL-27847, RHEL-35240
48 lines
1.2 KiB
Diff
48 lines
1.2 KiB
Diff
From 346b741209553b9aeb96f2f728480e740a25e0af Mon Sep 17 00:00:00 2001
|
|
From: Inessa Vasilevskaya <ivasilev@redhat.com>
|
|
Date: Thu, 25 Apr 2024 13:25:56 +0200
|
|
Subject: [PATCH 21/34] Update packit config after tier redefinition
|
|
|
|
Now for basic sanity test verification in upstream tests
|
|
tagged by 'tier0' will be used instead of 'sanity'.
|
|
|
|
RHELMISC-3211
|
|
---
|
|
.packit.yaml | 6 +++---
|
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/.packit.yaml b/.packit.yaml
|
|
index bce97bad..ed6412dc 100644
|
|
--- a/.packit.yaml
|
|
+++ b/.packit.yaml
|
|
@@ -114,7 +114,7 @@ jobs:
|
|
tf_extra_params:
|
|
test:
|
|
tmt:
|
|
- plan_filter: 'tag:sanity & enabled:true'
|
|
+ plan_filter: 'tag:tier0 & enabled:true'
|
|
environments:
|
|
- tmt:
|
|
context:
|
|
@@ -318,7 +318,7 @@ jobs:
|
|
tf_extra_params:
|
|
test:
|
|
tmt:
|
|
- plan_filter: 'tag:sanity & tag:8to9 & enabled:true'
|
|
+ plan_filter: 'tag:tier0 & tag:8to9 & enabled:true'
|
|
environments:
|
|
- tmt:
|
|
context:
|
|
@@ -407,7 +407,7 @@ jobs:
|
|
tf_extra_params:
|
|
test:
|
|
tmt:
|
|
- plan_filter: 'tag:sanity & tag:8to9 & enabled:true'
|
|
+ plan_filter: 'tag:tier0 & tag:8to9 & enabled:true'
|
|
environments:
|
|
- tmt:
|
|
context:
|
|
--
|
|
2.42.0
|
|
|