forked from rpms/leapp-repository
c64266d19b
- Introduce new upgrade path RHEL 8.9 -> 9.3 - Update leapp data files to reflect new changes between systems - Detect and report use of deprecated Xorg drivers - Minor improvements of generated reports - Fix false positive report about invalid symlinks - Inhibit the upgrade when unsupported x86-64 microarchitecture is detected - Resolves: rhbz#2215997
28 lines
1.3 KiB
Diff
28 lines
1.3 KiB
Diff
From 8ed665ca45c90ddd305ff6a3be341d2eef351a9e Mon Sep 17 00:00:00 2001
|
|
From: Inessa Vasilevskaya <ivasilev@redhat.com>
|
|
Date: Tue, 25 Apr 2023 12:18:52 +0200
|
|
Subject: [PATCH 14/30] Update pr-welcome-msg with packit tests info
|
|
|
|
Let's mention the big leap for leapp officially together with
|
|
a command to (re-)trigger tests.
|
|
---
|
|
.github/workflows/pr-welcome-msg.yml | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/.github/workflows/pr-welcome-msg.yml b/.github/workflows/pr-welcome-msg.yml
|
|
index 5fbf9558..adeed97c 100644
|
|
--- a/.github/workflows/pr-welcome-msg.yml
|
|
+++ b/.github/workflows/pr-welcome-msg.yml
|
|
@@ -24,6 +24,8 @@ jobs:
|
|
- **review please** to notify leapp developers of review request
|
|
- **/packit copr-build** to submit a public copr build using packit
|
|
|
|
+ Packit will automatically schedule regression tests for this PR's build and leapp\*master\*. If you need a different version of leapp from PR#42, use `/packit test oamg/leapp#42`
|
|
+
|
|
To launch regression testing public members of oamg organization can leave the following comment:
|
|
- **/rerun** to schedule basic regression tests using this pr build and leapp\*master\* as artifacts
|
|
- **/rerun 42** to schedule basic regression tests using this pr build and leapp\*PR42\* as artifacts
|
|
--
|
|
2.40.1
|
|
|