gitlab-ci: Remove RHEL9.0-beta runners
The RHEL9.0 Beta repos are gone. It will soon be replaced by RHEL9 GA, so there is no point in running the CI for this distro any more.
This commit is contained in:
parent
01acebda64
commit
03074303cc
1 changed files with 0 additions and 22 deletions
|
|
@ -61,8 +61,6 @@ RPM:
|
||||||
- RUNNER:
|
- RUNNER:
|
||||||
- aws/rhel-8.6-nightly-x86_64
|
- aws/rhel-8.6-nightly-x86_64
|
||||||
- aws/rhel-8.6-nightly-aarch64
|
- aws/rhel-8.6-nightly-aarch64
|
||||||
- aws/rhel-9.0-beta-nightly-x86_64
|
|
||||||
- aws/rhel-9.0-beta-nightly-aarch64
|
|
||||||
INTERNAL_NETWORK: ["true"]
|
INTERNAL_NETWORK: ["true"]
|
||||||
|
|
||||||
Container:
|
Container:
|
||||||
|
|
@ -122,8 +120,6 @@ Base:
|
||||||
- RUNNER:
|
- RUNNER:
|
||||||
- aws/rhel-8.6-nightly-x86_64
|
- aws/rhel-8.6-nightly-x86_64
|
||||||
- aws/rhel-8.6-nightly-aarch64
|
- aws/rhel-8.6-nightly-aarch64
|
||||||
- aws/rhel-9.0-beta-nightly-x86_64
|
|
||||||
- aws/rhel-9.0-beta-nightly-aarch64
|
|
||||||
INTERNAL_NETWORK: ["true"]
|
INTERNAL_NETWORK: ["true"]
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
@ -153,8 +149,6 @@ Regression:
|
||||||
- aws/rhel-8.4-ga-aarch64
|
- aws/rhel-8.4-ga-aarch64
|
||||||
- aws/rhel-8.6-nightly-x86_64
|
- aws/rhel-8.6-nightly-x86_64
|
||||||
- aws/rhel-8.6-nightly-aarch64
|
- aws/rhel-8.6-nightly-aarch64
|
||||||
- aws/rhel-9.0-beta-nightly-x86_64
|
|
||||||
- aws/rhel-9.0-beta-nightly-aarch64
|
|
||||||
INTERNAL_NETWORK: ["true"]
|
INTERNAL_NETWORK: ["true"]
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
@ -179,7 +173,6 @@ OSTree:
|
||||||
# - openstack/fedora-34-x86_64
|
# - openstack/fedora-34-x86_64
|
||||||
- openstack/rhel-8.4-ga-x86_64
|
- openstack/rhel-8.4-ga-x86_64
|
||||||
- openstack/rhel-8.6-nightly-x86_64
|
- openstack/rhel-8.6-nightly-x86_64
|
||||||
- openstack/rhel-9.0-beta-nightly-x86_64
|
|
||||||
- openstack/centos-stream-8-x86_64
|
- openstack/centos-stream-8-x86_64
|
||||||
|
|
||||||
New OSTree:
|
New OSTree:
|
||||||
|
|
@ -194,17 +187,6 @@ New OSTree:
|
||||||
- openstack/rhel-8.6-nightly-x86_64-large
|
- openstack/rhel-8.6-nightly-x86_64-large
|
||||||
- openstack/centos-stream-8-x86_64
|
- openstack/centos-stream-8-x86_64
|
||||||
|
|
||||||
New OSTree (RHEL9-BETA):
|
|
||||||
stage: test
|
|
||||||
extends: OSTree
|
|
||||||
script:
|
|
||||||
- schutzbot/deploy.sh
|
|
||||||
- /usr/libexec/tests/osbuild-composer/ostree-ng-og.sh
|
|
||||||
parallel:
|
|
||||||
matrix:
|
|
||||||
- RUNNER:
|
|
||||||
- openstack/rhel-9.0-beta-nightly-x86_64
|
|
||||||
|
|
||||||
OSTree simplified installer:
|
OSTree simplified installer:
|
||||||
stage: test
|
stage: test
|
||||||
extends: OSTree
|
extends: OSTree
|
||||||
|
|
@ -265,7 +247,6 @@ Integration:
|
||||||
RUNNER:
|
RUNNER:
|
||||||
- aws/rhel-8.4-ga-x86_64
|
- aws/rhel-8.4-ga-x86_64
|
||||||
- aws/rhel-8.6-nightly-x86_64
|
- aws/rhel-8.6-nightly-x86_64
|
||||||
- aws/rhel-9.0-beta-nightly-x86_64
|
|
||||||
INTERNAL_NETWORK: ["true"]
|
INTERNAL_NETWORK: ["true"]
|
||||||
- SCRIPT:
|
- SCRIPT:
|
||||||
- azure_hyperv_gen2.sh
|
- azure_hyperv_gen2.sh
|
||||||
|
|
@ -308,7 +289,6 @@ API:
|
||||||
RUNNER:
|
RUNNER:
|
||||||
- aws/rhel-8.4-ga-x86_64
|
- aws/rhel-8.4-ga-x86_64
|
||||||
- aws/rhel-8.6-nightly-x86_64
|
- aws/rhel-8.6-nightly-x86_64
|
||||||
- aws/rhel-9.0-beta-nightly-x86_64
|
|
||||||
INTERNAL_NETWORK: ["true"]
|
INTERNAL_NETWORK: ["true"]
|
||||||
|
|
||||||
libvirt:
|
libvirt:
|
||||||
|
|
@ -328,7 +308,6 @@ libvirt:
|
||||||
- RUNNER:
|
- RUNNER:
|
||||||
- openstack/rhel-8.4-ga-x86_64
|
- openstack/rhel-8.4-ga-x86_64
|
||||||
- openstack/rhel-8.6-nightly-x86_64
|
- openstack/rhel-8.6-nightly-x86_64
|
||||||
- openstack/rhel-9.0-beta-nightly-x86_64
|
|
||||||
INTERNAL_NETWORK: ["true"]
|
INTERNAL_NETWORK: ["true"]
|
||||||
|
|
||||||
RHEL 9 on 8:
|
RHEL 9 on 8:
|
||||||
|
|
@ -376,7 +355,6 @@ Installer:
|
||||||
matrix:
|
matrix:
|
||||||
- RUNNER:
|
- RUNNER:
|
||||||
- openstack/rhel-8.6-nightly-x86_64
|
- openstack/rhel-8.6-nightly-x86_64
|
||||||
- openstack/rhel-9.0-beta-nightly-x86_64
|
|
||||||
|
|
||||||
SCHEDULED_CLOUD_CLEANER:
|
SCHEDULED_CLOUD_CLEANER:
|
||||||
stage: cleanup
|
stage: cleanup
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue