Skip to content

Commit

Permalink
Remove EOL builders
Browse files Browse the repository at this point in the history
Remove CentOS7, RHEL7 and Debian 10 builders according since they are EOL.
  • Loading branch information
vladbogo committed Jun 6, 2024
1 parent b045491 commit 23cc93c
Show file tree
Hide file tree
Showing 19 changed files with 23 additions and 503 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/bbw_build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ jobs:
- dockerfile: fedora.Dockerfile
image: fedora:40
platforms: linux/amd64, linux/arm64/v8
- dockerfile: centos7.Dockerfile pip.Dockerfile
image: centos:7
platforms: linux/amd64
- dockerfile: centos.Dockerfile
image: quay.io/centos/centos:stream8
tag: centosstream8
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/bbw_build_container_rhel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
fail-fast: false
matrix:
include:
- dockerfile: rhel7.Dockerfile pip.Dockerfile
image: rhel7
platforms: linux/amd64
- dockerfile: rhel.Dockerfile
image: ubi8
tag: rhel8
Expand Down
64 changes: 0 additions & 64 deletions ci_build_images/centos7.Dockerfile

This file was deleted.

69 changes: 0 additions & 69 deletions ci_build_images/rhel7.Dockerfile

This file was deleted.

17 changes: 5 additions & 12 deletions constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,12 @@
# Defines what builders report status to GitHub
github_status_builders = [
"aarch64-macos-compile-only",
"amd64-centos-7",
"amd64-centos-7-rpm-autobake",
"amd64-debian-10",
"amd64-debian-10-debug-embedded",
"amd64-debian-10-deb-autobake",
"amd64-debian-10-last-N-failed",
"amd64-debian-11-debug-ps-embedded",
"amd64-debian-11-msan",
"amd64-debian-11-msan-clang-16",
"amd64-debian-12-debug-embedded",
"amd64-debian-12-deb-autobake",
"amd64-debian-12-last-N-failed",
"amd64-fedora-38",
"amd64-fedora-38-last-N-failed",
"amd64-ubuntu-2004-debug",
Expand Down Expand Up @@ -72,21 +69,17 @@
# For example, if Debian 10 has MariaDB 10.3 by default, we don't support MariaDB 10.2 on it.
supportedPlatforms = {}
supportedPlatforms["10.4"] = [
"aarch64-debian-10",
"aarch64-debian-10-bintar",
"aarch64-macos",
"aarch64-macos-compile-only",
"aarch64-rhel-8",
"aarch64-ubuntu-2004",
"aarch64-ubuntu-2004-debug",
"amd64-centos-7",
"amd64-centos-7-bintar",
"amd64-debian-10",
"amd64-debian-10-debug-embedded",
"amd64-debian-10-last-N-failed",
"amd64-debian-11-debug-ps-embedded",
"amd64-debian-12-debug-embedded",
"amd64-debian-12-last-N-failed",
"amd64-opensuse-15",
"amd64-rhel-7",
"amd64-rhel-8",
"amd64-ubuntu-2004",
"amd64-ubuntu-2004-debug",
Expand Down
1 change: 0 additions & 1 deletion dockerfiles/aarch64-debian-10-download.dockerfile

This file was deleted.

52 changes: 0 additions & 52 deletions dockerfiles/aarch64-debian-10.dockerfile

This file was deleted.

3 changes: 0 additions & 3 deletions dockerfiles/aarch64-rhel-7-download.dockerfile

This file was deleted.

55 changes: 0 additions & 55 deletions dockerfiles/aarch64-rhel-7.dockerfile

This file was deleted.

58 changes: 0 additions & 58 deletions dockerfiles/debian-10.dockerfile

This file was deleted.

Loading

0 comments on commit 23cc93c

Please sign in to comment.