Skip to content

Commit cbfd9cc

Browse files
committed
Merge remote-tracking branch 'upstream/master' into mvafin/pt_fe/ltests_warnings
2 parents 13ae8ba + 33dc889 commit cbfd9cc

File tree

272 files changed

+11493
-2450
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

272 files changed

+11493
-2450
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/scripts/workflow_rerun/errors_to_look_for.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
"error_text": "Failed to connect to github.com",
2020
"ticket": 131657
2121
},
22-
{
23-
"error_text": "Could not resolve host: github.com",
24-
"ticket": 131546
25-
},
2622
{
2723
"error_text": "retrieving gpg key timed out",
2824
"ticket": 131538
@@ -190,5 +186,13 @@
190186
{
191187
"error_text": "unable to resolve host",
192188
"ticket": 182238
189+
},
190+
{
191+
"error_text": "Could not resolve host:",
192+
"ticket": 182238
193+
},
194+
{
195+
"error_text": "SSL connect error",
196+
"ticket": 182850
193197
}
194198
]

.github/workflows/debian_10_arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
ref_name: ${{ github.ref_name }}
5151
component_pattern: "category: (.*)"
5252
repo_token: ${{ secrets.GITHUB_TOKEN }}
53-
skip_when_only_listed_labels_set: 'docs'
53+
skip_when_only_listed_labels_set: 'docs,GPU,NPU'
5454
skip_when_only_listed_files_changed: '*.md,*.rst,*.png,*.jpg,*.svg,*/layer_tests_summary/*,*/conformance/*'
5555

5656
- name: Show affected components

.github/workflows/fedora_29.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
ref_name: ${{ github.ref_name }}
5151
component_pattern: "category: (.*)"
5252
repo_token: ${{ secrets.GITHUB_TOKEN }}
53-
skip_when_only_listed_labels_set: 'docs'
53+
skip_when_only_listed_labels_set: 'docs,NPU'
5454
skip_when_only_listed_files_changed: '*.md,*.rst,*.png,*.jpg,*.svg,*/layer_tests_summary/*,*/conformance/*'
5555

5656
- name: Show affected components

.github/workflows/linux_arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
ref_name: ${{ github.ref_name }}
5555
component_pattern: "category: (.*)"
5656
repo_token: ${{ secrets.GITHUB_TOKEN }}
57-
skip_when_only_listed_labels_set: 'docs'
57+
skip_when_only_listed_labels_set: 'docs,GPU,NPU'
5858
skip_when_only_listed_files_changed: '*.md,*.rst,*.png,*.jpg,*.svg'
5959

6060
- name: Show affected components

.github/workflows/linux_riscv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
ref_name: ${{ github.ref_name }}
7979
component_pattern: "category: (.*)"
8080
repo_token: ${{ secrets.GITHUB_TOKEN }}
81-
skip_when_only_listed_labels_set: 'docs'
81+
skip_when_only_listed_labels_set: 'docs,GPU,NPU'
8282
skip_when_only_listed_files_changed: '*.md,*.rst,*.png,*.jpg,*.svg,*/layer_tests_summary/*,*/conformance/*'
8383

8484
- name: Get target branch

0 commit comments

Comments
 (0)