Update test runners: 8.8 -> 8.9; 9.2 -> 9.3
This commit is contained in:
parent
22437f7784
commit
fa5be10342
1 changed files with 41 additions and 41 deletions
|
|
@ -65,21 +65,21 @@ init:
|
||||||
|
|
||||||
.nightly_rules_all:
|
.nightly_rules_all:
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_PIPELINE_SOURCE == "schedule" && $RUNNER =~ /[\S]+rhel-9.2-[^ga][\S]+/ && $NIGHTLY == "true" && $RHEL_MAJOR == "9"'
|
- if: '$CI_PIPELINE_SOURCE == "schedule" && $RUNNER =~ /[\S]+rhel-9.3-[^ga][\S]+/ && $NIGHTLY == "true" && $RHEL_MAJOR == "9"'
|
||||||
- if: '$CI_PIPELINE_SOURCE == "schedule" && $RUNNER =~ /[\S]+rhel-8.8-[^ga][\S]+/ && $NIGHTLY == "true" && $RHEL_MAJOR == "8"'
|
- if: '$CI_PIPELINE_SOURCE == "schedule" && $RUNNER =~ /[\S]+rhel-8.9-[^ga][\S]+/ && $NIGHTLY == "true" && $RHEL_MAJOR == "8"'
|
||||||
|
|
||||||
.nightly_rules_x86_64:
|
.nightly_rules_x86_64:
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_PIPELINE_SOURCE == "schedule" && $RUNNER =~ /[\S]+rhel-9.2-[^ga][\S]+/ && $RUNNER =~ "/^.*(x86_64).*$/" && $NIGHTLY == "true" && $RHEL_MAJOR == "9"'
|
- if: '$CI_PIPELINE_SOURCE == "schedule" && $RUNNER =~ /[\S]+rhel-9.3-[^ga][\S]+/ && $RUNNER =~ "/^.*(x86_64).*$/" && $NIGHTLY == "true" && $RHEL_MAJOR == "9"'
|
||||||
- if: '$CI_PIPELINE_SOURCE == "schedule" && $RUNNER =~ /[\S]+rhel-8.8-[^ga][\S]+/ && $RUNNER =~ "/^.*(x86_64).*$/" && $NIGHTLY == "true" && $RHEL_MAJOR == "8"'
|
- if: '$CI_PIPELINE_SOURCE == "schedule" && $RUNNER =~ /[\S]+rhel-8.9-[^ga][\S]+/ && $RUNNER =~ "/^.*(x86_64).*$/" && $NIGHTLY == "true" && $RHEL_MAJOR == "8"'
|
||||||
|
|
||||||
|
|
||||||
.RPM_RUNNERS_RHEL: &RPM_RUNNERS_RHEL
|
.RPM_RUNNERS_RHEL: &RPM_RUNNERS_RHEL
|
||||||
RUNNER:
|
RUNNER:
|
||||||
- aws/rhel-8.8-nightly-x86_64
|
- aws/rhel-8.9-nightly-x86_64
|
||||||
- aws/rhel-8.8-nightly-aarch64
|
- aws/rhel-8.9-nightly-aarch64
|
||||||
- aws/rhel-9.2-nightly-x86_64
|
- aws/rhel-9.3-nightly-x86_64
|
||||||
- aws/rhel-9.2-nightly-aarch64
|
- aws/rhel-9.3-nightly-aarch64
|
||||||
|
|
||||||
INTERNAL_NETWORK: ["true"]
|
INTERNAL_NETWORK: ["true"]
|
||||||
|
|
||||||
|
|
@ -163,8 +163,8 @@ Prepare-rhel-internal:
|
||||||
- RUNNER:
|
- RUNNER:
|
||||||
# NOTE: 1 runner prepares for all arches b/c subsequent jobs download
|
# NOTE: 1 runner prepares for all arches b/c subsequent jobs download
|
||||||
# artifacts from all previous jobs and the last one wins
|
# artifacts from all previous jobs and the last one wins
|
||||||
- aws/rhel-8.8-nightly-x86_64
|
- aws/rhel-8.9-nightly-x86_64
|
||||||
- aws/rhel-9.2-nightly-x86_64
|
- aws/rhel-9.3-nightly-x86_64
|
||||||
INTERNAL_NETWORK: ["true"]
|
INTERNAL_NETWORK: ["true"]
|
||||||
|
|
||||||
Base:
|
Base:
|
||||||
|
|
@ -190,10 +190,10 @@ Base:
|
||||||
- aws/centos-stream-8-x86_64
|
- aws/centos-stream-8-x86_64
|
||||||
- aws/centos-stream-8-aarch64
|
- aws/centos-stream-8-aarch64
|
||||||
- RUNNER:
|
- RUNNER:
|
||||||
- aws/rhel-8.8-nightly-x86_64
|
- aws/rhel-8.9-nightly-x86_64
|
||||||
- aws/rhel-8.8-nightly-aarch64
|
- aws/rhel-8.9-nightly-aarch64
|
||||||
- aws/rhel-9.2-nightly-x86_64
|
- aws/rhel-9.3-nightly-x86_64
|
||||||
- aws/rhel-9.2-nightly-aarch64
|
- aws/rhel-9.3-nightly-aarch64
|
||||||
- aws/centos-stream-9-x86_64
|
- aws/centos-stream-9-x86_64
|
||||||
- aws/centos-stream-9-aarch64
|
- aws/centos-stream-9-aarch64
|
||||||
INTERNAL_NETWORK: ["true"]
|
INTERNAL_NETWORK: ["true"]
|
||||||
|
|
@ -210,7 +210,7 @@ Manifests:
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- RUNNER:
|
- RUNNER:
|
||||||
- aws/rhel-9.2-nightly-x86_64
|
- aws/rhel-9.3-nightly-x86_64
|
||||||
INTERNAL_NETWORK: ["true"]
|
INTERNAL_NETWORK: ["true"]
|
||||||
|
|
||||||
.regression:
|
.regression:
|
||||||
|
|
@ -236,10 +236,10 @@ Manifests:
|
||||||
- aws/rhel-8.7-ga-aarch64
|
- aws/rhel-8.7-ga-aarch64
|
||||||
- aws/rhel-9.1-ga-x86_64
|
- aws/rhel-9.1-ga-x86_64
|
||||||
- aws/rhel-9.1-ga-aarch64
|
- aws/rhel-9.1-ga-aarch64
|
||||||
- aws/rhel-8.8-nightly-x86_64
|
- aws/rhel-8.9-nightly-x86_64
|
||||||
- aws/rhel-8.8-nightly-aarch64
|
- aws/rhel-8.9-nightly-aarch64
|
||||||
- aws/rhel-9.2-nightly-x86_64
|
- aws/rhel-9.3-nightly-x86_64
|
||||||
- aws/rhel-9.2-nightly-aarch64
|
- aws/rhel-9.3-nightly-aarch64
|
||||||
- aws/centos-stream-9-x86_64
|
- aws/centos-stream-9-x86_64
|
||||||
- aws/centos-stream-9-aarch64
|
- aws/centos-stream-9-aarch64
|
||||||
INTERNAL_NETWORK: ["true"]
|
INTERNAL_NETWORK: ["true"]
|
||||||
|
|
@ -332,10 +332,10 @@ Image Tests:
|
||||||
- RUNNER:
|
- RUNNER:
|
||||||
- aws/rhel-8.4-ga-x86_64
|
- aws/rhel-8.4-ga-x86_64
|
||||||
- aws/rhel-8.4-ga-aarch64
|
- aws/rhel-8.4-ga-aarch64
|
||||||
- aws/rhel-8.8-nightly-x86_64
|
- aws/rhel-8.9-nightly-x86_64
|
||||||
- aws/rhel-8.8-nightly-aarch64
|
- aws/rhel-8.9-nightly-aarch64
|
||||||
- aws/rhel-9.2-nightly-x86_64
|
- aws/rhel-9.3-nightly-x86_64
|
||||||
- aws/rhel-9.2-nightly-aarch64
|
- aws/rhel-9.3-nightly-aarch64
|
||||||
INTERNAL_NETWORK: ["true"]
|
INTERNAL_NETWORK: ["true"]
|
||||||
|
|
||||||
Trigger-rhel-edge-ci:
|
Trigger-rhel-edge-ci:
|
||||||
|
|
@ -362,10 +362,10 @@ Trigger-rhel-edge-ci:
|
||||||
- aws/rhel-8.4-ga-x86_64
|
- aws/rhel-8.4-ga-x86_64
|
||||||
- aws/rhel-8.7-ga-x86_64
|
- aws/rhel-8.7-ga-x86_64
|
||||||
- aws/rhel-9.1-ga-x86_64
|
- aws/rhel-9.1-ga-x86_64
|
||||||
- aws/rhel-8.8-nightly-x86_64
|
- aws/rhel-8.9-nightly-x86_64
|
||||||
- aws/rhel-8.8-nightly-aarch64
|
- aws/rhel-8.9-nightly-aarch64
|
||||||
- aws/rhel-9.2-nightly-x86_64
|
- aws/rhel-9.3-nightly-x86_64
|
||||||
- aws/rhel-9.2-nightly-aarch64
|
- aws/rhel-9.3-nightly-aarch64
|
||||||
- aws/centos-stream-9-x86_64
|
- aws/centos-stream-9-x86_64
|
||||||
INTERNAL_NETWORK: ["true"]
|
INTERNAL_NETWORK: ["true"]
|
||||||
|
|
||||||
|
|
@ -506,8 +506,8 @@ API:
|
||||||
RUNNER:
|
RUNNER:
|
||||||
- aws/rhel-8.7-ga-x86_64
|
- aws/rhel-8.7-ga-x86_64
|
||||||
- aws/rhel-9.1-ga-x86_64
|
- aws/rhel-9.1-ga-x86_64
|
||||||
- aws/rhel-8.8-nightly-x86_64
|
- aws/rhel-8.9-nightly-x86_64
|
||||||
- aws/rhel-9.2-nightly-x86_64
|
- aws/rhel-9.3-nightly-x86_64
|
||||||
INTERNAL_NETWORK: ["true"]
|
INTERNAL_NETWORK: ["true"]
|
||||||
- IMAGE_TYPE: ["iot-commit"]
|
- IMAGE_TYPE: ["iot-commit"]
|
||||||
RUNNER:
|
RUNNER:
|
||||||
|
|
@ -533,8 +533,8 @@ API:
|
||||||
- gcp/centos-stream-8-x86_64
|
- gcp/centos-stream-8-x86_64
|
||||||
- gcp/rhel-8.7-ga-x86_64
|
- gcp/rhel-8.7-ga-x86_64
|
||||||
- gcp/rhel-9.1-ga-x86_64
|
- gcp/rhel-9.1-ga-x86_64
|
||||||
- gcp/rhel-8.8-nightly-x86_64
|
- gcp/rhel-8.9-nightly-x86_64
|
||||||
- gcp/rhel-9.2-nightly-x86_64
|
- gcp/rhel-9.3-nightly-x86_64
|
||||||
- gcp/centos-stream-9-x86_64
|
- gcp/centos-stream-9-x86_64
|
||||||
INTERNAL_NETWORK: ["true"]
|
INTERNAL_NETWORK: ["true"]
|
||||||
|
|
||||||
|
|
@ -547,7 +547,7 @@ libvirt.sh:
|
||||||
extends: .libvirt_integration
|
extends: .libvirt_integration
|
||||||
rules:
|
rules:
|
||||||
# BLACKLIST
|
# BLACKLIST
|
||||||
- if: $RUNNER !~ "/^.*(rhel-8.8|rhel-9.2).*$/" && $CI_PIPELINE_SOURCE != "schedule" && $NIGHTLY != "true"
|
- if: $RUNNER !~ "/^.*(rhel-8.9|rhel-9.3).*$/" && $CI_PIPELINE_SOURCE != "schedule" && $NIGHTLY != "true"
|
||||||
- !reference [.nightly_rules_all, rules]
|
- !reference [.nightly_rules_all, rules]
|
||||||
|
|
||||||
generic_s3_http.sh:
|
generic_s3_http.sh:
|
||||||
|
|
@ -607,8 +607,8 @@ OpenSCAP:
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- RUNNER:
|
- RUNNER:
|
||||||
- rhos-01/rhel-8.8-nightly-x86_64
|
- rhos-01/rhel-8.9-nightly-x86_64
|
||||||
- rhos-01/rhel-9.2-nightly-x86_64
|
- rhos-01/rhel-9.3-nightly-x86_64
|
||||||
|
|
||||||
Upgrade:
|
Upgrade:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
@ -619,7 +619,7 @@ Upgrade:
|
||||||
- schutzbot/deploy.sh
|
- schutzbot/deploy.sh
|
||||||
- /usr/libexec/tests/osbuild-composer/upgrade8to9.sh
|
- /usr/libexec/tests/osbuild-composer/upgrade8to9.sh
|
||||||
variables:
|
variables:
|
||||||
RUNNER: rhos-01/rhel-9.2-nightly-x86_64
|
RUNNER: rhos-01/rhel-9.3-nightly-x86_64
|
||||||
|
|
||||||
NIGHTLY_FAIL:
|
NIGHTLY_FAIL:
|
||||||
stage: finish
|
stage: finish
|
||||||
|
|
@ -652,8 +652,8 @@ Installer:
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- RUNNER:
|
- RUNNER:
|
||||||
- rhos-01/rhel-8.8-nightly-x86_64
|
- rhos-01/rhel-8.9-nightly-x86_64
|
||||||
- rhos-01/rhel-9.2-nightly-x86_64
|
- rhos-01/rhel-9.3-nightly-x86_64
|
||||||
- rhos-01/centos-stream-9-x86_64
|
- rhos-01/centos-stream-9-x86_64
|
||||||
|
|
||||||
Manifest-diff:
|
Manifest-diff:
|
||||||
|
|
@ -713,10 +713,10 @@ ContainerEmbedding:
|
||||||
RUNNER:
|
RUNNER:
|
||||||
- aws/centos-stream-8-x86_64
|
- aws/centos-stream-8-x86_64
|
||||||
- aws/centos-stream-9-x86_64
|
- aws/centos-stream-9-x86_64
|
||||||
- aws/rhel-8.8-nightly-x86_64
|
- aws/rhel-8.9-nightly-x86_64
|
||||||
- aws/rhel-8.8-nightly-aarch64
|
- aws/rhel-8.9-nightly-aarch64
|
||||||
- aws/rhel-9.2-nightly-x86_64
|
- aws/rhel-9.3-nightly-x86_64
|
||||||
- aws/rhel-9.2-nightly-aarch64
|
- aws/rhel-9.3-nightly-aarch64
|
||||||
|
|
||||||
finish:
|
finish:
|
||||||
stage: finish
|
stage: finish
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue