Skip to content

Commit 1f2285b

Browse files
authored
[GHA][WIN] use azure runners (#1819)
1 parent c0c8de3 commit 1f2285b

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

.github/workflows/lcm_dreamshaper_cpp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
${{ env.build_dir }}/samples/cpp/image_generation/benchmark_image_gen -t inpainting -m ./models/lcm_dreamshaper_v7 -p "cyberpunk cityscape like Tokyo New York with tall buildings at dusk golden hour cinematic lighting" -i ./image.png --mi ./mask_image.png
109109
110110
lcm_dreamshaper_v7_cpp-windows:
111-
runs-on: windows-2022
111+
runs-on: aks-win-4-cores-8gb-staging
112112
defaults:
113113
run:
114114
shell: pwsh

.github/workflows/stable_diffusion_1_5_cpp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153

154154
stable_diffusion_1_5_cpp-windows:
155155
needs: [ openvino_download_windows ]
156-
runs-on: windows-2022
156+
runs-on: aks-win-4-cores-8gb-staging
157157
defaults:
158158
run:
159159
shell: pwsh

.github/workflows/windows.yml

+11-5
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
defaults:
6262
run:
6363
shell: pwsh
64-
runs-on: windows-2022
64+
runs-on: aks-win-8-cores-16gb-staging
6565
env:
6666
OV_INSTALL_DIR: ${{ github.workspace }}\install\ov
6767
GENAI_INSTALL_DIR: ${{ github.workspace }}\install\genai
@@ -162,7 +162,7 @@ jobs:
162162
defaults:
163163
run:
164164
shell: pwsh
165-
runs-on: windows-2022
165+
runs-on: aks-win-8-cores-16gb-staging
166166
env:
167167
OV_INSTALL_DIR: ${{ github.workspace }}\install\ov
168168
SRC_DIR: ${{ github.workspace }}\src\genai
@@ -271,7 +271,7 @@ jobs:
271271
defaults:
272272
run:
273273
shell: pwsh
274-
runs-on: windows-2022
274+
runs-on: aks-win-4-cores-8gb-staging
275275
env:
276276
OV_INSTALL_DIR: ${{ github.workspace }}/install/ov
277277
SRC_DIR: ${{ github.workspace }}/src
@@ -319,7 +319,7 @@ jobs:
319319
defaults:
320320
run:
321321
shell: pwsh
322-
runs-on: windows-2022
322+
runs-on: aks-win-4-cores-8gb-staging
323323

324324
env:
325325
OV_INSTALL_DIR: ${{ github.workspace }}/ov
@@ -340,6 +340,12 @@ jobs:
340340
name: ${{ needs.openvino_download.outputs.ov_artifact_name }}
341341
path: ${{ env.OV_INSTALL_DIR }}
342342
merge-multiple: true
343+
344+
- name: Setup Python ${{ env.PYTHON_VERSION }}
345+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
346+
with:
347+
python-version: ${{ env.PYTHON_VERSION }}
348+
cache: 'pip'
343349

344350
- name: Build GenAI Node.js bindings
345351
run: |
@@ -483,7 +489,7 @@ jobs:
483489
defaults:
484490
run:
485491
shell: pwsh
486-
runs-on: windows-latest
492+
runs-on: windows-2022
487493

488494
env:
489495
SRC_DIR: ${{ github.workspace }}/openvino.genai

0 commit comments

Comments
 (0)