Skip to content

Commit

Permalink
RHEL 7 EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
RazvanLiviuVarzaru committed Nov 12, 2024
1 parent a162063 commit e2d5fc4
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 85 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/bbw_build_container_rhel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@ on:
- 'ci_build_images/pip.Dockerfile'
- 'ci_build_images/qpress.Dockerfile'
- 'ci_build_images/rhel.Dockerfile'
- 'ci_build_images/rhel7.Dockerfile'
pull_request:
paths:
- 'ci_build_images/buildbot-worker.Dockerfile'
- .github/workflows/bbw_build_container_rhel.yml
- 'ci_build_images/pip.Dockerfile'
- 'ci_build_images/qpress.Dockerfile'
- 'ci_build_images/rhel.Dockerfile'
- 'ci_build_images/rhel7.Dockerfile'
workflow_dispatch:

jobs:
Expand All @@ -33,10 +31,6 @@ jobs:
fail-fast: false
matrix:
include:
- dockerfile: rhel7.Dockerfile pip.Dockerfile
image: rhel7
platforms: linux/amd64
nogalera: false
- dockerfile: rhel.Dockerfile
image: ubi8
tag: rhel8
Expand Down
68 changes: 0 additions & 68 deletions ci_build_images/rhel7.Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@
"amd64-fedora-40-valgrind",
"amd64-freebsd-14",
"amd64-openeuler-2403",
"amd64-rhel-7",
"amd64-rhel-8",
"amd64-rhel-9",
"amd64-last-N-failed",
Expand Down
3 changes: 0 additions & 3 deletions locks.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
amd_bbw2_lock = util.MasterLock("amd_bbw2_lock", maxCount=6)
intel_bbw1_lock = util.MasterLock("intel_bbw1_lock", maxCount=5)
p9_rhel8_bbw1_lock = util.MasterLock("p9_rhel8_bbw1_lock", maxCount=6)
p9_rhel7_bbw1_lock = util.MasterLock("p9_rhel7_bbw1_lock", maxCount=6)
p9_db_bbw1_lock = util.MasterLock("p9_db_bbw1_lock", maxCount=8)
p9_raptor_bbw1_lock = util.MasterLock("p9_raptor_bbw1_lock", maxCount=6)
aarch_bbw1_lock = util.MasterLock("aarch64_bbw1_lock", maxCount=2)
Expand Down Expand Up @@ -74,8 +73,6 @@ def getLocks(props):
locks = locks + [intel_bbw1_lock.access("counting")]
if "ppc64le-rhel8-bbw1-docker" in worker_name:
locks = locks + [p9_rhel8_bbw1_lock.access("counting")]
if "ppc64le-rhel7-bbw1-docker" in worker_name:
locks = locks + [p9_rhel7_bbw1_lock.access("counting")]
if "ppc64le-db-bbw1-docker" in worker_name:
locks = locks + [p9_db_bbw1_lock.access("counting")]
if "ppc64le-raptor-bbw1-docker" in worker_name:
Expand Down
2 changes: 0 additions & 2 deletions master-private.cfg-sample
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ private["master-variables"] = {
],
"ppc64le": [
'ppc64le-rhel8-bbw1',
'ppc64le-rhel7-bbw1',
'ppc64le-db-bbw1',
'ppc64le-raptor-bbw1',
],
Expand Down Expand Up @@ -69,7 +68,6 @@ private["docker_workers"]= {
"gsk-bbw1-docker":"tcp://IP_address:port",
"bm-bbw1-docker":"tcp://IP_address:port",
"ppc64le-rhel8-bbw1-docker":"tcp://IP_address:port",
"ppc64le-rhel7-bbw1-docker":"tcp://IP_address:port",
"ppc64le-db-bbw1-docker":"tcp://IP_address:port",
"ppc64le-raptor-bbw1-docker":"tcp://IP_address:port",
"aarch64-bbw1-docker":"tcp://IP_address:port",
Expand Down
5 changes: 0 additions & 5 deletions os_info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,6 @@ opensuse-1506:
arch:
- amd64
type: rpm
rhel-7:
version_name: 7
arch:
- amd64
type: rpm
rhel-8:
version_name: 8
arch:
Expand Down

0 comments on commit e2d5fc4

Please sign in to comment.