From bebfd619b0fbf17ed16dc789bfdbe3d6affbb120 Mon Sep 17 00:00:00 2001 From: DN6 Date: Tue, 15 Jul 2025 11:06:22 +0530 Subject: [PATCH 1/3] update --- .github/workflows/pr_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_tests.yml b/.github/workflows/pr_tests.yml index 34a344528e3e..596bc17a9aee 100644 --- a/.github/workflows/pr_tests.yml +++ b/.github/workflows/pr_tests.yml @@ -128,7 +128,7 @@ jobs: if: ${{ matrix.config.framework == 'pytorch_pipelines' }} run: | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" - python -m pytest -n 8 --max-worker-restart=0 --dist=loadfile \ + python -m pytest -n 24 --max-worker-restart=0 --dist=loadfile \ -s -v -k "not Flax and not Onnx" \ --make-reports=tests_${{ matrix.config.report }} \ tests/pipelines From f22c75a3a67bf018a49d4fd3784796f2052df5f5 Mon Sep 17 00:00:00 2001 From: DN6 Date: Tue, 15 Jul 2025 11:41:59 +0530 Subject: [PATCH 2/3] update --- .github/workflows/pr_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_tests.yml b/.github/workflows/pr_tests.yml index 596bc17a9aee..34a344528e3e 100644 --- a/.github/workflows/pr_tests.yml +++ b/.github/workflows/pr_tests.yml @@ -128,7 +128,7 @@ jobs: if: ${{ matrix.config.framework == 'pytorch_pipelines' }} run: | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" - python -m pytest -n 24 --max-worker-restart=0 --dist=loadfile \ + python -m pytest -n 8 --max-worker-restart=0 --dist=loadfile \ -s -v -k "not Flax and not Onnx" \ --make-reports=tests_${{ matrix.config.report }} \ tests/pipelines From 5337132c69303d2ac51f141901393f3d1e3d273f Mon Sep 17 00:00:00 2001 From: DN6 Date: Tue, 15 Jul 2025 13:57:20 +0530 Subject: [PATCH 3/3] update --- .github/workflows/pr_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_tests.yml b/.github/workflows/pr_tests.yml index 34a344528e3e..fb9a4c4877f9 100644 --- a/.github/workflows/pr_tests.yml +++ b/.github/workflows/pr_tests.yml @@ -128,7 +128,7 @@ jobs: if: ${{ matrix.config.framework == 'pytorch_pipelines' }} run: | python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH" - python -m pytest -n 8 --max-worker-restart=0 --dist=loadfile \ + python -m pytest -n 16 --max-worker-restart=0 --dist=loadfile \ -s -v -k "not Flax and not Onnx" \ --make-reports=tests_${{ matrix.config.report }} \ tests/pipelines