From 47396addd844825fe9460953e9ba46a1b1fbfc59 Mon Sep 17 00:00:00 2001 From: HDCharles <39544797+HDCharles@users.noreply.github.com> Date: Wed, 11 Jun 2025 21:17:14 -0400 Subject: [PATCH 1/2] [not for land] checking ROCM test length issue --- .github/workflows/regression_test_rocm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regression_test_rocm.yml b/.github/workflows/regression_test_rocm.yml index c24c76cfeb..4b73e7dcb5 100644 --- a/.github/workflows/regression_test_rocm.yml +++ b/.github/workflows/regression_test_rocm.yml @@ -46,4 +46,4 @@ jobs: pip install . export CONDA=$(dirname $(dirname $(which conda))) export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH - pytest test --verbose -s + pytest test --verbose -s --durations=100 From 2b8acf2bd1677c0639868bcb77ce649fa1271391 Mon Sep 17 00:00:00 2001 From: HDCharles <39544797+HDCharles@users.noreply.github.com> Date: Thu, 12 Jun 2025 09:12:26 -0400 Subject: [PATCH 2/2] Update regression_test_rocm.yml --- .github/workflows/regression_test_rocm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regression_test_rocm.yml b/.github/workflows/regression_test_rocm.yml index 4b73e7dcb5..a551ff550e 100644 --- a/.github/workflows/regression_test_rocm.yml +++ b/.github/workflows/regression_test_rocm.yml @@ -31,7 +31,7 @@ jobs: contents: read uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main with: - timeout: 120 + timeout: 150 no-sudo: ${{ matrix.gpu-arch-type == 'rocm' }} runner: ${{ matrix.runs-on }} gpu-arch-type: ${{ matrix.gpu-arch-type }}