Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GHA: use latest OpenVINO master #1511

Merged
merged 2 commits into from
Jan 9, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
GHA: use latest OpenVINO master
ilya-lavrenov committed Jan 9, 2025

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit 1926c2563bdfd55d475a5b8f2fd398713cb0e257
2 changes: 1 addition & 1 deletion .github/workflows/genai-tools.yml
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ jobs:
with:
platform: ubuntu22
commit_packages_to_provide: wheels
revision: 345163f87953fb0dd8dd590257eb7fc84378da8e
revision: latest_available_commit

llm_bench:
name: 'LLM bench tests'
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@ jobs:
with:
platform: ubuntu22
commit_packages_to_provide: wheels
revision: 345163f87953fb0dd8dd590257eb7fc84378da8e
revision: latest_available_commit

- name: Clone docker tag from OpenVINO repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ concurrency:

env:
PYTHON_VERSION: '3.10'
OV_BRANCH: 345163f87953fb0dd8dd590257eb7fc84378da8e
OV_BRANCH: 'master'
OV_TARBALL: ''

jobs:
4 changes: 2 additions & 2 deletions .github/workflows/stable_diffusion_1_5_cpp.yml
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ jobs:
with:
platform: ubuntu22
commit_packages_to_provide: wheels
revision: 345163f87953fb0dd8dd590257eb7fc84378da8e
revision: latest_available_commit

openvino_download_windows:
name: Download OpenVINO for Windows
@@ -71,7 +71,7 @@ jobs:
with:
platform: windows
commit_packages_to_provide: wheels
revision: 345163f87953fb0dd8dd590257eb7fc84378da8e
revision: latest_available_commit

stable_diffusion_1_5_cpp-linux:
runs-on: ubuntu-22.04-8-cores
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ concurrency:

env:
PYTHON_VERSION: '3.11'
OV_BRANCH: 345163f87953fb0dd8dd590257eb7fc84378da8e
OV_BRANCH: 'master'
OV_TARBALL: ''

jobs: