Skip to content

Commit 2340bd5

Browse files
fernflowerpirat89
authored andcommitted
Add 7.9to8.10 and 8.10to9.4 upgrade paths
1 parent de4d8cb commit 2340bd5

File tree

1 file changed

+116
-2
lines changed

1 file changed

+116
-2
lines changed

.packit.yaml

Lines changed: 116 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,15 @@ jobs:
163163
RHUI: "aws"
164164
LEAPPDATA_BRANCH: "upstream"
165165

166+
- &sanity-79to810-aws
167+
<<: *sanity-79to86-aws
168+
identifier: sanity-7.9to8.10-aws-e2e
169+
env:
170+
SOURCE_RELEASE: "7.9"
171+
TARGET_RELEASE: "8.10"
172+
RHUI: "aws"
173+
LEAPPDATA_BRANCH: "upstream"
174+
166175
# On-demand minimal beaker tests
167176
- &beaker-minimal-79to86
168177
<<: *sanity-79to86
@@ -274,6 +283,40 @@ jobs:
274283
TARGET_RELEASE: "8.9"
275284
LEAPPDATA_BRANCH: "upstream"
276285

286+
- &sanity-79to810
287+
<<: *sanity-79to86
288+
identifier: sanity-7.9to8.10
289+
env:
290+
SOURCE_RELEASE: "7.9"
291+
TARGET_RELEASE: "8.10"
292+
LEAPPDATA_BRANCH: "upstream"
293+
294+
# On-demand minimal beaker tests
295+
- &beaker-minimal-79to810
296+
<<: *beaker-minimal-79to86
297+
labels:
298+
- beaker-minimal
299+
- beaker-minimal-7.9to8.10
300+
- 7.9to8.10
301+
identifier: sanity-7.9to8.10-beaker-minimal
302+
env:
303+
SOURCE_RELEASE: "7.9"
304+
TARGET_RELEASE: "8.10"
305+
LEAPPDATA_BRANCH: "upstream"
306+
307+
# On-demand kernel-rt tests
308+
- &kernel-rt-79to810
309+
<<: *kernel-rt-79to88
310+
labels:
311+
- kernel-rt
312+
- kernel-rt-7.9to8.10
313+
- 7.9to8.10
314+
identifier: sanity-7.9to8.10-kernel-rt
315+
env:
316+
SOURCE_RELEASE: "7.9"
317+
TARGET_RELEASE: "8.10"
318+
LEAPPDATA_BRANCH: "upstream"
319+
277320
- &sanity-86to90
278321
<<: *sanity-79to86
279322
targets:
@@ -445,7 +488,6 @@ jobs:
445488
env:
446489
SOURCE_RELEASE: "8.9"
447490
TARGET_RELEASE: "9.3"
448-
RHSM_REPOS: "rhel-8-for-x86_64-appstream-beta-rpms,rhel-8-for-x86_64-baseos-beta-rpms"
449491
LEAPPDATA_BRANCH: "upstream"
450492
LEAPP_DEVEL_TARGET_RELEASE: "9.3"
451493

@@ -475,7 +517,6 @@ jobs:
475517
env:
476518
SOURCE_RELEASE: "8.9"
477519
TARGET_RELEASE: "9.3"
478-
RHSM_REPOS: "rhel-8-for-x86_64-appstream-beta-rpms,rhel-8-for-x86_64-baseos-beta-rpms"
479520
LEAPPDATA_BRANCH: "upstream"
480521
LEAPP_DEVEL_TARGET_RELEASE: "9.3"
481522

@@ -500,6 +541,79 @@ jobs:
500541
tags:
501542
BusinessUnit: sst_upgrades@leapp_upstream_test
502543

544+
- &sanity-810to94
545+
<<: *sanity-88to92
546+
targets:
547+
epel-8-x86_64:
548+
distros: [RHEL-8.10.0-Nightly]
549+
identifier: sanity-8.10to9.4
550+
tf_extra_params:
551+
test:
552+
tmt:
553+
plan_filter: 'tag:sanity & tag:8to9'
554+
environments:
555+
- tmt:
556+
context:
557+
distro: "rhel-8.10"
558+
settings:
559+
provisioning:
560+
tags:
561+
BusinessUnit: sst_upgrades@leapp_upstream_test
562+
env:
563+
SOURCE_RELEASE: "8.10"
564+
TARGET_RELEASE: "9.4"
565+
RHSM_REPOS: "rhel-8-for-x86_64-appstream-beta-rpms,rhel-8-for-x86_64-baseos-beta-rpms"
566+
LEAPPDATA_BRANCH: "upstream"
567+
568+
# On-demand minimal beaker tests
569+
- &beaker-minimal-810to94
570+
<<: *beaker-minimal-88to92
571+
labels:
572+
- beaker-minimal
573+
- beaker-minimal-8.10to9.4
574+
- 8.10to9.4
575+
targets:
576+
epel-8-x86_64:
577+
distros: [RHEL-8.10.0-Nightly]
578+
identifier: sanity-8.10to9.4-beaker-minimal
579+
tf_extra_params:
580+
test:
581+
tmt:
582+
plan_filter: 'tag:partitioning & tag:8to9'
583+
environments:
584+
- tmt:
585+
context:
586+
distro: "rhel-8.10"
587+
settings:
588+
provisioning:
589+
tags:
590+
BusinessUnit: sst_upgrades@leapp_upstream_test
591+
env:
592+
SOURCE_RELEASE: "8.10"
593+
TARGET_RELEASE: "9.4"
594+
LEAPPDATA_BRANCH: "upstream"
595+
596+
# On-demand kernel-rt tests
597+
- &kernel-rt-810to94
598+
<<: *beaker-minimal-810to94
599+
labels:
600+
- kernel-rt
601+
- kernel-rt-8.10to9.4
602+
- 8.10to9.4
603+
identifier: sanity-8.10to9.4-kernel-rt
604+
tf_extra_params:
605+
test:
606+
tmt:
607+
plan_filter: 'tag:kernel-rt & tag:8to9'
608+
environments:
609+
- tmt:
610+
context:
611+
distro: "rhel-8.10"
612+
settings:
613+
provisioning:
614+
tags:
615+
BusinessUnit: sst_upgrades@leapp_upstream_test
616+
503617
- &sanity-86to90-aws
504618
<<: *sanity-79to86-aws
505619
targets:

0 commit comments

Comments
 (0)