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
14 changes: 7 additions & 7 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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 All @@ -44,7 +44,7 @@ jobs:
revision: latest_available_commit

- name: Clone docker tag from OpenVINO repo
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
repository: 'openvinotoolkit/openvino'
path: 'openvino'
Expand All @@ -65,7 +65,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-8-cores-16gb
runs-on: aks-linux-8-cores-16gb-st
container:
image: openvinogithubactions.azurecr.io/ov_build/ubuntu_22_04_x64:${{ needs.openvino_download.outputs.docker_tag }}
volumes:
Expand All @@ -80,13 +80,13 @@ jobs:

steps:
- name: Clone Openvino tokenizers
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
path: ${{ env.OPENVINO_TOKENIZERS_REPO }}
submodules: recursive

- name: Download OpenVINO package
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
with:
name: ${{ needs.openvino_download.outputs.ov_artifact_name }}
path: ${{ env.INSTALL_DIR }}
Expand Down Expand Up @@ -146,15 +146,15 @@ jobs:
run: cov-analysis*/bin/cov-configure -c ${ENV_COV_TOOL_DIR}/config/coverity_config.xml -lscc text

- name: Upload Coverity build log
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
if: always()
with:
name: coverity_logs
path: ${{ env.BUILD_DIR }}/cov-int/build-log.txt
if-no-files-found: 'error'

- name: Upload Coverity build archive
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
if: always()
with:
name: coverity_archive
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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 @@ -83,7 +83,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-8-cores-16gb
runs-on: aks-linux-8-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 @@ -179,7 +179,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 All @@ -194,7 +194,7 @@ jobs:

steps:
- name: Clone Openvino tokenizers
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2x
with:
path: ${{ env.OPENVINO_TOKENIZERS_REPO }}

Expand Down Expand Up @@ -425,7 +425,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
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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
8 changes: 4 additions & 4 deletions .github/workflows/manylinux_2_28.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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 @@ -82,7 +82,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-8-cores-16gb
runs-on: aks-linux-8-cores-16gb-st
container:
image: openvinogithubactions.azurecr.io/ov_build/manylinux_2_28:${{ needs.openvino_download.outputs.docker_tag }}
volumes:
Expand Down Expand Up @@ -170,7 +170,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 @@ -243,7 +243,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
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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 @@ -408,7 +408,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
Loading