File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ jobs:
2828 defaults :
2929 run :
3030 shell : bash
31- runs-on : aks-linux-2-cores-8gb
31+ runs-on : aks-linux-medium
3232 container :
3333 image : ' openvinogithubactions.azurecr.io/openvino_provider:0.1.0'
34- volumes :
34+ volumes :
3535 - /mount:/mount
3636 - ${{ github.workspace }}:${{ github.workspace }}
3737
8686 submodules : recursive
8787
8888 - name : Download OpenVINO package
89- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
89+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
9090 with :
9191 name : ${{ needs.openvino_download.outputs.ov_artifact_name }}
9292 path : ${{ env.INSTALL_DIR }}
@@ -146,15 +146,15 @@ jobs:
146146 run : cov-analysis*/bin/cov-configure -c ${ENV_COV_TOOL_DIR}/config/coverity_config.xml -lscc text
147147
148148 - name : Upload Coverity build log
149- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
149+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
150150 if : always()
151151 with :
152152 name : coverity_logs
153153 path : ${{ env.BUILD_DIR }}/cov-int/build-log.txt
154154 if-no-files-found : ' error'
155155
156156 - name : Upload Coverity build archive
157- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
157+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
158158 if : always()
159159 with :
160160 name : coverity_archive
Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ jobs:
3939 defaults :
4040 run :
4141 shell : bash
42- runs-on : aks-linux-2-cores-8gb
42+ runs-on : aks-linux-medium
4343 container :
4444 image : ' openvinogithubactions.azurecr.io/openvino_provider:0.1.0'
45- volumes :
45+ volumes :
4646 - /mount:/mount
4747 - ${{ github.workspace }}:${{ github.workspace }}
4848
8686 runs-on : aks-linux-8-cores-16gb
8787 container :
8888 image : openvinogithubactions.azurecr.io/ov_build/ubuntu_22_04_x64:${{ needs.openvino_download.outputs.docker_tag }}
89- volumes :
89+ volumes :
9090 - /mount:/mount
9191 - ${{ github.workspace }}:${{ github.workspace }}
9292 options : -e SCCACHE_AZURE_BLOB_CONTAINER -e SCCACHE_AZURE_CONNECTION_STRING
@@ -183,7 +183,7 @@ jobs:
183183 runs-on : aks-linux-4-cores-16gb
184184 container :
185185 image : openvinogithubactions.azurecr.io/ov_build/ubuntu_22_04_x64:${{ needs.openvino_download.outputs.docker_tag }}
186- volumes :
186+ volumes :
187187 - /mount:/mount
188188 - ${{ github.workspace }}:${{ github.workspace }}
189189 options : -e SCCACHE_AZURE_BLOB_CONTAINER -e SCCACHE_AZURE_CONNECTION_STRING
@@ -393,7 +393,7 @@ jobs:
393393 defaults :
394394 run :
395395 shell : bash
396- runs-on : aks-linux-2-cores-8gb
396+ runs-on : aks-linux-medium
397397 container :
398398 image : openvinogithubactions.azurecr.io/library/python:3.12-slim
399399 volumes :
Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ jobs:
3434 defaults :
3535 run :
3636 shell : bash
37- runs-on : aks-linux-2-cores-8gb
37+ runs-on : aks-linux-medium
3838 container :
3939 image : ' openvinogithubactions.azurecr.io/openvino_provider:0.1.0'
40- volumes :
40+ volumes :
4141 - /mount:/mount
4242 - ${{ github.workspace }}:${{ github.workspace }}
4343
@@ -111,7 +111,7 @@ jobs:
111111
112112 - name : Cmake build - tokenizers
113113 run : cmake --build ${{ env.BUILD_DIR }} --parallel --config ${{ matrix.build_type }} --verbose
114-
114+
115115 - name : Show ccache stats
116116 run : ccache --show-stats
117117
@@ -131,7 +131,7 @@ jobs:
131131 with :
132132 key : ${{ steps.ccache-restore.outputs.cache-primary-key }}
133133 path : ${{ env.CCACHE_DIR }}
134-
134+
135135 - name : Upload openvino tokenizers package
136136 if : ${{ always() }}
137137 uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
Original file line number Diff line number Diff line change 3535 defaults :
3636 run :
3737 shell : bash
38- runs-on : aks-linux-2-cores-8gb
38+ runs-on : aks-linux-medium
3939 container :
4040 image : ' openvinogithubactions.azurecr.io/openvino_provider:0.1.0'
4141 volumes :
@@ -378,7 +378,7 @@ jobs:
378378 defaults :
379379 run :
380380 shell : bash
381- runs-on : aks-linux-2-cores-8gb
381+ runs-on : aks-linux-medium
382382 container :
383383 image : openvinogithubactions.azurecr.io/library/python:3.12-slim
384384 volumes :
You can’t perform that action at this time.
0 commit comments