Skip to content
Draft
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/cleanup_caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions: read-all
jobs:
Cleanup_OV_CACHE:
name: Cleanup OV_CACHE
runs-on: aks-linux-4-cores-16gb
runs-on: aks-linux-4-cores-16gb-st
if: ${{ github.repository_owner == 'openvinotoolkit' }}
container:
image: openvinogithubactions.azurecr.io/dockerhub/ubuntu:20.04
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-medium
runs-on: aks-linux-medium-st
container:
image: 'openvinogithubactions.azurecr.io/openvino_provider:0.1.0'
volumes:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-16-cores-64gb
runs-on: aks-linux-16-cores-64gb-st
container:
image: openvinogithubactions.azurecr.io/ov_build/ubuntu_22_04_x64:${{ needs.openvino_download.outputs.docker_tag }}
volumes:
Expand Down
34 changes: 17 additions & 17 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-medium
runs-on: aks-linux-medium-st
container:
image: 'openvinogithubactions.azurecr.io/openvino_provider:0.1.0'
volumes:
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-4-cores-16gb
runs-on: aks-linux-4-cores-16gb-st
container:
image: openvinogithubactions.azurecr.io/ov_build/ubuntu_22_04_x64:${{ needs.openvino_download.outputs.docker_tag }}
volumes:
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-4-cores-16gb
runs-on: aks-linux-4-cores-16gb-st
container:
image: openvinogithubactions.azurecr.io/ov_build/ubuntu_22_04_x64:${{ needs.openvino_download.outputs.docker_tag }}
volumes:
Expand Down Expand Up @@ -329,7 +329,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-medium
runs-on: aks-linux-medium-st
container:
image: openvinogithubactions.azurecr.io/library/python:3.12-slim
volumes:
Expand Down Expand Up @@ -383,7 +383,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-4-cores-16gb
runs-on: aks-linux-4-cores-16gb-st
container:
image: openvinogithubactions.azurecr.io/ov_build/ubuntu_22_04_x64:${{ needs.openvino_download.outputs.docker_tag }}
volumes:
Expand Down Expand Up @@ -454,7 +454,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-4-cores-16gb
runs-on: aks-linux-4-cores-16gb-st
container:
image: openvinogithubactions.azurecr.io/ov_build/ubuntu_22_04_x64:${{ needs.openvino_download.outputs.docker_tag }}
volumes:
Expand Down Expand Up @@ -554,7 +554,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-8-cores-64gb
runs-on: aks-linux-8-cores-64gb-st
container:
image: openvinogithubactions.azurecr.io/ov_test/ubuntu_22_04_x64:${{ needs.openvino_download.outputs.docker_tag }}
volumes:
Expand Down Expand Up @@ -608,36 +608,36 @@ jobs:
marker: 'llm'
cmd: 'tests/python_tests/samples'
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).LLM_samples.test }}
runner: 'aks-linux-4-cores-16gb'
runner: 'aks-linux-4-cores-16gb-st'
- name: 'Whisper'
marker: 'whisper'
cmd: 'tests/python_tests/samples'
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).Whisper_samples.test }}
runner: 'aks-linux-4-cores-16gb'
runner: 'aks-linux-4-cores-16gb-st'
- name: 'dreamlike_anime_1_0'
marker: 'dreamlike_anime_1_0'
cmd: 'tests/python_tests/samples'
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).Image_generation_samples.test }}
runner: 'aks-linux-8-cores-32gb'
runner: 'aks-linux-8-cores-32gb-st'
- name: 'LCM_Dreamshaper_v7_int8_ov'
marker: 'LCM_Dreamshaper_v7_int8_ov'
cmd: 'tests/python_tests/samples'
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).Image_generation_samples.test }}
runner: 'aks-linux-4-cores-16gb'
runner: 'aks-linux-4-cores-16gb-st'
- name: 'VLM'
marker: 'vlm'
cmd: 'tests/python_tests/samples'
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).VLM_samples.test }}
runner: 'aks-linux-8-cores-64gb'
runner: 'aks-linux-8-cores-64gb-st'
- name: 'Rag'
marker: 'rag'
cmd: 'tests/python_tests/samples'
runner: 'aks-linux-4-cores-16gb'
runner: 'aks-linux-4-cores-16gb-st'
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).RAG_samples.test }}
- name: 'Speech generation'
marker: 'speech_generation'
cmd: 'tests/python_tests/samples'
runner: 'aks-linux-4-cores-16gb'
runner: 'aks-linux-4-cores-16gb-st'
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).Speech_generation_samples.test }}

timeout-minutes: 120
Expand Down Expand Up @@ -741,7 +741,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-4-cores-16gb
runs-on: aks-linux-4-cores-16gb-st
container:
image: openvinogithubactions.azurecr.io/ov_test/ubuntu_22_04_x64:${{ needs.openvino_download.outputs.docker_tag }}
volumes:
Expand Down Expand Up @@ -814,7 +814,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-4-cores-16gb
runs-on: aks-linux-4-cores-16gb-st
container:
image: openvinogithubactions.azurecr.io/ov_test/ubuntu_22_04_x64:${{ needs.openvino_download.outputs.docker_tag }}
volumes:
Expand Down Expand Up @@ -880,7 +880,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-4-cores-16gb
runs-on: aks-linux-4-cores-16gb-st
container:
image: openvinogithubactions.azurecr.io/ov_build/ubuntu_22_04_x64:${{ needs.openvino_download.outputs.docker_tag }}
volumes:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-medium
runs-on: aks-linux-medium-st
container:
image: 'openvinogithubactions.azurecr.io/openvino_provider:0.1.0'
volumes:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/manylinux_2_28.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-medium
runs-on: aks-linux-medium-st
container:
image: 'openvinogithubactions.azurecr.io/openvino_provider:0.1.0'
volumes:
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-4-cores-16gb
runs-on: aks-linux-4-cores-16gb-st
container:
image: openvinogithubactions.azurecr.io/ov_build/manylinux_2_28:${{ needs.openvino_download.outputs.docker_tag }}
volumes:
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-4-cores-16gb
runs-on: aks-linux-4-cores-16gb-st
container:
image: openvinogithubactions.azurecr.io/ov_build/manylinux_2_28:${{ needs.openvino_download.outputs.docker_tag }}
volumes:
Expand Down Expand Up @@ -319,7 +319,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-4-cores-16gb
runs-on: aks-linux-4-cores-16gb-st
container:
image: openvinogithubactions.azurecr.io/ov_build/manylinux_2_28:${{ needs.openvino_download.outputs.docker_tag }}
volumes:
Expand Down Expand Up @@ -382,7 +382,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-medium
runs-on: aks-linux-medium-st
container:
image: openvinogithubactions.azurecr.io/library/python:3.12-slim
volumes:
Expand Down Expand Up @@ -492,7 +492,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-8-cores-64gb
runs-on: aks-linux-8-cores-64gb-st
container:
image: openvinogithubactions.azurecr.io/ov_test/ubuntu_22_04_x64:${{ needs.openvino_download.outputs.docker_tag }}
volumes:
Expand Down Expand Up @@ -542,7 +542,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-4-cores-16gb
runs-on: aks-linux-4-cores-16gb-st
container:
image: openvinogithubactions.azurecr.io/ov_test/ubuntu_22_04_x64:${{ needs.openvino_download.outputs.docker_tag }}
volumes:
Expand Down
28 changes: 14 additions & 14 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-medium
runs-on: aks-linux-medium-st
container:
image: 'openvinogithubactions.azurecr.io/openvino_provider:0.1.0'
volumes:
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
defaults:
run:
shell: pwsh
runs-on: aks-win-8-cores-16gb
runs-on: aks-win-8-cores-16gb-st
env:
CMAKE_GENERATOR: 'Ninja' # Ninja is the only Windows native generator supported by ccache
OV_INSTALL_DIR: ${{ github.workspace }}\install\ov
Expand Down Expand Up @@ -290,7 +290,7 @@ jobs:
defaults:
run:
shell: pwsh
runs-on: aks-win-8-cores-16gb
runs-on: aks-win-8-cores-16gb-st
env:
OV_INSTALL_DIR: ${{ github.workspace }}\ov
SRC_DIR: ${{ github.workspace }}\src
Expand Down Expand Up @@ -443,7 +443,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-medium
runs-on: aks-linux-medium-st
container:
image: openvinogithubactions.azurecr.io/library/python:3.12-slim
volumes:
Expand Down Expand Up @@ -491,7 +491,7 @@ jobs:
defaults:
run:
shell: pwsh
runs-on: aks-win-4-cores-8gb
runs-on: aks-win-4-cores-8gb-st
env:
OV_INSTALL_DIR: ${{ github.workspace }}/install/ov
SRC_DIR: ${{ github.workspace }}/src
Expand Down Expand Up @@ -543,7 +543,7 @@ jobs:
defaults:
run:
shell: pwsh
runs-on: aks-win-4-cores-8gb
runs-on: aks-win-4-cores-8gb-st

env:
OV_INSTALL_DIR: ${{ github.workspace }}/ov
Expand Down Expand Up @@ -643,7 +643,7 @@ jobs:
defaults:
run:
shell: pwsh
runs-on: aks-win-16-cores-32gb
runs-on: aks-win-16-cores-32gb-st
env:
INSTALL_DIR: ${{ github.workspace }}/install
SRC_DIR: ${{ github.workspace }}/src
Expand Down Expand Up @@ -696,31 +696,31 @@ jobs:
marker: 'llm'
cmd: 'tests/python_tests/samples'
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).LLM_samples.test }}
runner: 'aks-win-16-cores-32gb'
runner: 'aks-win-16-cores-32gb-st'
- name: 'Whisper'
marker: 'whisper'
cmd: 'tests/python_tests/samples'
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).Whisper_samples.test }}
runner: 'aks-win-4-cores-8gb'
runner: 'aks-win-4-cores-8gb-st'
- name: 'dreamlike_anime_1_0'
marker: 'dreamlike_anime_1_0'
cmd: 'tests/python_tests/samples'
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).Image_generation_samples.test }}
runner: 'aks-win-8-cores-32gb'
runner: 'aks-win-8-cores-32gb-st'
- name: 'LCM_Dreamshaper_v7_int8_ov'
marker: 'LCM_Dreamshaper_v7_int8_ov'
cmd: 'tests/python_tests/samples'
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).Image_generation_samples.test }}
runner: 'aks-win-8-cores-16gb'
runner: 'aks-win-8-cores-16gb-st'
- name: 'Rag'
marker: 'rag'
cmd: 'tests/python_tests/samples'
runner: 'aks-win-4-cores-8gb'
runner: 'aks-win-4-cores-8gb-st'
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).RAG_samples.test }}
- name: 'Speech generation'
marker: 'speech_generation'
cmd: 'tests/python_tests/samples'
runner: 'aks-win-4-cores-8gb'
runner: 'aks-win-4-cores-8gb-st'
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).Speech_generation_samples.test }}

needs: [ smart_ci, openvino_download, genai_build_cpack, genai_build_wheel, genai_build_samples, genai_build_nodejs ]
Expand Down Expand Up @@ -822,7 +822,7 @@ jobs:
defaults:
run:
shell: pwsh
runs-on: aks-win-8-cores-16gb
runs-on: aks-win-8-cores-16gb-st
env:
INSTALL_DIR: ${{ github.workspace }}/install
SRC_DIR: ${{ github.workspace }}/src
Expand Down
Loading