Skip to content

Commit

Permalink
CENTOS7 EOL - needs removal from Branch Protection
Browse files Browse the repository at this point in the history
  • Loading branch information
RazvanLiviuVarzaru committed Nov 12, 2024
1 parent e2d5fc4 commit f26892d
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 161 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/build-centos7.pip-based.yml

This file was deleted.

9 changes: 0 additions & 9 deletions .github/workflows/build-workflow-dispatcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ name: Dispatch all build container images workflows
on:
workflow_dispatch:
inputs:
build-centos7pip-based:
description: 'Run CentOS 7 pip-based builds'
required: true
default: false
type: boolean
build-centospip-based:
description: 'Run CentOS pip-based builds'
required: true
Expand Down Expand Up @@ -50,10 +45,6 @@ on:
type: boolean

jobs:
build-centos7pip-based:
if: ${{ inputs.build-centos7pip-based }}
uses: ./.github/workflows/build-centos7.pip-based.yml
secrets: inherit
build-centospip-based:
if: ${{ inputs.build-centospip-based }}
uses: ./.github/workflows/build-centos.pip-based.yml
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# buildbot.mariadb.org

[![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)
[![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)
[![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)
[![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)
[![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)
Expand Down
88 changes: 0 additions & 88 deletions ci_build_images/centos7.Dockerfile

This file was deleted.

3 changes: 0 additions & 3 deletions constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
# Defines what builders report status to GitHub
github_status_builders = [
"aarch64-macos-compile-only",
"amd64-centos-7",
"amd64-centos-7-rpm-autobake",
"amd64-debian-12",
"amd64-debian-12-debug-embedded",
"amd64-debian-12-deb-autobake",
Expand Down Expand Up @@ -91,7 +89,6 @@
"aarch64-rhel-9",
"aarch64-ubuntu-2004",
"aarch64-ubuntu-2004-debug",
"amd64-centos-7",
"amd64-centos-7-bintar",
"amd64-centos-stream9",
"amd64-debian-11",
Expand Down
22 changes: 0 additions & 22 deletions master-protected-branches/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -179,14 +179,6 @@ def addWorker(
for w_name in ["hz-bbw"]:
jobs = 7
for i in [1, 4]:
addWorker(
w_name,
i,
"-centos-7",
os.getenv("CONTAINER_REGISTRY_URL", default="quay.io/mariadb-foundation/bb-worker:") + "centos7",
jobs=jobs,
save_packages=True,
)
addWorker(
w_name,
i,
Expand Down Expand Up @@ -575,20 +567,6 @@ c["builders"].append(
)
)

c["builders"].append(
util.BuilderConfig(
name="amd64-centos-7",
workernames=workers["x64-bbw-docker-centos-7"],
tags=["Centos", "quick", "gcc", "protected"],
collapseRequests=True,
nextBuild=nextBuild,
canStartBuild=canStartBuild,
locks=getLocks,
properties={"mtr_additional_args": protected_branches_mtr_additional_args},
factory=getQuickBuildFactory("nm", mtrDbPool),
)
)

c["logEncoding"] = "utf-8"

c["multiMaster"] = True
Expand Down
5 changes: 0 additions & 5 deletions os_info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ almalinux-9:
- aarch64
type: rpm
install_only: True
centos-7:
version_name: 7
arch:
- amd64
type: rpm
centos-stream9:
version_name: 9
arch:
Expand Down

0 comments on commit f26892d

Please sign in to comment.