Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[packit|cirrus] Remove centos-stream-8 references #3652

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ env:
UBUNTU_PRIOR3_NAME: "ubuntu-18.04"

CENTOS_9_NAME: "centos-stream-9"
CENTOS_8_NAME: "centos-stream-8"

CENTOS_PROJECT: "centos-cloud"
DEBIAN_PROJECT: "debian-cloud"
Expand All @@ -26,7 +25,6 @@ env:

# Images exist on GCP already
CENTOS_9_IMAGE_NAME: "centos-stream-9-v20240415"
CENTOS_8_IMAGE_NAME: "centos-stream-8-v20240415"
DEBIAN_IMAGE_NAME: "debian-11-bullseye-v20230809"
FEDORA_IMAGE_NAME: "fedora-cloud-base-gcp-38-1-6-x86-64"
FEDORA_PRIOR_IMAGE_NAME: "fedora-cloud-base-gcp-37-1-7-x86-64"
Expand Down Expand Up @@ -108,10 +106,6 @@ rpm_build_task:
PROJECT: ${CENTOS_PROJECT}
BUILD_NAME: ${CENTOS_9_NAME}
VM_IMAGE_NAME: ${CENTOS_9_IMAGE_NAME}
- env: &centos8
PROJECT: ${CENTOS_PROJECT}
BUILD_NAME: ${CENTOS_8_NAME}
VM_IMAGE_NAME: ${CENTOS_8_IMAGE_NAME}
- env: &fedora
PROJECT: ${FEDORA_PROJECT}
BUILD_NAME: ${FEDORA_NAME}
Expand Down Expand Up @@ -193,7 +187,6 @@ report_stageone_task:
gce_instance: *standardvm
matrix:
- env: *centos9
- env: *centos8
- env: *fedora
- env: *fedoraprior
- env: &ubuntu
Expand Down Expand Up @@ -288,7 +281,6 @@ report_stagetwo_task:
gce_instance: *standardvm
matrix:
- env: *centos9
- env: *centos8
- env: *fedora
- env: *ubuntu
- env: *ubuntu-latest
Expand Down Expand Up @@ -334,15 +326,6 @@ report_foreman_task:
<<: *standardvm
type: e2-standard-2
matrix:
- env:
<<: *centos8
FOREMAN_VER: "3.3"
- env:
<<: *centos8
FOREMAN_VER: "3.5"
- env:
<<: *centos8
FOREMAN_VER: "3.7"
- env:
PROJECT: ${DEBIAN_PROJECT}
VM_IMAGE_NAME: ${DEBIAN_IMAGE_NAME}
Expand Down
1 change: 0 additions & 1 deletion .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- fedora-development-aarch64
- fedora-development-ppc64le
- fedora-development-s390x
- centos-stream-8
- centos-stream-9

notifications:
Expand Down
Loading