From 9a388a1c00f3c520bbbca797da485212c75dd2c4 Mon Sep 17 00:00:00 2001 From: yatarkan Date: Tue, 28 May 2024 18:22:48 +0400 Subject: [PATCH] Fix heavy ubuntu gpu file name --- .github/workflows/build_treon_reusable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_treon_reusable.yml b/.github/workflows/build_treon_reusable.yml index 84e582456cf..3f82d04187e 100644 --- a/.github/workflows/build_treon_reusable.yml +++ b/.github/workflows/build_treon_reusable.yml @@ -267,7 +267,7 @@ jobs: run: | python .ci/validate_notebooks.py \ ${{ inputs.test_only_changed && '--test_list test_notebooks.txt' || '' }} \ - --ignore_list .ci/ignore_treon_linux.txt ${{ env.TEST_DEVICE == 'gpu' && '.ci/heavy_ubuntu_gpu' || '' }} \ + --ignore_list .ci/ignore_treon_linux.txt ${{ env.TEST_DEVICE == 'gpu' && '.ci/heavy_ubuntu_gpu.txt' || '' }} \ --report_dir test_report/${{ env.TEST_REPORT_DIR }} \ --timeout 1200 - name: Analysing with treon (Linux) python 3.8 @@ -276,7 +276,7 @@ jobs: run: | python .ci/validate_notebooks.py ${{ inputs.test_only_changed && '--test_list test_notebooks.txt' || '' }} \ - --ignore_list .ci/ignore_treon_linux.txt .ci/ignore_treon_py38.txt ${{ env.TEST_DEVICE == 'gpu' && '.ci/heavy_ubuntu_gpu' || '' }} \ + --ignore_list .ci/ignore_treon_linux.txt .ci/ignore_treon_py38.txt ${{ env.TEST_DEVICE == 'gpu' && '.ci/heavy_ubuntu_gpu.txt' || '' }} \ --report_dir test_report/${{ env.TEST_REPORT_DIR }} \ --timeout 1200 - name: Analysing with treon (MacOS) python > 3.8