- 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
188 lines
4.8 KiB
Diff
188 lines
4.8 KiB
Diff
From f417bac7cbc489d713c2102af5a511762ab4c63c Mon Sep 17 00:00:00 2001
|
|
From: Martin Kluson <mkluson@redhat.com>
|
|
Date: Tue, 4 Jun 2024 15:26:30 +0200
|
|
Subject: [PATCH 58/92] .packit.yaml: update ENV variables
|
|
|
|
- Remove unused `RHSM_REPOS` and `LEAPPDATA_BRANCH`
|
|
- Update ENV variables for RHUI tests
|
|
- enable upgrade path to 8.10 on AWS
|
|
---
|
|
.packit.yaml | 50 +++++++++++---------------------------------------
|
|
1 file changed, 11 insertions(+), 39 deletions(-)
|
|
|
|
diff --git a/.packit.yaml b/.packit.yaml
|
|
index dd97c6ee..805eb2b5 100644
|
|
--- a/.packit.yaml
|
|
+++ b/.packit.yaml
|
|
@@ -201,10 +201,8 @@ jobs:
|
|
env:
|
|
SOURCE_RELEASE: "7.9"
|
|
TARGET_RELEASE: "8.8"
|
|
- RHUI: "aws"
|
|
- LEAPPDATA_BRANCH: "upstream"
|
|
LEAPP_NO_RHSM: "1"
|
|
- USE_CUSTOM_REPOS: rhui
|
|
+ RHUI_HYPERSCALER: aws
|
|
|
|
- &sanity-79to88
|
|
<<: *sanity-abstract-7to8
|
|
@@ -213,7 +211,6 @@ jobs:
|
|
env:
|
|
SOURCE_RELEASE: "7.9"
|
|
TARGET_RELEASE: "8.8"
|
|
- LEAPPDATA_BRANCH: "upstream"
|
|
|
|
- &beaker-minimal-79to88
|
|
<<: *beaker-minimal-7to8-abstract-ondemand
|
|
@@ -226,7 +223,6 @@ jobs:
|
|
env:
|
|
SOURCE_RELEASE: "7.9"
|
|
TARGET_RELEASE: "8.8"
|
|
- LEAPPDATA_BRANCH: "upstream"
|
|
|
|
- &kernel-rt-79to88
|
|
<<: *kernel-rt-abstract-7to8-ondemand
|
|
@@ -239,7 +235,6 @@ jobs:
|
|
env:
|
|
SOURCE_RELEASE: "7.9"
|
|
TARGET_RELEASE: "8.8"
|
|
- LEAPPDATA_BRANCH: "upstream"
|
|
|
|
# Tests: 7.9 -> 8.10
|
|
- &sanity-79to810
|
|
@@ -249,20 +244,15 @@ jobs:
|
|
env:
|
|
SOURCE_RELEASE: "7.9"
|
|
TARGET_RELEASE: "8.10"
|
|
- LEAPPDATA_BRANCH: "upstream"
|
|
-
|
|
-# NOTE(mkluson) RHEL 8.10 content is not publicly available (via RHUI)
|
|
-#- &sanity-79to810-aws
|
|
-# <<: *sanity-abstract-7to8-aws
|
|
-# trigger: pull_request
|
|
-# identifier: sanity-7.9to8.10-aws
|
|
-# env:
|
|
-# SOURCE_RELEASE: "7.9"
|
|
-# TARGET_RELEASE: "8.10"
|
|
-# RHUI: "aws"
|
|
-# LEAPPDATA_BRANCH: "upstream"
|
|
-# LEAPP_NO_RHSM: "1"
|
|
-# USE_CUSTOM_REPOS: rhui
|
|
+
|
|
+- &sanity-79to810-aws
|
|
+ <<: *sanity-abstract-7to8-aws
|
|
+ trigger: pull_request
|
|
+ identifier: sanity-7.9to8.10-aws
|
|
+ env:
|
|
+ SOURCE_RELEASE: "7.9"
|
|
+ TARGET_RELEASE: "8.10"
|
|
+ RHUI_HYPERSCALER: aws
|
|
|
|
- &beaker-minimal-79to810
|
|
<<: *beaker-minimal-7to8-abstract-ondemand
|
|
@@ -275,7 +265,6 @@ jobs:
|
|
env:
|
|
SOURCE_RELEASE: "7.9"
|
|
TARGET_RELEASE: "8.10"
|
|
- LEAPPDATA_BRANCH: "upstream"
|
|
|
|
- &kernel-rt-79to810
|
|
<<: *kernel-rt-abstract-7to8-ondemand
|
|
@@ -288,7 +277,6 @@ jobs:
|
|
env:
|
|
SOURCE_RELEASE: "7.9"
|
|
TARGET_RELEASE: "8.10"
|
|
- LEAPPDATA_BRANCH: "upstream"
|
|
|
|
|
|
# ###################################################################### #
|
|
@@ -420,7 +408,6 @@ jobs:
|
|
SOURCE_RELEASE: "8.8"
|
|
TARGET_RELEASE: "9.2"
|
|
RHSM_REPOS_EUS: "eus"
|
|
- LEAPPDATA_BRANCH: "upstream"
|
|
LEAPP_DEVEL_TARGET_RELEASE: "9.2"
|
|
|
|
- &sanity-88to92-aws
|
|
@@ -447,11 +434,8 @@ jobs:
|
|
env:
|
|
SOURCE_RELEASE: "8.8"
|
|
TARGET_RELEASE: "9.2"
|
|
- RHSM_REPOS: "rhel-8-for-x86_64-appstream-eus-rpms,rhel-8-for-x86_64-baseos-eus-rpms"
|
|
- RHUI: "aws"
|
|
- LEAPPDATA_BRANCH: "upstream"
|
|
LEAPP_NO_RHSM: "1"
|
|
- USE_CUSTOM_REPOS: rhui
|
|
+ RHUI_HYPERSCALER: aws
|
|
|
|
- &beaker-minimal-88to92
|
|
<<: *beaker-minimal-8to9-abstract-ondemand
|
|
@@ -480,7 +464,6 @@ jobs:
|
|
env:
|
|
SOURCE_RELEASE: "8.8"
|
|
TARGET_RELEASE: "9.2"
|
|
- LEAPPDATA_BRANCH: "upstream"
|
|
LEAPP_DEVEL_TARGET_RELEASE: "9.2"
|
|
|
|
- &kernel-rt-88to92
|
|
@@ -509,7 +492,6 @@ jobs:
|
|
env:
|
|
SOURCE_RELEASE: "8.8"
|
|
TARGET_RELEASE: "9.2"
|
|
- LEAPPDATA_BRANCH: "upstream"
|
|
LEAPP_DEVEL_TARGET_RELEASE: "9.2"
|
|
|
|
|
|
@@ -521,8 +503,6 @@ jobs:
|
|
env:
|
|
SOURCE_RELEASE: "8.10"
|
|
TARGET_RELEASE: "9.4"
|
|
- RHSM_REPOS: "rhel-8-for-x86_64-appstream-beta-rpms,rhel-8-for-x86_64-baseos-beta-rpms"
|
|
- LEAPPDATA_BRANCH: "upstream"
|
|
|
|
# On-demand minimal beaker tests
|
|
- &beaker-minimal-810to94
|
|
@@ -536,7 +516,6 @@ jobs:
|
|
env:
|
|
SOURCE_RELEASE: "8.10"
|
|
TARGET_RELEASE: "9.4"
|
|
- LEAPPDATA_BRANCH: "upstream"
|
|
|
|
# On-demand kernel-rt tests
|
|
- &kernel-rt-810to94
|
|
@@ -550,8 +529,6 @@ jobs:
|
|
env:
|
|
SOURCE_RELEASE: "8.10"
|
|
TARGET_RELEASE: "9.4"
|
|
- RHSM_REPOS: "rhel-8-for-x86_64-appstream-beta-rpms,rhel-8-for-x86_64-baseos-beta-rpms"
|
|
- LEAPPDATA_BRANCH: "upstream"
|
|
|
|
|
|
# Tests: 8.10 -> 9.5
|
|
@@ -562,8 +539,6 @@ jobs:
|
|
env:
|
|
SOURCE_RELEASE: "8.10"
|
|
TARGET_RELEASE: "9.5"
|
|
- RHSM_REPOS: "rhel-8-for-x86_64-appstream-beta-rpms,rhel-8-for-x86_64-baseos-beta-rpms"
|
|
- LEAPPDATA_BRANCH: "upstream"
|
|
|
|
# On-demand minimal beaker tests
|
|
- &beaker-minimal-810to95
|
|
@@ -577,7 +552,6 @@ jobs:
|
|
env:
|
|
SOURCE_RELEASE: "8.10"
|
|
TARGET_RELEASE: "9.5"
|
|
- LEAPPDATA_BRANCH: "upstream"
|
|
|
|
# On-demand kernel-rt tests
|
|
- &kernel-rt-810to95
|
|
@@ -591,5 +565,3 @@ jobs:
|
|
env:
|
|
SOURCE_RELEASE: "8.10"
|
|
TARGET_RELEASE: "9.5"
|
|
- RHSM_REPOS: "rhel-8-for-x86_64-appstream-beta-rpms,rhel-8-for-x86_64-baseos-beta-rpms"
|
|
- LEAPPDATA_BRANCH: "upstream"
|
|
--
|
|
2.42.0
|
|
|