- 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
62 lines
1.7 KiB
Diff
62 lines
1.7 KiB
Diff
From 281b59832182679e8a8dc609b6b433673bcd1d39 Mon Sep 17 00:00:00 2001
|
|
From: Matej Matuska <mmatuska@redhat.com>
|
|
Date: Tue, 28 May 2024 14:49:12 +0200
|
|
Subject: [PATCH 50/92] packit: Enable 8.10to9.5 tests
|
|
|
|
---
|
|
.packit.yaml | 41 +++++++++++++++++++++++++++++++++++++++++
|
|
1 file changed, 41 insertions(+)
|
|
|
|
diff --git a/.packit.yaml b/.packit.yaml
|
|
index dc9b9431..dd97c6ee 100644
|
|
--- a/.packit.yaml
|
|
+++ b/.packit.yaml
|
|
@@ -552,3 +552,44 @@ jobs:
|
|
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
|
|
+- &sanity-810to95
|
|
+ <<: *sanity-abstract-8to9
|
|
+ trigger: pull_request
|
|
+ identifier: sanity-8.10to9.5
|
|
+ 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
|
|
+ <<: *beaker-minimal-8to9-abstract-ondemand
|
|
+ trigger: pull_request
|
|
+ labels:
|
|
+ - beaker-minimal
|
|
+ - beaker-minimal-8.10to9.5
|
|
+ - 8.10to9.5
|
|
+ identifier: sanity-8.10to9.5-beaker-minimal-ondemand
|
|
+ env:
|
|
+ SOURCE_RELEASE: "8.10"
|
|
+ TARGET_RELEASE: "9.5"
|
|
+ LEAPPDATA_BRANCH: "upstream"
|
|
+
|
|
+# On-demand kernel-rt tests
|
|
+- &kernel-rt-810to95
|
|
+ <<: *kernel-rt-abstract-8to9-ondemand
|
|
+ trigger: pull_request
|
|
+ labels:
|
|
+ - kernel-rt
|
|
+ - kernel-rt-8.10to9.5
|
|
+ - 8.10to9.5
|
|
+ identifier: sanity-8.10to9.5-kernel-rt-ondemand
|
|
+ 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
|
|
|