Skip to content

Commit a11e8d2

Browse files
RHEL 7 EOL
1 parent 1f9a106 commit a11e8d2

6 files changed

Lines changed: 0 additions & 85 deletions

File tree

.github/workflows/bbw_build_container_rhel.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@ on:
99
- 'ci_build_images/pip.Dockerfile'
1010
- 'ci_build_images/qpress.Dockerfile'
1111
- 'ci_build_images/rhel.Dockerfile'
12-
- 'ci_build_images/rhel7.Dockerfile'
1312
pull_request:
1413
paths:
1514
- 'ci_build_images/buildbot-worker.Dockerfile'
1615
- .github/workflows/bbw_build_container_rhel.yml
1716
- 'ci_build_images/pip.Dockerfile'
1817
- 'ci_build_images/qpress.Dockerfile'
1918
- 'ci_build_images/rhel.Dockerfile'
20-
- 'ci_build_images/rhel7.Dockerfile'
2119
workflow_dispatch:
2220

2321
jobs:
@@ -33,10 +31,6 @@ jobs:
3331
fail-fast: false
3432
matrix:
3533
include:
36-
- dockerfile: rhel7.Dockerfile pip.Dockerfile
37-
image: rhel7
38-
platforms: linux/amd64
39-
nogalera: false
4034
- dockerfile: rhel.Dockerfile
4135
image: ubi8
4236
tag: rhel8

ci_build_images/rhel7.Dockerfile

Lines changed: 0 additions & 68 deletions
This file was deleted.

constants.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@
104104
"amd64-fedora-40-valgrind",
105105
"amd64-freebsd-14",
106106
"amd64-openeuler-2403",
107-
"amd64-rhel-7",
108107
"amd64-rhel-8",
109108
"amd64-rhel-9",
110109
"amd64-last-N-failed",

locks.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
amd_bbw2_lock = util.MasterLock("amd_bbw2_lock", maxCount=6)
2020
intel_bbw1_lock = util.MasterLock("intel_bbw1_lock", maxCount=5)
2121
p9_rhel8_bbw1_lock = util.MasterLock("p9_rhel8_bbw1_lock", maxCount=6)
22-
p9_rhel7_bbw1_lock = util.MasterLock("p9_rhel7_bbw1_lock", maxCount=6)
2322
p9_db_bbw1_lock = util.MasterLock("p9_db_bbw1_lock", maxCount=8)
2423
p9_raptor_bbw1_lock = util.MasterLock("p9_raptor_bbw1_lock", maxCount=6)
2524
aarch_bbw1_lock = util.MasterLock("aarch64_bbw1_lock", maxCount=2)
@@ -74,8 +73,6 @@ def getLocks(props):
7473
locks = locks + [intel_bbw1_lock.access("counting")]
7574
if "ppc64le-rhel8-bbw1-docker" in worker_name:
7675
locks = locks + [p9_rhel8_bbw1_lock.access("counting")]
77-
if "ppc64le-rhel7-bbw1-docker" in worker_name:
78-
locks = locks + [p9_rhel7_bbw1_lock.access("counting")]
7976
if "ppc64le-db-bbw1-docker" in worker_name:
8077
locks = locks + [p9_db_bbw1_lock.access("counting")]
8178
if "ppc64le-raptor-bbw1-docker" in worker_name:

master-private.cfg-sample

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ private["master-variables"] = {
2626
],
2727
"ppc64le": [
2828
'ppc64le-rhel8-bbw1',
29-
'ppc64le-rhel7-bbw1',
3029
'ppc64le-db-bbw1',
3130
'ppc64le-raptor-bbw1',
3231
],
@@ -69,7 +68,6 @@ private["docker_workers"]= {
6968
"gsk-bbw1-docker":"tcp://IP_address:port",
7069
"bm-bbw1-docker":"tcp://IP_address:port",
7170
"ppc64le-rhel8-bbw1-docker":"tcp://IP_address:port",
72-
"ppc64le-rhel7-bbw1-docker":"tcp://IP_address:port",
7371
"ppc64le-db-bbw1-docker":"tcp://IP_address:port",
7472
"ppc64le-raptor-bbw1-docker":"tcp://IP_address:port",
7573
"aarch64-bbw1-docker":"tcp://IP_address:port",

os_info.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,6 @@ opensuse-1506:
8181
arch:
8282
- amd64
8383
type: rpm
84-
rhel-7:
85-
version_name: 7
86-
arch:
87-
- amd64
88-
type: rpm
8984
rhel-8:
9085
version_name: 8
9186
arch:

0 commit comments

Comments
 (0)