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
58 lines
2.1 KiB
Diff
58 lines
2.1 KiB
Diff
From 0f4212f989ad5907091651c6c1c179240c21f4cb Mon Sep 17 00:00:00 2001
|
|
From: Inessa Vasilevskaya <ivasilev@redhat.com>
|
|
Date: Thu, 10 Aug 2023 14:01:32 +0200
|
|
Subject: [PATCH 01/38] Further narrow down packit tests
|
|
|
|
- Get rid of the sad uefi_upgrade test for now;
|
|
- Reduce time consuming partitioning tests to 3.
|
|
|
|
in demand /rerun command-scheduled tests will still be running
|
|
the full destructive test set (no max_sst though).
|
|
---
|
|
.packit.yaml | 8 ++++----
|
|
1 file changed, 4 insertions(+), 4 deletions(-)
|
|
|
|
diff --git a/.packit.yaml b/.packit.yaml
|
|
index b7b4c0be..50a50747 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: "^(?!.*max_sst)(.*tier1)"
|
|
+ tmt_plan: "((?!.*uefi_upgrade)(?!.*max_sst)(?!.*partitioning)(.*tier1)|(?!.*uefi_upgrade)(?!.*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: "^(?!.*max_sst)(.*tier1)"
|
|
+ tmt_plan: "((?!.*uefi_upgrade)(?!.*max_sst)(?!.*partitioning)(.*tier1)|(?!.*uefi_upgrade)(?!.*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: "^(?!.*max_sst)(.*tier1)"
|
|
+ tmt_plan: "((?!.*uefi_upgrade)(?!.*max_sst)(?!.*partitioning)(.*tier1)|(?!.*uefi_upgrade)(?!.*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: "^(?!.*max_sst)(.*tier1)"
|
|
+ tmt_plan: "((?!.*uefi_upgrade)(?!.*max_sst)(?!.*partitioning)(.*tier1)|(?!.*uefi_upgrade)(?!.*max_sst)(.*tier1)(.*partitioning_monolithic|.*separate_var_usr_varlog))"
|
|
tf_extra_params:
|
|
environments:
|
|
- tmt:
|
|
--
|
|
2.41.0
|
|
|