From 0aced3652b3aff01a7a6c4d5c7b8ed5bd42d8dc6 Mon Sep 17 00:00:00 2001 From: Vladimir Zlobin Date: Thu, 17 Jul 2025 12:56:50 +0400 Subject: [PATCH 1/2] Increase whisper timeout Failed in https://github.com/openvinotoolkit/openvino.genai/actions/runs/16323035125/job/46107542453 --- .github/workflows/mac.yml | 2 +- .github/workflows/manylinux_2_28.yml | 2 +- .github/workflows/windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index ddceeca2c3..93b74f6e24 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -426,7 +426,7 @@ jobs: # TODO: skip some tests temporary untill https://github.com/huggingface/datasets/issues/7647 dataset is fixed cmd: 'tests/python_tests/test_whisper_pipeline.py -k "not test_smoke[sample_from_dataset0 and not test_whisper_constructors[sample_from_dataset0 and not test_max_new_tokens[sample_from_dataset0 and not test_language_mode[language and not test_task_mode[sample_from_dataset0 and not test_language_autodetect[sample_from_dataset0 and not test_whisper_config_constructor and not test_language_autodetect[sample_from_dataset1 and not test_language_autodetect[sample_from_dataset2 and not test_initial_prompt_hotwords[sample_from_dataset0 and not test_random_sampling[sample_from_dataset0"' run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).whisper.test }} - timeout: 45 + timeout: 120 - name: 'Cacheopt E2E' cmd: 'tests/python_tests/test_kv_cache_eviction.py' run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).continuous_batching.test }} diff --git a/.github/workflows/manylinux_2_28.yml b/.github/workflows/manylinux_2_28.yml index 7a9c484e4b..966318744e 100644 --- a/.github/workflows/manylinux_2_28.yml +++ b/.github/workflows/manylinux_2_28.yml @@ -372,7 +372,7 @@ jobs: # TODO: skip some tests temporary untill https://github.com/huggingface/datasets/issues/7647 dataset is fixed cmd: 'tests/python_tests/test_whisper_pipeline.py tests/python_tests/test_whisper_pipeline_static.py -k "not test_smoke[sample_from_dataset0 and not test_whisper_constructors[sample_from_dataset0 and not test_max_new_tokens[sample_from_dataset0 and not test_language_mode[language and not test_task_mode[sample_from_dataset0 and not test_language_autodetect[sample_from_dataset0 and not test_whisper_config_constructor and not test_language_autodetect[sample_from_dataset1 and not test_language_autodetect[sample_from_dataset2 and not test_initial_prompt_hotwords[sample_from_dataset0 and not test_random_sampling[sample_from_dataset0"' run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).whisper.test }} - timeout: 45 + timeout: 120 - name: 'Cacheopt E2E' cmd: 'tests/python_tests/test_kv_cache_eviction.py' run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).continuous_batching.test }} diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index caee07d027..bfaf92c79f 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -604,7 +604,7 @@ jobs: # TODO: skip some tests temporary untill https://github.com/huggingface/datasets/issues/7647 dataset is fixed cmd: 'tests/python_tests/test_whisper_pipeline.py tests/python_tests/test_whisper_pipeline_static.py -k "not test_smoke[sample_from_dataset0 and not test_whisper_constructors[sample_from_dataset0 and not test_max_new_tokens[sample_from_dataset0 and not test_language_mode[language and not test_task_mode[sample_from_dataset0 and not test_language_autodetect[sample_from_dataset0 and not test_whisper_config_constructor and not test_language_autodetect[sample_from_dataset1 and not test_language_autodetect[sample_from_dataset2 and not test_initial_prompt_hotwords[sample_from_dataset0 and not test_random_sampling[sample_from_dataset0"' run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).whisper.test }} - timeout: 45 + timeout: 120 - name: 'Cacheopt E2E' cmd: 'tests/python_tests/test_kv_cache_eviction.py' run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).continuous_batching.test }} From 1ace6c678fa079f5104fa50f4a3f26f42a5d747f Mon Sep 17 00:00:00 2001 From: Vladimir Zlobin Date: Thu, 17 Jul 2025 13:38:19 +0400 Subject: [PATCH 2/2] increase --- .github/workflows/mac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 93b74f6e24..435816e48b 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -523,7 +523,7 @@ jobs: run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).Speech_generation_samples.test }} needs: [ smart_ci, openvino_download, genai_build_cmake, genai_build_wheel, genai_build_samples, genai_build_nodejs ] - timeout-minutes: 45 + timeout-minutes: 120 defaults: run: shell: bash