Skip to content

Commit

Permalink
GHA: use latest OpenVINO master (#1511)
Browse files Browse the repository at this point in the history
Fix to PA has been merged
openvinotoolkit/openvino#28332
  • Loading branch information
ilya-lavrenov authored Jan 9, 2025
1 parent 5a82b84 commit 2d5911b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/genai-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:

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

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stable_diffusion_1_5_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:

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

jobs:
Expand Down

0 comments on commit 2d5911b

Please sign in to comment.