Skip to content

Commit 160c84b

Browse files
authored
[GHA] Remove manylinux2014 from workflows as deprecated (#34631)
### Details: Leftover removal - now we have Manylinux 2.28 ### Tickets: -CVS-167916 ### AI Assistance: - *AI assistance used: yes* - *If yes, summarize how AI was used and what human validation was performed (build/tests/manual checks): contextual search and removal, verified manually* --------- Signed-off-by: Alina Kladieva <alina.kladieva@intel.com>
1 parent ae64fc4 commit 160c84b

File tree

5 files changed

+4
-348
lines changed

5 files changed

+4
-348
lines changed

.github/actions/common/constants.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (C) 2018-2026 Intel Corporation
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
from enum import Enum
25

36

@@ -19,7 +22,6 @@ class EventType(Enum):
1922
'public_windows_vs2019_debug',
2023
'public_windows_vs2022_release',
2124
'public_windows_vs2022_debug',
22-
'public_manylinux2014_x86_64_release',
2325
'public_manylinux_2_28_x86_64_release',
2426
'public_macos_x86_64_release',
2527
'public_macos_arm64_release',
@@ -31,7 +33,6 @@ class EventType(Enum):
3133

3234
platformKeys = (
3335
'almalinux8_x86_64',
34-
'centos7_x86_64',
3536
'debian10_armhf',
3637
'rhel8_x86_64',
3738
'ubuntu22_arm64',
@@ -58,7 +59,6 @@ class EventType(Enum):
5859
PlatformKey.WINDOWS_X86_64: ProductType.PUBLIC_WINDOWS_VS2022_RELEASE,
5960
PlatformKey.MACOS_12_6_X86_64: ProductType.PUBLIC_MACOS_X86_64_RELEASE,
6061
PlatformKey.MACOS_14_7_ARM64: ProductType.PUBLIC_MACOS_ARM64_RELEASE,
61-
PlatformKey.CENTOS7_X86_64: ProductType.PUBLIC_MANYLINUX2014_X86_64_RELEASE,
6262
PlatformKey.ALMALINUX8_X86_64: ProductType.PUBLIC_MANYLINUX_2_28_X86_64_RELEASE,
6363
PlatformKey.ANDROID_X64: ProductType.PUBLIC_ANDROID_X64_RELEASE,
6464
PlatformKey.ANDROID_ARM64: ProductType.PUBLIC_ANDROID_ARM64_RELEASE,

.github/dockerfiles/docker_tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pr-34596
1+
pr-34631

.github/dockerfiles/ov_build/manylinux2014_x86_64/Dockerfile

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

.github/workflows/manylinux_2014.yml

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

.github/workflows/workflows_to_track.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ name: Debian 10 ARM
3535
name: Android
3636
==> ./code_style.yml <==
3737
name: Code Style
38-
==> ./manylinux_2014.yml <==
39-
name: Manylinux 2014
4038
==> ./manylinux_2_28.yml <==
4139
name: Manylinux 2_28
4240
==> ./linux_arm64.yml <==

0 commit comments

Comments
 (0)