@@ -72,13 +72,13 @@ init:
72
72
73
73
.nightly_rules_all :
74
74
rules :
75
- - if : ' $CI_PIPELINE_SOURCE == "schedule" && $RUNNER =~ /[\S]+rhel-9.6 -[^ga][\S]+/ && $NIGHTLY == "true" && $RHEL_MAJOR == "9"'
76
- - if : ' $CI_PIPELINE_SOURCE == "schedule" && $RUNNER =~ /[\S]+rhel-10.0 -[^ga][\S]+/ && $NIGHTLY == "true" && $RHEL_MAJOR == "10"'
75
+ - if : ' $CI_PIPELINE_SOURCE == "schedule" && $RUNNER =~ /[\S]+rhel-9\.(6|7) -[^ga][\S]+/ && $NIGHTLY == "true" && $RHEL_MAJOR == "9"'
76
+ - if : ' $CI_PIPELINE_SOURCE == "schedule" && $RUNNER =~ /[\S]+rhel-10.\.(0|1) -[^ga][\S]+/ && $NIGHTLY == "true" && $RHEL_MAJOR == "10"'
77
77
78
78
.nightly_rules_x86_64 :
79
79
rules :
80
- - if : ' $CI_PIPELINE_SOURCE == "schedule" && $RUNNER =~ /[\S]+rhel-9.6 -[^ga][\S]+/ && $RUNNER =~ "/^.*(x86_64).*$/" && $NIGHTLY == "true" && $RHEL_MAJOR == "9"'
81
- - if : ' $CI_PIPELINE_SOURCE == "schedule" && $RUNNER =~ /[\S]+rhel-10.0 -[^ga][\S]+/ && $RUNNER =~ "/^.*(x86_64).*$/" && $NIGHTLY == "true" && $RHEL_MAJOR == "10"'
80
+ - if : ' $CI_PIPELINE_SOURCE == "schedule" && $RUNNER =~ /[\S]+rhel-9\.(6|7) -[^ga][\S]+/ && $RUNNER =~ "/^.*(x86_64).*$/" && $NIGHTLY == "true" && $RHEL_MAJOR == "9"'
81
+ - if : ' $CI_PIPELINE_SOURCE == "schedule" && $RUNNER =~ /[\S]+rhel-10.\.(0|1) -[^ga][\S]+/ && $RUNNER =~ "/^.*(x86_64).*$/" && $NIGHTLY == "true" && $RHEL_MAJOR == "10"'
82
82
83
83
.ga_rules_all :
84
84
rules :
@@ -91,10 +91,10 @@ init:
91
91
92
92
.RPM_RUNNERS_RHEL : &RPM_RUNNERS_RHEL
93
93
RUNNER :
94
- - aws/rhel-9.6 -nightly-x86_64
95
- - aws/rhel-9.6 -nightly-aarch64
96
- - aws/rhel-10.0 -nightly-x86_64
97
- - aws/rhel-10.0 -nightly-aarch64
94
+ - aws/rhel-9.7 -nightly-x86_64
95
+ - aws/rhel-9.7 -nightly-aarch64
96
+ - aws/rhel-10.1 -nightly-x86_64
97
+ - aws/rhel-10.1 -nightly-aarch64
98
98
99
99
INTERNAL_NETWORK : ["true"]
100
100
@@ -178,8 +178,8 @@ Prepare-rhel-internal:
178
178
- RUNNER :
179
179
# NOTE: 1 runner prepares for all arches b/c subsequent jobs download
180
180
# artifacts from all previous jobs and the last one wins
181
- - aws/rhel-9.6 -nightly-x86_64
182
- - aws/rhel-10.0 -nightly-x86_64
181
+ - aws/rhel-9.7 -nightly-x86_64
182
+ - aws/rhel-10.1 -nightly-x86_64
183
183
INTERNAL_NETWORK : ["true"]
184
184
185
185
Base :
@@ -202,10 +202,10 @@ Base:
202
202
- aws/rhel-9.5-ga-x86_64
203
203
- aws/rhel-9.5-ga-aarch64
204
204
- RUNNER :
205
- - aws/rhel-9.6 -nightly-x86_64
206
- - aws/rhel-9.6 -nightly-aarch64
207
- - aws/rhel-10.0 -nightly-x86_64
208
- - aws/rhel-10.0 -nightly-aarch64
205
+ - aws/rhel-9.7 -nightly-x86_64
206
+ - aws/rhel-9.7 -nightly-aarch64
207
+ - aws/rhel-10.1 -nightly-x86_64
208
+ - aws/rhel-10.1 -nightly-aarch64
209
209
- aws/centos-stream-9-x86_64
210
210
- aws/centos-stream-9-aarch64
211
211
- aws/centos-stream-10-x86_64
@@ -232,10 +232,10 @@ Base:
232
232
- aws/rhel-8.10-ga-aarch64
233
233
- aws/rhel-9.5-ga-x86_64
234
234
- aws/rhel-9.5-ga-aarch64
235
- - aws/rhel-9.6 -nightly-x86_64
236
- - aws/rhel-9.6 -nightly-aarch64
237
- - aws/rhel-10.0 -nightly-x86_64
238
- - aws/rhel-10.0 -nightly-aarch64
235
+ - aws/rhel-9.7 -nightly-x86_64
236
+ - aws/rhel-9.7 -nightly-aarch64
237
+ - aws/rhel-10.1 -nightly-x86_64
238
+ - aws/rhel-10.1 -nightly-aarch64
239
239
- aws/centos-stream-9-x86_64
240
240
- aws/centos-stream-9-aarch64
241
241
- aws/centos-stream-10-x86_64
@@ -326,10 +326,10 @@ Image Tests:
326
326
- RUNNER :
327
327
- aws/rhel-8.10-ga-x86_64
328
328
- aws/rhel-8.10-ga-aarch64
329
- - aws/rhel-9.6 -nightly-x86_64
330
- - aws/rhel-9.6 -nightly-aarch64
331
- - aws/rhel-10.0 -nightly-x86_64
332
- - aws/rhel-10.0 -nightly-aarch64
329
+ - aws/rhel-9.7 -nightly-x86_64
330
+ - aws/rhel-9.7 -nightly-aarch64
331
+ - aws/rhel-10.1 -nightly-x86_64
332
+ - aws/rhel-10.1 -nightly-aarch64
333
333
INTERNAL_NETWORK : ["true"]
334
334
335
335
Trigger-rhel-edge-ci :
@@ -357,8 +357,8 @@ Trigger-rhel-edge-ci:
357
357
RUNNER :
358
358
- aws/rhel-8.10-ga-x86_64
359
359
- aws/rhel-9.5-ga-x86_64
360
- - aws/rhel-9.6 -nightly-x86_64
361
- - aws/rhel-10.0 -nightly-x86_64
360
+ - aws/rhel-9.7 -nightly-x86_64
361
+ - aws/rhel-10.1 -nightly-x86_64
362
362
- aws/centos-stream-9-x86_64
363
363
- aws/centos-stream-10-x86_64
364
364
INTERNAL_NETWORK : ["true"]
@@ -455,8 +455,8 @@ OpenShift_Virtualization:
455
455
parallel :
456
456
matrix :
457
457
- RUNNER :
458
- - aws/rhel-9.6 -nightly-x86_64
459
- - aws/rhel-10.0 -nightly-x86_64
458
+ - aws/rhel-9.7 -nightly-x86_64
459
+ - aws/rhel-10.1 -nightly-x86_64
460
460
INTERNAL_NETWORK : ["true"]
461
461
462
462
azure.sh :
@@ -533,10 +533,11 @@ filesystem.sh:
533
533
RUNNER :
534
534
- aws/rhel-9.5-ga-x86_64
535
535
- aws/rhel-10.0-nightly-x86_64
536
+ - aws/rhel-10.1-nightly-x86_64
536
537
INTERNAL_NETWORK : ["true"]
537
538
- CUSTOMIZATION_TYPE : " disk-lvm"
538
539
RUNNER :
539
- - aws/rhel-9.6 -nightly-x86_64
540
+ - aws/rhel-9.7 -nightly-x86_64
540
541
INTERNAL_NETWORK : ["true"]
541
542
- CUSTOMIZATION_TYPE : " disk-lvm"
542
543
RUNNER :
580
581
RUNNER :
581
582
- aws/rhel-8.10-ga-x86_64
582
583
- aws/rhel-9.5-ga-x86_64
583
- - aws/rhel-9.6 -nightly-x86_64
584
+ - aws/rhel-9.7 -nightly-x86_64
584
585
INTERNAL_NETWORK : ["true"]
585
586
# el10 for now supports only a subset of image types
586
587
- IMAGE_TYPE :
@@ -649,10 +650,10 @@ API-module-hotfixes:
649
650
- RUNNER :
650
651
- gcp/rhel-8.10-ga-x86_64
651
652
- gcp/rhel-9.5-ga-x86_64
652
- - gcp/rhel-9.6 -nightly-x86_64
653
+ - gcp/rhel-9.7 -nightly-x86_64
653
654
# TODO: replace the rhos-01 runner with this gcp runner once it's available
654
655
# - gcp/rhel-10.0-nightly-x86_64
655
- - rhos-01 /rhel-10.0 -nightly-x86_64
656
+ - gcp /rhel-10.1 -nightly-x86_64
656
657
- gcp/centos-stream-9-x86_64
657
658
INTERNAL_NETWORK : ["true"]
658
659
@@ -693,14 +694,14 @@ weldr-distro-dot-notation+aliases:
693
694
matrix :
694
695
- RUNNER :
695
696
- aws/rhel-8.8-ga-x86_64
696
- - aws/rhel-9.6 -nightly-x86_64
697
+ - aws/rhel-9.7 -nightly-x86_64
697
698
INTERNAL_NETWORK : ["true"]
698
699
699
700
.generic_s3 :
700
701
extends : .libvirt_integration
701
702
rules :
702
703
# BLACKLIST
703
- - if : $RUNNER !~ "/^.*(rhel-9.6 ).*$/" && $CI_PIPELINE_SOURCE != "schedule" && $NIGHTLY != "true" && $RUNNER !~ /[\S]+rhel-[\S]+-(?:(?:ga)|(?:eus))[\S]+/
704
+ - if : $RUNNER !~ "/^.*(rhel-9.7 ).*$/" && $CI_PIPELINE_SOURCE != "schedule" && $NIGHTLY != "true" && $RUNNER !~ /[\S]+rhel-[\S]+-(?:(?:ga)|(?:eus))[\S]+/
704
705
- !reference [.nightly_rules_all, rules]
705
706
- !reference [.ga_rules_all, rules]
706
707
@@ -775,8 +776,8 @@ Upgrade:
775
776
parallel :
776
777
matrix :
777
778
- RUNNER :
778
- - rhos-01/rhel-9.6 -nightly-x86_64-large
779
- - rhos-01/rhel-10.0 -nightly-x86_64-large
779
+ - rhos-01/rhel-9.7 -nightly-x86_64-large
780
+ - rhos-01/rhel-10.1 -nightly-x86_64-large
780
781
781
782
NIGHTLY_FAIL :
782
783
stage : finish
@@ -821,20 +822,17 @@ Installer:
821
822
extends : .terraform/openstack
822
823
rules :
823
824
- !reference [.upstream_rules_all, rules]
824
- # Disable Installer test for RHEL 10.0 nightly pipeline because fix for dracut issue won't make to nightly composes
825
- # For more info see: https://issues.redhat.com/browse/RHEL-80160
826
- # - !reference [.nightly_rules_all, rules]
827
- - if : ' $CI_PIPELINE_SOURCE == "schedule" && $RUNNER =~ /[\S]+rhel-9.6-[^ga][\S]+/ && $NIGHTLY == "true" && $RHEL_MAJOR == "9"'
825
+ - !reference [.nightly_rules_all, rules]
828
826
- !reference [.ga_rules_all, rules]
829
827
script :
830
828
- schutzbot/deploy.sh
831
829
- /usr/libexec/tests/osbuild-composer/installers.sh
832
830
parallel :
833
831
matrix :
834
832
- RUNNER :
835
- - rhos-01/rhel-9.6 -nightly-x86_64
833
+ - rhos-01/rhel-9.7 -nightly-x86_64
836
834
- rhos-01/centos-stream-9-x86_64
837
- - rhos-01/rhel-10.0 -nightly-x86_64
835
+ - rhos-01/rhel-10.1 -nightly-x86_64
838
836
- rhos-01/centos-stream-10-x86_64
839
837
840
838
ContainerUpload :
@@ -867,8 +865,8 @@ ContainerEmbedding:
867
865
RUNNER :
868
866
- aws/centos-stream-9-x86_64
869
867
- aws/centos-stream-10-x86_64
870
- - aws/rhel-9.6 -nightly-x86_64
871
- - aws/rhel-10.0 -nightly-x86_64
868
+ - aws/rhel-9.7 -nightly-x86_64
869
+ - aws/rhel-10.1 -nightly-x86_64
872
870
873
871
WorkerExecutor :
874
872
stage : test
0 commit comments