Skip to content

Commit be92548

Browse files
authored
Merge branch 'master' into es/kv-cache-compression-i8
2 parents 0685abb + 79b5521 commit be92548

File tree

571 files changed

+28780
-4840
lines changed

Some content is hidden

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

571 files changed

+28780
-4840
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/copilot-instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ Before posting any comment, apply this gate:
9999
- Do not review vendored/third-party sources under `thirdparty/` unless the PR explicitly modifies integration or patch logic.
100100
- Do not enforce component-specific runtime behavior rules on docs-only PRs.
101101
- For generated or auto-updated files (for example stubs/version bumps), comment only if there is clear breakage risk.
102+
- Python stub files (`.pyi`) under `src/bindings/python/` are auto-generated by a scheduled GitHub Actions workflow (`update_pyapi_stubs.yml`) using `pybind11-stubgen`. Do not request manual fixes to stub files.
102103

103104
## Component-Specific Expectations
104105

.github/dockerfiles/docker_tag

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

.github/dockerfiles/ov_build/fedora_29/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ USER root
77
RUN echo "timeout=60" >> /etc/dnf/dnf.conf && \
88
echo "retries=10" >> /etc/dnf/dnf.conf
99

10+
# Hackity hack: Fedora 29 is out of support for so long now
11+
# that we need to steal `ca-certificates` from Rocky Linux 8 repos
12+
# to trust "storage.openvinotoolkit.org" again
13+
RUN rpm -ihv --force https://download.rockylinux.org/pub/rocky/8/BaseOS/x86_64/os/Packages/c/ca-certificates-2025.2.80_v9.0.304-80.2.el8_10.noarch.rpm
14+
1015
RUN dnf update -y && dnf install -y \
1116
git \
1217
curl \

.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/dev_cpu_linux_snippets_libxsmm.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,13 +225,13 @@ jobs:
225225
INSTALL_TEST_DIR: ${{ github.workspace }}/install/tests
226226
steps:
227227
- name: Download OpenVINO package
228-
uses: akashchi/download-artifact@d59a9c15fec3fdb7c9adf09464124d00f9c11415
228+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
229229
with:
230230
name: openvino_package
231231
path: ${{ env.INSTALL_DIR }}
232232

233233
- name: Download OpenVINO tests package
234-
uses: akashchi/download-artifact@d59a9c15fec3fdb7c9adf09464124d00f9c11415
234+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
235235
with:
236236
name: openvino_tests
237237
path: ${{ env.INSTALL_TEST_DIR }}
@@ -283,13 +283,13 @@ jobs:
283283
PARALLEL_TEST_SCRIPT: ${{ github.workspace }}/install/tests/functional_test_utils/layer_tests_summary/run_parallel.py
284284
steps:
285285
- name: Download OpenVINO package
286-
uses: akashchi/download-artifact@d59a9c15fec3fdb7c9adf09464124d00f9c11415
286+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
287287
with:
288288
name: openvino_package
289289
path: ${{ env.INSTALL_DIR }}
290290

291291
- name: Download OpenVINO tests package
292-
uses: akashchi/download-artifact@d59a9c15fec3fdb7c9adf09464124d00f9c11415
292+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
293293
with:
294294
name: openvino_tests
295295
path: ${{ env.INSTALL_TEST_DIR }}

.github/workflows/fedora_29.yml

Lines changed: 2 additions & 2 deletions
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
@@ -131,7 +131,7 @@ jobs:
131131

132132
steps:
133133
- name: Download OpenVINO RPM packages
134-
uses: akashchi/download-artifact@d59a9c15fec3fdb7c9adf09464124d00f9c11415
134+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
135135
with:
136136
name: openvino_rpm_packages
137137
path: ${{ env.RPM_PACKAGES_DIR }}

.github/workflows/job_build_linux.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ on:
6060
description: 'Target branch for the build; taken from GitHub context by default'
6161
type: string
6262
required: false
63+
use_latest_onednn:
64+
description: 'Whether to use the latest OneDNN'
65+
type: boolean
66+
required: false
67+
default: true
6368

6469
permissions: read-all
6570

@@ -135,7 +140,7 @@ jobs:
135140

136141
# Ticket: 139627
137142
- name: Checkout the latest OneDNN for GPU in nightly
138-
if: ${{ inputs.event-name == 'schedule' && inputs.os == 'ubuntu_22_04' }} # GPU tests are enabled only on U22
143+
if: ${{ inputs.event-name == 'schedule' && inputs.os == 'ubuntu_22_04' && inputs.use_latest_onednn }} # GPU tests are enabled only on U22
139144
working-directory: ${{ env.OPENVINO_REPO }}/src/plugins/intel_gpu/thirdparty/onednn_gpu
140145
run: |
141146
git fetch origin

0 commit comments

Comments
 (0)