We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b0ccda commit 1eac8d6Copy full SHA for 1eac8d6
.github/workflows/windows_vs2019_release.yml
@@ -491,7 +491,7 @@ jobs:
491
- name: Intel CPU plugin func tests (parallel)
492
run: |
493
. "${{ env.INSTALL_DIR }}/setupvars.ps1"
494
- 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 -- --gtest_filter=*smoke*
+ 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*
495
timeout-minutes: 60
496
497
- name: Save tests execution time
0 commit comments