File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -432,8 +432,9 @@ koji.sh (cloudapi):
432
432
aws.sh :
433
433
extends : .integration
434
434
rules :
435
- - if : ' $CI_PIPELINE_SOURCE != "schedule" && $RUNNER !~ /[\S]+rhel-[\S]+-(?:(?:ga)|(?:eus))[\S]+/'
436
- - if : ' $CI_PIPELINE_SOURCE == "schedule" && $RUNNER =~ /[\S]+rhel-9.5-[^ga][\S]+/ && $NIGHTLY == "true" && $RHEL_MAJOR == "9"'
435
+ - !reference [.upstream_rules_all, rules]
436
+ - !reference [.nightly_rules_all, rules]
437
+ - !reference [.ga_rules_all, rules]
437
438
variables :
438
439
SCRIPT : aws.sh
439
440
@@ -483,11 +484,8 @@ azure.sh_hyperv_gen2:
483
484
gcp.sh :
484
485
extends : .integration_rhel
485
486
rules :
486
- # Temporarily disabled for RHEL-10 and Centos-10
487
- - if : ' $CI_PIPELINE_SOURCE != "schedule" && $RUNNER =~ "/^.*(x86_64).*$/" && $RUNNER !~ /[\S]+rhel-[\S]+-(?:(?:ga)|(?:eus))[\S]+/'
488
- - if : ' $CI_PIPELINE_SOURCE == "schedule" && $RUNNER =~ /[\S]+rhel-9.5-[^ga][\S]+/ && $RUNNER =~ "/^.*(x86_64).*$/" && $NIGHTLY == "true" && $RHEL_MAJOR == "9"'
489
- # - !reference [.upstream_rules_x86_64, rules]
490
- # - !reference [.nightly_rules_x86_64, rules]
487
+ - !reference [.upstream_rules_x86_64, rules]
488
+ - !reference [.nightly_rules_x86_64, rules]
491
489
- !reference [.ga_rules_x86_64, rules]
492
490
variables :
493
491
SCRIPT : gcp.sh
You can’t perform that action at this time.
0 commit comments