Start running tests on centos-stream-10

This commit is contained in:
Alexander Todorov 2024-07-17 10:28:55 +03:00 committed by Alexander Todorov
parent 39d91bcb4e
commit 6aa02bdd4d

View file

@ -204,6 +204,8 @@ Base:
- aws/rhel-9.5-nightly-aarch64 - aws/rhel-9.5-nightly-aarch64
- aws/centos-stream-9-x86_64 - aws/centos-stream-9-x86_64
- aws/centos-stream-9-aarch64 - aws/centos-stream-9-aarch64
- aws/centos-stream-10-x86_64
- aws/centos-stream-10-aarch64
INTERNAL_NETWORK: ["true"] INTERNAL_NETWORK: ["true"]
.regression: .regression:
@ -230,6 +232,8 @@ Base:
- aws/rhel-9.5-nightly-aarch64 - aws/rhel-9.5-nightly-aarch64
- aws/centos-stream-9-x86_64 - aws/centos-stream-9-x86_64
- aws/centos-stream-9-aarch64 - aws/centos-stream-9-aarch64
- aws/centos-stream-10-x86_64
- aws/centos-stream-10-aarch64
INTERNAL_NETWORK: ["true"] INTERNAL_NETWORK: ["true"]
regression-composer-works-behind-satellite-fallback: regression-composer-works-behind-satellite-fallback:
@ -252,7 +256,7 @@ regression-excluded-dependency:
extends: .regression extends: .regression
rules: rules:
# WHITELIST & BLACKLIST: excluding GA runners from the PR pipeline # WHITELIST & BLACKLIST: excluding GA runners from the PR pipeline
- if: $RUNNER =~ "/^.*(rhel-8.*|rhel-9.*|centos-stream-9).*$/" && $CI_PIPELINE_SOURCE != "schedule" && $RUNNER !~ /[\S]+rhel-[\S]+-(?:(?:ga)|(?:eus))[\S]+/ - if: $RUNNER =~ "/^.*(rhel-8.*|rhel-9.*|centos-stream-*).*$/" && $CI_PIPELINE_SOURCE != "schedule" && $RUNNER !~ /[\S]+rhel-[\S]+-(?:(?:ga)|(?:eus))[\S]+/
- !reference [.nightly_rules_all, rules] - !reference [.nightly_rules_all, rules]
- !reference [.ga_rules_all, rules] - !reference [.ga_rules_all, rules]
variables: variables:
@ -348,6 +352,7 @@ Trigger-rhel-edge-ci:
- aws/rhel-9.5-nightly-x86_64 - aws/rhel-9.5-nightly-x86_64
- aws/rhel-9.5-nightly-aarch64 - aws/rhel-9.5-nightly-aarch64
- aws/centos-stream-9-x86_64 - aws/centos-stream-9-x86_64
- aws/centos-stream-10-x86_64
INTERNAL_NETWORK: ["true"] INTERNAL_NETWORK: ["true"]
.integration_rhel: .integration_rhel:
@ -762,6 +767,7 @@ Installer:
- RUNNER: - RUNNER:
- rhos-01/rhel-9.5-nightly-x86_64 - rhos-01/rhel-9.5-nightly-x86_64
- rhos-01/centos-stream-9-x86_64 - rhos-01/centos-stream-9-x86_64
- rhos-01/centos-stream-10-x86_64
ContainerUpload: ContainerUpload:
stage: test stage: test
@ -792,6 +798,7 @@ ContainerEmbedding:
- INTERNAL_NETWORK: "true" - INTERNAL_NETWORK: "true"
RUNNER: RUNNER:
- aws/centos-stream-9-x86_64 - aws/centos-stream-9-x86_64
- aws/centos-stream-10-x86_64
- aws/rhel-9.5-nightly-x86_64 - aws/rhel-9.5-nightly-x86_64
- aws/rhel-9.5-nightly-aarch64 - aws/rhel-9.5-nightly-aarch64