Skip to content

Commit f26892d

Browse files
CENTOS7 EOL - needs removal from Branch Protection
1 parent e2d5fc4 commit f26892d

File tree

7 files changed

+0
-161
lines changed

7 files changed

+0
-161
lines changed

.github/workflows/build-centos7.pip-based.yml

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

.github/workflows/build-workflow-dispatcher.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ name: Dispatch all build container images workflows
33
on:
44
workflow_dispatch:
55
inputs:
6-
build-centos7pip-based:
7-
description: 'Run CentOS 7 pip-based builds'
8-
required: true
9-
default: false
10-
type: boolean
116
build-centospip-based:
127
description: 'Run CentOS pip-based builds'
138
required: true
@@ -50,10 +45,6 @@ on:
5045
type: boolean
5146

5247
jobs:
53-
build-centos7pip-based:
54-
if: ${{ inputs.build-centos7pip-based }}
55-
uses: ./.github/workflows/build-centos7.pip-based.yml
56-
secrets: inherit
5748
build-centospip-based:
5849
if: ${{ inputs.build-centospip-based }}
5950
uses: ./.github/workflows/build-centos.pip-based.yml

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# buildbot.mariadb.org
22

33
[![build-centos.pip-based](https://github.com/MariaDB/buildbot/actions/workflows/build-centos.pip-based.yml/badge.svg)](https://github.com/MariaDB/buildbot/actions/workflows/build-centos.pip-based.yml)
4-
[![build-centos7.pip-based](https://github.com/MariaDB/buildbot/actions/workflows/build-centos7.pip-based.yml/badge.svg)](https://github.com/MariaDB/buildbot/actions/workflows/build-centos7.pip-based.yml)
54
[![build-debian-based](https://github.com/MariaDB/buildbot/actions/workflows/build-debian-based.yml/badge.svg)](https://github.com/MariaDB/buildbot/actions/workflows/build-debian-based.yml)
65
[![build-debian.aocc-based](https://github.com/MariaDB/buildbot/actions/workflows/build-debian.aocc-based.yml/badge.svg)](https://github.com/MariaDB/buildbot/actions/workflows/build-debian.aocc-based.yml)
76
[![build-debian.jepsen-based](https://github.com/MariaDB/buildbot/actions/workflows/build-debian.jepsen-based.yml/badge.svg)](https://github.com/MariaDB/buildbot/actions/workflows/build-debian.jepsen-based.yml)

ci_build_images/centos7.Dockerfile

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

constants.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
# Defines what builders report status to GitHub
2525
github_status_builders = [
2626
"aarch64-macos-compile-only",
27-
"amd64-centos-7",
28-
"amd64-centos-7-rpm-autobake",
2927
"amd64-debian-12",
3028
"amd64-debian-12-debug-embedded",
3129
"amd64-debian-12-deb-autobake",
@@ -91,7 +89,6 @@
9189
"aarch64-rhel-9",
9290
"aarch64-ubuntu-2004",
9391
"aarch64-ubuntu-2004-debug",
94-
"amd64-centos-7",
9592
"amd64-centos-7-bintar",
9693
"amd64-centos-stream9",
9794
"amd64-debian-11",

master-protected-branches/master.cfg

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -179,14 +179,6 @@ def addWorker(
179179
for w_name in ["hz-bbw"]:
180180
jobs = 7
181181
for i in [1, 4]:
182-
addWorker(
183-
w_name,
184-
i,
185-
"-centos-7",
186-
os.getenv("CONTAINER_REGISTRY_URL", default="quay.io/mariadb-foundation/bb-worker:") + "centos7",
187-
jobs=jobs,
188-
save_packages=True,
189-
)
190182
addWorker(
191183
w_name,
192184
i,
@@ -575,20 +567,6 @@ c["builders"].append(
575567
)
576568
)
577569

578-
c["builders"].append(
579-
util.BuilderConfig(
580-
name="amd64-centos-7",
581-
workernames=workers["x64-bbw-docker-centos-7"],
582-
tags=["Centos", "quick", "gcc", "protected"],
583-
collapseRequests=True,
584-
nextBuild=nextBuild,
585-
canStartBuild=canStartBuild,
586-
locks=getLocks,
587-
properties={"mtr_additional_args": protected_branches_mtr_additional_args},
588-
factory=getQuickBuildFactory("nm", mtrDbPool),
589-
)
590-
)
591-
592570
c["logEncoding"] = "utf-8"
593571

594572
c["multiMaster"] = True

os_info.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ almalinux-9:
1313
- aarch64
1414
type: rpm
1515
install_only: True
16-
centos-7:
17-
version_name: 7
18-
arch:
19-
- amd64
20-
type: rpm
2116
centos-stream9:
2217
version_name: 9
2318
arch:

0 commit comments

Comments
 (0)