Skip to content

Commit

Permalink
Timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
nshchego committed Nov 7, 2024
1 parent e38b39e commit b8a3352
Show file tree
Hide file tree
Showing 18 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assign_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
issues: write
timeout-minutes: 10
timeout-minutes: 120
if: ${{ github.repository_owner == 'openvinotoolkit' }}
steps:
- name: take an issue
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dev_cpu_linux_snippets_libxsmm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
CPU_Unit_Tests:
name: C++ CPU unit tests
needs: [ Docker, Build, Smart_CI ]
timeout-minutes: 30
timeout-minutes: 120
runs-on: aks-linux-8-cores-32gb
container:
image: ${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_20_04_x64 }}
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
CPU_Functional_Tests:
name: CPU functional tests
needs: [ Docker, Build, Smart_CI ]
timeout-minutes: 30
timeout-minutes: 120
runs-on: aks-linux-8-cores-32gb
container:
image: ${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_20_04_x64 }}
Expand Down Expand Up @@ -322,7 +322,7 @@ jobs:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${INSTALL_TEST_DIR}
python3 ${PARALLEL_TEST_SCRIPT} -e ${INSTALL_TEST_DIR}/ov_cpu_func_tests -w ${INSTALL_TEST_DIR} -s suite -rf 0 -- --gtest_filter=*smoke_Snippets*:*smoke_MHA* --gtest_print_time=1
timeout-minutes: 25
timeout-minutes: 120

- name: Upload Test Results
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fedora_29.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
RPM_Packages:
name: RPM packages
needs: [Docker, Build]
timeout-minutes: 10
timeout-minutes: 120
defaults:
run:
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/job_cpu_functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ permissions: read-all
jobs:
CPU_Functional_Tests:
name: CPU functional tests
timeout-minutes: 30
timeout-minutes: 120
runs-on: ${{ inputs.runner }}
container:
image: ${{ inputs.image }}
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${INSTALL_TEST_DIR}
python3 ${PARALLEL_TEST_SCRIPT} -e ${INSTALL_TEST_DIR}/ov_cpu_func_tests -c ${PARALLEL_TEST_CACHE} -w ${INSTALL_TEST_DIR} -s suite -rf 0 -- --gtest_print_time=1 --gtest_filter=*smoke*
timeout-minutes: 25
timeout-minutes: 120

- name: Save tests execution time
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job_gpu_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ permissions: read-all

jobs:
GPU:
timeout-minutes: 80
timeout-minutes: 120
runs-on: ${{ fromJSON(inputs.runner) }}
container: ${{ fromJSON(inputs.container) }}
defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job_onnx_models_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions: read-all
jobs:
ONNX_Models_tests:
name: ONNX Models tests
timeout-minutes: 60
timeout-minutes: 120
runs-on: ${{ inputs.runner }}
container: ${{ fromJSON(inputs.container) }}
defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job_onnx_runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ permissions: read-all
jobs:
ONNX_Runtime:
name: ONNX Runtime Integration
timeout-minutes: 60
timeout-minutes: 120
runs-on: ${{ inputs.runner }}
container: ${{ fromJSON(inputs.container) }}
defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job_openvino_js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions: read-all
jobs:
JS_API:
name: OpenVINO JS API
timeout-minutes: 10
timeout-minutes: 120
runs-on: ${{ inputs.runner }}
container: ${{ fromJSON(inputs.container) }}
defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job_python_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env:
jobs:
Python_Unit_Tests:
name: Python unit tests
timeout-minutes: 70
timeout-minutes: 120
runs-on: ${{ inputs.runner }}
container: ${{ fromJSON(inputs.container) }}
defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job_pytorch_layer_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env:
jobs:
PyTorch_Layer_Tests:
name: PyTorch Layer Tests
timeout-minutes: 40
timeout-minutes: 120
runs-on: ${{ inputs.runner }}
container: ${{ fromJSON(inputs.container) }}
defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job_samples_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permissions: read-all

jobs:
Samples:
timeout-minutes: 30
timeout-minutes: 120
runs-on: ${{ inputs.runner }}
container: ${{ fromJSON(inputs.container) }}
defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job_tensorflow_layer_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env:
jobs:
TensorFlow_Layer_Tests:
name: TensorFlow Layer Tests
timeout-minutes: 30
timeout-minutes: 120
runs-on: ${{ inputs.runner }}
container: ${{ fromJSON(inputs.container) }}
defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job_tokenizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ env:
jobs:
Openvino_tokenizers:
name: OpenVINO tokenizers extension
timeout-minutes: 25
timeout-minutes: 120
defaults:
run:
shell: ${{ inputs.shell }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_conditional_compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ jobs:
CC_Build:
name: Conditional Compilation
needs: [Build, Docker]
timeout-minutes: 20
timeout-minutes: 120
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ jobs:
NVIDIA_Plugin:
name: NVIDIA plugin
needs: [ Docker, Build, Smart_CI ]
timeout-minutes: 15
timeout-minutes: 120
defaults:
run:
shell: bash
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/windows_conditional_compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ jobs:

CC_Build:
name: Conditional Compilation
timeout-minutes: 25
timeout-minutes: 120
needs: [Build, Smart_CI]
defaults:
run:
Expand Down Expand Up @@ -346,7 +346,7 @@ jobs:
CPU_Functional_Tests:
name: CPU functional tests
needs: [Build, Smart_CI]
timeout-minutes: 85
timeout-minutes: 120
defaults:
run:
shell: pwsh
Expand Down Expand Up @@ -399,7 +399,7 @@ jobs:
run: |
set path=%path%;${{ env.INSTALL_TEST_DIR }}
python3 ${{ env.PARALLEL_TEST_SCRIPT }} -e ${{ env.INSTALL_TEST_DIR }}\ov_cpu_func_tests.exe -w ${{ env.INSTALL_TEST_DIR }} -s suite -rf 0 -- --gtest_print_time=1 --gtest_filter=*smoke*
timeout-minutes: 60
timeout-minutes: 120

- name: Upload Test Results
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_vs2019_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
affected-components: ${{ needs.smart_ci.outputs.affected_components }}
os: 'windows_2019'
build-type: 'Debug'
timeout-minutes: 60
timeout-minutes: 120

Overall_Status:
name: ci/gha_overall_status_windows_debug
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/windows_vs2019_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
Samples:
needs: [ Build, Smart_CI ]
if: fromJSON(needs.smart_ci.outputs.affected_components).samples
timeout-minutes: 20
timeout-minutes: 120
defaults:
run:
shell: pwsh
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
Python_Unit_Tests:
name: Python unit tests
needs: [ Build, Smart_CI ]
timeout-minutes: 75
timeout-minutes: 120
defaults:
run:
shell: pwsh
Expand Down Expand Up @@ -437,12 +437,12 @@ jobs:
affected-components: ${{ needs.smart_ci.outputs.affected_components }}
os: 'windows_2019'
build-type: 'Release'
timeout-minutes: 50
timeout-minutes: 120

CPU_Functional_Tests:
name: CPU functional tests
needs: [ Build, Smart_CI ]
timeout-minutes: 70
timeout-minutes: 120
defaults:
run:
shell: pwsh
Expand Down Expand Up @@ -506,7 +506,7 @@ jobs:
run: |
. "${{ env.INSTALL_DIR }}/setupvars.ps1"
python3 ${{ env.PARALLEL_TEST_SCRIPT }} -e ${{ env.INSTALL_TEST_DIR }}/ov_cpu_func_tests.exe -c ${{ env.PARALLEL_TEST_CACHE }} -w ${{ env.INSTALL_TEST_DIR }} -s suite -rf 0 -- --gtest_filter=*smoke*
timeout-minutes: 60
timeout-minutes: 120

- name: Save tests execution time
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
Expand Down

0 comments on commit b8a3352

Please sign in to comment.