Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
17 changes: 15 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ env:
SCCACHE_AZURE_KEY_PREFIX: tokenizers/ubuntu/22_04/x64
ARTIFACTS_SHARE: '/mount/build-artifacts'
BASE_PRODUCT_TYPE: public_linux_ubuntu_22_04_x86_64
HF_HOME: /mount/caches/huggingface/lin

permissions: read-all

Expand Down Expand Up @@ -242,7 +243,13 @@ jobs:
defaults:
run:
shell: bash
runs-on: ubuntu-22.04
runs-on: aks-linux-4-cores-16gb
container:
image: openvinogithubactions.azurecr.io/ov_test/ubuntu_22_04_x64:${{ needs.openvino_download.outputs.docker_tag }}
volumes:
- /mount:/mount
- ${{ github.workspace }}:${{ github.workspace }}
options: -e HF_TOKEN
env:
INSTALL_DIR: ${{ github.workspace }}/openvino/install

Expand Down Expand Up @@ -308,7 +315,13 @@ jobs:
defaults:
run:
shell: bash
runs-on: ubuntu-22.04
runs-on: aks-linux-4-cores-16gb
container:
image: openvinogithubactions.azurecr.io/ov_test/ubuntu_22_04_x64:${{ needs.openvino_download.outputs.docker_tag }}
volumes:
- /mount:/mount
- ${{ github.workspace }}:${{ github.workspace }}
options: -e HF_TOKEN
env:
OPENVINO_REPO: ${{ github.workspace }}/openvino
INSTALL_DIR: ${{ github.workspace }}/openvino/install
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ env:
CCACHE_MAXSIZE: 100Mi
ARTIFACTS_SHARE: '/mount/build-artifacts'
BASE_PRODUCT_TYPE: public_windows_vs2022
HF_HOME: C:/mount/caches/huggingface/win

permissions: read-all

Expand Down Expand Up @@ -330,7 +331,7 @@ jobs:
defaults:
run:
shell: pwsh
runs-on: windows-latest
runs-on: aks-win-8-cores-16gb
env:
INSTALL_DIR: ${{ github.workspace }}\\openvino\\install

Expand Down
Loading