- Improve set_systemd_services_states logging - [IPU 7 -> 8] Fix detection of bootable device on RAID - Fix detection of valid sshd config with internal-sftp subsystem in Leapp - Handle a false positive GPG check error when TargetUserSpaceInfo is missing - Fix failing "update-ca-trust" command caused by missing util-linux package - Improve report when a system is unsupported - Fix handling of versions in RHUI configuration for ELS and SAP upgrades - Add missing RHUI GCP config info for RHEL for SAP - Resolves: RHEL-33902, RHEL-30573, RHEL-43978, RHEL-39046, RHEL-39047, RHEL-39049
97 lines
2.9 KiB
Diff
97 lines
2.9 KiB
Diff
From 9ec92806e5e4dde455b303dc86269998971b9b19 Mon Sep 17 00:00:00 2001
|
|
From: Anna Dupliak <adupliak@redhat.com>
|
|
Date: Fri, 12 Jul 2024 16:43:57 +0200
|
|
Subject: [PATCH 69/92] Use frozen branch for rhel7 downstream testing (#1263)
|
|
|
|
RHEL 7 is EOM and based on that another testing of IPU 7 -> 8 is used only to be able to discover a possible regression. As such, all integration tests for IPU 7 -> 8 should be executed from a frozen rhel7 branch. Updating packig configuration to address that.
|
|
---
|
|
.packit.yaml | 23 +++++++++++++++--------
|
|
1 file changed, 15 insertions(+), 8 deletions(-)
|
|
|
|
diff --git a/.packit.yaml b/.packit.yaml
|
|
index a27806f2..7c3799cf 100644
|
|
--- a/.packit.yaml
|
|
+++ b/.packit.yaml
|
|
@@ -88,7 +88,8 @@ jobs:
|
|
|
|
# NOTE: to see what envars, targets, .. can be set in tests, see
|
|
# the configuration of tests here:
|
|
-# https://gitlab.cee.redhat.com/oamg/leapp-tests/-/blob/main/config.yaml
|
|
+# 7toX path https://gitlab.cee.redhat.com/oamg/leapp-tests/-/blob/rhel7/config.yaml
|
|
+# >7tox path https://gitlab.cee.redhat.com/oamg/leapp-tests/-/blob/main/config.yaml
|
|
# Available only to RH Employees.
|
|
|
|
# ###################################################################### #
|
|
@@ -102,7 +103,7 @@ jobs:
|
|
job: tests
|
|
trigger: ignore
|
|
fmf_url: "https://gitlab.cee.redhat.com/oamg/leapp-tests"
|
|
- fmf_ref: "main"
|
|
+ fmf_ref: "rhel7"
|
|
use_internal_tf: True
|
|
labels:
|
|
- sanity
|
|
@@ -149,7 +150,7 @@ jobs:
|
|
tf_extra_params:
|
|
test:
|
|
tmt:
|
|
- plan_filter: 'tag:7to8 & tag:rhui-tier[0] & enabled:true'
|
|
+ plan_filter: 'tag:7to8 & tag:upgrade_happy_path & enabled:true'
|
|
environments:
|
|
- tmt:
|
|
context:
|
|
@@ -163,7 +164,10 @@ jobs:
|
|
env:
|
|
SOURCE_RELEASE: "7.9"
|
|
TARGET_RELEASE: "8.8"
|
|
- RHUI_HYPERSCALER: aws
|
|
+ RHUI: "aws"
|
|
+ LEAPPDATA_BRANCH: "upstream"
|
|
+ LEAPP_NO_RHSM: "1"
|
|
+ USE_CUSTOM_REPOS: rhui
|
|
|
|
- &sanity-79to88
|
|
<<: *sanity-abstract-7to8
|
|
@@ -172,7 +176,7 @@ jobs:
|
|
tf_extra_params:
|
|
test:
|
|
tmt:
|
|
- plan_filter: 'tag:7to8 & tag:tier0 & enabled:true'
|
|
+ plan_filter: 'tag:7to8 & tag:sanity & enabled:true'
|
|
environments:
|
|
- tmt:
|
|
context:
|
|
@@ -244,7 +248,7 @@ jobs:
|
|
tf_extra_params:
|
|
test:
|
|
tmt:
|
|
- plan_filter: 'tag:7to8 & tag:tier0 & enabled:true'
|
|
+ plan_filter: 'tag:7to8 & tag:sanity & enabled:true'
|
|
environments:
|
|
- tmt:
|
|
context:
|
|
@@ -265,7 +269,7 @@ jobs:
|
|
tf_extra_params:
|
|
test:
|
|
tmt:
|
|
- plan_filter: 'tag:7to8 & tag:rhui-tier[0] & enabled:true'
|
|
+ plan_filter: 'tag:7to8 & tag:upgrade_happy_path & enabled:true'
|
|
environments:
|
|
- tmt:
|
|
context:
|
|
@@ -279,7 +283,10 @@ jobs:
|
|
env:
|
|
SOURCE_RELEASE: "7.9"
|
|
TARGET_RELEASE: "8.10"
|
|
- RHUI_HYPERSCALER: aws
|
|
+ RHUI: "aws"
|
|
+ LEAPPDATA_BRANCH: "upstream"
|
|
+ LEAPP_NO_RHSM: "1"
|
|
+ USE_CUSTOM_REPOS: rhui
|
|
|
|
- &beaker-minimal-79to810
|
|
<<: *beaker-minimal-7to8-abstract-ondemand
|
|
--
|
|
2.42.0
|
|
|