Skip to content

Commit

Permalink
Merge branch 'master' into js-wasm-proto
Browse files Browse the repository at this point in the history
  • Loading branch information
vishniakov-nikolai committed Dec 5, 2023
2 parents ec74520 + bd315f4 commit 436978b
Show file tree
Hide file tree
Showing 732 changed files with 18,199 additions and 7,901 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup_python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
- if: ${{ runner.os == 'Linux' && inputs.self-hosted-runner == 'true' }}
name: Install 'actions/setup-python@v4' dependencies
shell: bash
run: apt-get update && apt-get install -y ca-certificates
run: apt-get update && apt-get install -y ca-certificates software-properties-common

- if: ${{ runner.os == 'Linux' && runner.arch == 'ARM64' }}
name: Setup sudo
Expand All @@ -35,7 +35,7 @@ runs:

- if: ${{ runner.os == 'Linux' && runner.arch == 'ARM64' }}
name: Setup Python ${{ inputs.version }}
uses: deadsnakes/action@v3.0.1
uses: akashchi/deadsnakes-action@f01521a69eee61eaca3a34440bea3ce838317846
with:
python-version: ${{ inputs.version }}

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cleanup_pip_cache.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Cleanup PIP caches
on:
workflow_dispatch:
schedule:
# at 00:00 on the 1st day of every month
- cron: '0 0 1 * *'

jobs:
Cleanup_PIP_Caches:
runs-on: aks-linux-2-cores
runs-on: aks-linux-2-cores-8gb
container:
image: openvinogithubactions.azurecr.io/dockerhub/ubuntu:20.04
volumes:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ jobs:
ONNX_Runtime:
name: ONNX Runtime Integration
needs: [Build, Smart_CI]
timeout-minutes: 10
timeout-minutes: 20
defaults:
run:
shell: bash
Expand Down Expand Up @@ -760,7 +760,7 @@ jobs:
--gtest_output=xml:${INSTALL_TEST_DIR}/TEST-ONNXFrontend.xml
- name: TensorFlow Common frontend tests
if: fromJSON(needs.smart_ci.outputs.affected_components).TF_FE.test ||
if: fromJSON(needs.smart_ci.outputs.affected_components).TF_FE.test ||
fromJSON(needs.smart_ci.outputs.affected_components).TFL_FE.test
run: |
source ${INSTALL_DIR}/setupvars.sh
Expand Down Expand Up @@ -1180,7 +1180,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-8-cores
runs-on: aks-linux-8-cores-32gb
container:
image: openvinogithubactions.azurecr.io/dockerhub/ubuntu:20.04
env:
Expand Down Expand Up @@ -1287,7 +1287,7 @@ jobs:
INSTALL_DIR: ${{ github.workspace }}/install
INSTALL_TEST_DIR: ${{ github.workspace }}/install/tests
MODEL_HUB_TESTS_INSTALL_DIR: ${{ github.workspace }}/install/tests/model_hub_tests
if: fromJSON(needs.smart_ci.outputs.affected_components).TF_FE.test ||
if: fromJSON(needs.smart_ci.outputs.affected_components).TF_FE.test ||
fromJSON(needs.smart_ci.outputs.affected_components).TFL_FE.test

steps:
Expand Down Expand Up @@ -1368,7 +1368,7 @@ jobs:
INSTALL_DIR: ${{ github.workspace }}/install
INSTALL_TEST_DIR: ${{ github.workspace }}/install/tests
MODEL_HUB_TESTS_INSTALL_DIR: ${{ github.workspace }}/install/tests/model_hub_tests
if: fromJSON(needs.smart_ci.outputs.affected_components).TF_FE.test ||
if: fromJSON(needs.smart_ci.outputs.affected_components).TF_FE.test ||
fromJSON(needs.smart_ci.outputs.affected_components).TFL_FE.test

steps:
Expand Down Expand Up @@ -1666,7 +1666,7 @@ jobs:
steps:
- name: GPU stub
run: |
echo "This is only a stub to collect statistics of GPU runs filtered by Smart CI.
echo "This is only a stub to collect statistics of GPU runs filtered by Smart CI.
It will help us to estimate hardware requirements"
shell: bash

Expand All @@ -1680,7 +1680,7 @@ jobs:
- name: Check status of all jobs
if: >-
${{
contains(needs.*.result, 'failure') ||
contains(needs.*.result, 'failure') ||
contains(needs.*.result, 'cancelled')
}}
run: exit 1
Loading

0 comments on commit 436978b

Please sign in to comment.