36 lines
1008 B
Diff
36 lines
1008 B
Diff
From 3981f12bd9c8d71539f2ccd8b1877d203a292efd Mon Sep 17 00:00:00 2001
|
|
From: Michal Macura <mmacura@redhat.com>
|
|
Date: Tue, 6 May 2025 17:26:30 +0200
|
|
Subject: [PATCH 7/7] Update .packit.yaml to fix failing rhui job
|
|
|
|
This commit updates the tag and env for the sanity-810to94-aws job to
|
|
make it run correctly.
|
|
---
|
|
.packit.yaml | 3 +--
|
|
1 file changed, 1 insertion(+), 2 deletions(-)
|
|
|
|
diff --git a/.packit.yaml b/.packit.yaml
|
|
index 6f41db1..67e0b28 100644
|
|
--- a/.packit.yaml
|
|
+++ b/.packit.yaml
|
|
@@ -199,7 +199,7 @@ jobs:
|
|
tf_extra_params:
|
|
test:
|
|
tmt:
|
|
- plan_filter: 'tag:8to9 & tag:rhui-tier[0] & enabled:true'
|
|
+ plan_filter: 'tag:8to9 & tag:rhui-aws-tier0 & enabled:true'
|
|
environments:
|
|
- artifacts: *artifacts-for-rhel8
|
|
- tmt:
|
|
@@ -211,7 +211,6 @@ jobs:
|
|
BusinessUnit: sst_upgrades@leapp_upstream_test
|
|
env:
|
|
<<: *env-810to94
|
|
- RHUI_HYPERSCALER: aws
|
|
|
|
|
|
# ###################################################################### #
|
|
--
|
|
2.49.0
|
|
|