@@ -163,6 +163,15 @@ jobs:
163
163
RHUI : " aws"
164
164
LEAPPDATA_BRANCH : " upstream"
165
165
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
+
166
175
# On-demand minimal beaker tests
167
176
- &beaker-minimal-79to86
168
177
<< : *sanity-79to86
@@ -274,6 +283,40 @@ jobs:
274
283
TARGET_RELEASE : " 8.9"
275
284
LEAPPDATA_BRANCH : " upstream"
276
285
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
+
277
320
- &sanity-86to90
278
321
<< : *sanity-79to86
279
322
targets :
@@ -445,7 +488,6 @@ jobs:
445
488
env :
446
489
SOURCE_RELEASE : " 8.9"
447
490
TARGET_RELEASE : " 9.3"
448
- RHSM_REPOS : " rhel-8-for-x86_64-appstream-beta-rpms,rhel-8-for-x86_64-baseos-beta-rpms"
449
491
LEAPPDATA_BRANCH : " upstream"
450
492
LEAPP_DEVEL_TARGET_RELEASE : " 9.3"
451
493
@@ -475,7 +517,6 @@ jobs:
475
517
env :
476
518
SOURCE_RELEASE : " 8.9"
477
519
TARGET_RELEASE : " 9.3"
478
- RHSM_REPOS : " rhel-8-for-x86_64-appstream-beta-rpms,rhel-8-for-x86_64-baseos-beta-rpms"
479
520
LEAPPDATA_BRANCH : " upstream"
480
521
LEAPP_DEVEL_TARGET_RELEASE : " 9.3"
481
522
@@ -500,6 +541,79 @@ jobs:
500
541
tags :
501
542
BusinessUnit : sst_upgrades@leapp_upstream_test
502
543
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
+
503
617
- &sanity-86to90-aws
504
618
<< : *sanity-79to86-aws
505
619
targets :
0 commit comments