forked from rpms/leapp-repository
75c9028095
- Enable new upgrade path for RHEL 8.10 -> RHEL 9.4 (including RHEL with SAP HANA) - Introduce generic transition of systemd services states during the IPU - Introduce possibility to upgrade with local repositories - Improve possibilities of upgrade when a proxy is configured in DNF configutation file - Fix handling of symlinks under /etc/pki when managing certificates - Fix the upgrade with custom https repositories - Default to the NO_RHSM mode when subscription-manager is not installed - Detect customized configuration of dynamic linker - Drop the invalid `tuv` target channel for the --channel option - Fix the issue of going out of bounds in the isccfg parser - Fix traceback when saving the rhsm facts results and the /etc/rhsm/facts directory doesn’t exist yet - Load all rpm repository substitutions that dnf knows about, not just "releasever" only - Simplify handling of upgrades on systems using RHUI, reducing the maintenance burden for cloud providers - Detect possible unexpected RPM GPG keys has been installed during RPM transaction - Resolves: RHEL-16729
156 lines
4.1 KiB
Diff
156 lines
4.1 KiB
Diff
From 4932e5ad0baac10db5efae9d57f8b57d2072b976 Mon Sep 17 00:00:00 2001
|
|
From: Inessa Vasilevskaya <ivasilev@redhat.com>
|
|
Date: Thu, 24 Aug 2023 11:34:15 +0200
|
|
Subject: [PATCH 08/38] Minor label enhancements
|
|
|
|
- minimal-beaker label has been renamed to beaker-minimal to match
|
|
with test job names;
|
|
- kernel-rt-XtoY labels have been added to each test to allow for
|
|
separate test launch.
|
|
---
|
|
.packit.yaml | 42 ++++++++++++++++++++++++------------------
|
|
1 file changed, 24 insertions(+), 18 deletions(-)
|
|
|
|
diff --git a/.packit.yaml b/.packit.yaml
|
|
index eb08c9f5..a183674c 100644
|
|
--- a/.packit.yaml
|
|
+++ b/.packit.yaml
|
|
@@ -146,9 +146,9 @@ jobs:
|
|
<<: *default-79to86
|
|
manual_trigger: True
|
|
labels:
|
|
- - minimal-beaker
|
|
- - minimal-beaker-7.9to8.6
|
|
- identifier: tests-7.9to8.6-minimal-beaker
|
|
+ - beaker-minimal
|
|
+ - beaker-minimal-7.9to8.6
|
|
+ identifier: tests-7.9to8.6-beaker-minimal
|
|
tmt_plan: "(?!.*max_sst)(.*tier1)(.*partitioning_monolithic|.*separate_var_usr_varlog|.*uefi|.*oamg4250_lvm_var_xfs_ftype0)"
|
|
|
|
# On-demand kernel-rt tests
|
|
@@ -156,6 +156,7 @@ jobs:
|
|
<<: *beaker-minimal-79to86
|
|
labels:
|
|
- kernel-rt
|
|
+ - kernel-rt-7.9to8.6
|
|
identifier: tests-7.9to8.6-kernel-rt
|
|
tmt_plan: "(?!.*max_sst)(.*tier1)(.*kernel-rt)"
|
|
|
|
@@ -171,9 +172,9 @@ jobs:
|
|
- &beaker-minimal-79to88
|
|
<<: *beaker-minimal-79to86
|
|
labels:
|
|
- - minimal-beaker
|
|
- - minimal-beaker-7.9to8.8
|
|
- identifier: tests-7.9to8.8-minimal-beaker
|
|
+ - beaker-minimal
|
|
+ - beaker-minimal-7.9to8.8
|
|
+ identifier: tests-7.9to8.8-beaker-minimal
|
|
env:
|
|
SOURCE_RELEASE: "7.9"
|
|
TARGET_RELEASE: "8.8"
|
|
@@ -184,6 +185,7 @@ jobs:
|
|
<<: *beaker-minimal-79to88
|
|
labels:
|
|
- kernel-rt
|
|
+ - kernel-rt-7.9to8.8
|
|
identifier: tests-7.9to8.8-kernel-rt
|
|
tmt_plan: "(?!.*max_sst)(.*tier1)(.*kernel-rt)"
|
|
|
|
@@ -199,9 +201,9 @@ jobs:
|
|
- &beaker-minimal-79to89
|
|
<<: *beaker-minimal-79to86
|
|
labels:
|
|
- - minimal-beaker
|
|
- - minimal-beaker-7.9to8.9
|
|
- identifier: tests-7.9to8.9-minimal-beaker
|
|
+ - beaker-minimal
|
|
+ - beaker-minimal-7.9to8.9
|
|
+ identifier: tests-7.9to8.9-beaker-minimal
|
|
env:
|
|
SOURCE_RELEASE: "7.9"
|
|
TARGET_RELEASE: "8.9"
|
|
@@ -212,6 +214,7 @@ jobs:
|
|
<<: *beaker-minimal-79to89
|
|
labels:
|
|
- kernel-rt
|
|
+ - kernel-rt-7.9to8.9
|
|
identifier: tests-7.9to8.9-kernel-rt
|
|
tmt_plan: "(?!.*max_sst)(.*tier1)(.*kernel-rt)"
|
|
|
|
@@ -242,12 +245,12 @@ jobs:
|
|
- &beaker-minimal-86to90
|
|
<<: *beaker-minimal-79to86
|
|
labels:
|
|
- - minimal-beaker
|
|
- - minimal-beaker-8.6to9.0
|
|
+ - beaker-minimal
|
|
+ - beaker-minimal-8.6to9.0
|
|
targets:
|
|
epel-8-x86_64:
|
|
distros: [RHEL-8.6.0-Nightly]
|
|
- identifier: tests-8.6to9.0-minimal-beaker
|
|
+ identifier: tests-8.6to9.0-beaker-minimal
|
|
tf_extra_params:
|
|
environments:
|
|
- tmt:
|
|
@@ -270,6 +273,7 @@ jobs:
|
|
<<: *beaker-minimal-86to90
|
|
labels:
|
|
- kernel-rt
|
|
+ - kernel-rt-8.6to9.0
|
|
identifier: tests-8.6to9.0-kernel-rt
|
|
tmt_plan: "(?!.*max_sst)(.*tier1)(.*kernel-rt)"
|
|
|
|
@@ -301,12 +305,12 @@ jobs:
|
|
- &beaker-minimal-88to92
|
|
<<: *beaker-minimal-86to90
|
|
labels:
|
|
- - minimal-beaker
|
|
- - minimal-beaker-8.8to9.2
|
|
+ - beaker-minimal
|
|
+ - beaker-minimal-8.8to9.2
|
|
targets:
|
|
epel-8-x86_64:
|
|
distros: [RHEL-8.8.0-Nightly]
|
|
- identifier: tests-8.8to9.2-minimal-beaker
|
|
+ identifier: tests-8.8to9.2-beaker-minimal
|
|
tf_extra_params:
|
|
environments:
|
|
- tmt:
|
|
@@ -330,6 +334,7 @@ jobs:
|
|
<<: *beaker-minimal-88to92
|
|
labels:
|
|
- kernel-rt
|
|
+ - kernel-rt-8.8to9.2
|
|
identifier: tests-8.8to9.2-kernel-rt
|
|
tmt_plan: "(?!.*max_sst)(.*tier1)(.*kernel-rt)"
|
|
|
|
@@ -361,12 +366,12 @@ jobs:
|
|
- &beaker-minimal-89to93
|
|
<<: *beaker-minimal-88to92
|
|
labels:
|
|
- - minimal-beaker
|
|
- - minimal-beaker-8.9to9.3
|
|
+ - beaker-minimal
|
|
+ - beaker-minimal-8.9to9.3
|
|
targets:
|
|
epel-8-x86_64:
|
|
distros: [RHEL-8.9.0-Nightly]
|
|
- identifier: tests-8.9to9.3-minimal-beaker
|
|
+ identifier: tests-8.9to9.3-beaker-minimal
|
|
tf_extra_params:
|
|
environments:
|
|
- tmt:
|
|
@@ -390,6 +395,7 @@ jobs:
|
|
<<: *beaker-minimal-89to93
|
|
labels:
|
|
- kernel-rt
|
|
+ - kernel-rt-8.9to9.3
|
|
identifier: tests-8.9to9.3-kernel-rt
|
|
tmt_plan: "(?!.*max_sst)(.*tier1)(.*kernel-rt)"
|
|
|
|
--
|
|
2.41.0
|
|
|