@@ -103,7 +103,7 @@ jobs:
103
103
set -euo pipefail
104
104
pushd .
105
105
cd tests/py/dynamo
106
- python -m pytest -ra -- junitxml=${RUNNER_TEST_RESULTS_DIR}/l0_dynamo_converter_tests_results.xml -n auto --dist=loadscope --maxfail=20 conversion/
106
+ python -m pytest -ra -n 8 -- junitxml=${RUNNER_TEST_RESULTS_DIR}/l0_dynamo_converter_tests_results.xml --dist=loadscope --maxfail=20 conversion/
107
107
popd
108
108
109
109
L0-dynamo-core-tests :
@@ -132,9 +132,9 @@ jobs:
132
132
pushd .
133
133
cd tests/py
134
134
cd dynamo
135
- python -m pytest -ra -n auto --junitxml=${RUNNER_TEST_RESULTS_DIR}/l0_dynamo_core_runtime_tests_results.xml runtime/test_000_*
136
- python -m pytest -ra -n auto --junitxml=${RUNNER_TEST_RESULTS_DIR}/l0_dynamo_core_partitioning_tests_results.xml partitioning/
137
- python -m pytest -ra -n auto --junitxml=${RUNNER_TEST_RESULTS_DIR}/l0_dynamo_core_lowering_tests_results.xml lowering/
135
+ python -m pytest -ra -n 8 --junitxml=${RUNNER_TEST_RESULTS_DIR}/l0_dynamo_core_runtime_tests_results.xml runtime/test_000_*
136
+ python -m pytest -ra -n 8 --junitxml=${RUNNER_TEST_RESULTS_DIR}/l0_dynamo_core_partitioning_tests_results.xml partitioning/
137
+ python -m pytest -ra -n 8 --junitxml=${RUNNER_TEST_RESULTS_DIR}/l0_dynamo_core_lowering_tests_results.xml lowering/
138
138
popd
139
139
140
140
L0-py-core-tests :
@@ -162,7 +162,7 @@ jobs:
162
162
set -euo pipefail
163
163
pushd .
164
164
cd tests/py/core
165
- python -m pytest -ra -- junitxml=${RUNNER_TEST_RESULTS_DIR}/l0_py_core_tests_results.xml -n auto .
165
+ python -m pytest -ra -n 8 -- junitxml=${RUNNER_TEST_RESULTS_DIR}/l0_py_core_tests_results.xml .
166
166
popd
167
167
168
168
L0-torchscript-tests :
@@ -194,7 +194,7 @@ jobs:
194
194
popd
195
195
pushd .
196
196
cd tests/py/ts
197
- python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/l0_ts_api_tests_results.xml -n auto api/
197
+ python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/l0_ts_api_tests_results.xml api/
198
198
popd
199
199
200
200
L1-dynamo-core-tests :
@@ -222,7 +222,7 @@ jobs:
222
222
set -euo pipefail
223
223
pushd .
224
224
cd tests/py/dynamo
225
- python -m pytest -ra -- junitxml=${RUNNER_TEST_RESULTS_DIR}/l1_dynamo_core_tests_results.xml -n auto runtime/test_001_*
225
+ python -m pytest -ra -n 8 -- junitxml=${RUNNER_TEST_RESULTS_DIR}/l1_dynamo_core_tests_results.xml runtime/test_001_*
226
226
popd
227
227
228
228
L1-dynamo-compile-tests :
@@ -250,7 +250,7 @@ jobs:
250
250
set -euo pipefail
251
251
pushd .
252
252
cd tests/py/dynamo/
253
- python -m pytest -m critical -ra -n auto --junitxml=${RUNNER_TEST_RESULTS_DIR}/l1_dynamo_compile_tests_results.xml models/
253
+ python -m pytest -m critical -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/l1_dynamo_compile_tests_results.xml models/
254
254
popd
255
255
256
256
L1-torch-compile-tests :
@@ -278,9 +278,9 @@ jobs:
278
278
set -euo pipefail
279
279
pushd .
280
280
cd tests/py/dynamo/
281
- python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/l1_torch_compile_be_tests_results.xml -n auto backend/
282
- python -m pytest -m critical -ra -n auto - -junitxml=${RUNNER_TEST_RESULTS_DIR}/l1_torch_compile_models_tests_results.xml --ir torch_compile models/test_models.py
283
- python -m pytest -m critical -ra -n auto - -junitxml=${RUNNER_TEST_RESULTS_DIR}/l1_torch_compile_dyn_models_tests_results.xml --ir torch_compile models/test_dyn_models.py
281
+ python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/l1_torch_compile_be_tests_results.xml backend/
282
+ python -m pytest -m critical -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/l1_torch_compile_models_tests_results.xml --ir torch_compile models/test_models.py
283
+ python -m pytest -m critical -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/l1_torch_compile_dyn_models_tests_results.xml --ir torch_compile models/test_dyn_models.py
284
284
popd
285
285
286
286
L1-torchscript-tests :
@@ -312,7 +312,7 @@ jobs:
312
312
popd
313
313
pushd .
314
314
cd tests/py/ts
315
- python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/l1_ts_models_tests_results.xml -n auto models/
315
+ python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/l1_ts_models_tests_results.xml models/
316
316
popd
317
317
318
318
L2-torch-compile-tests :
@@ -340,8 +340,8 @@ jobs:
340
340
set -euo pipefail
341
341
pushd .
342
342
cd tests/py/dynamo/
343
- python -m pytest -m "not critical" -ra -n auto - -junitxml=${RUNNER_TEST_RESULTS_DIR}/l2_torch_compile_models_tests_results.xml --ir torch_compile models/test_models.py
344
- python -m pytest -m "not critical" -ra -n auto - -junitxml=${RUNNER_TEST_RESULTS_DIR}/l2_torch_compile_dyn_models_tests_results.xml --ir torch_compile models/test_dyn_models.py
343
+ python -m pytest -m "not critical" -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/l2_torch_compile_models_tests_results.xml --ir torch_compile models/test_models.py
344
+ python -m pytest -m "not critical" -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/l2_torch_compile_dyn_models_tests_results.xml --ir torch_compile models/test_dyn_models.py
345
345
popd
346
346
347
347
L2-dynamo-compile-tests :
@@ -369,7 +369,7 @@ jobs:
369
369
set -euo pipefail
370
370
pushd .
371
371
cd tests/py/dynamo/
372
- python -m pytest -m "not critical" -ra -n auto - -junitxml=${RUNNER_TEST_RESULTS_DIR}/l2_dynamo_compile_tests_results.xml models/
372
+ python -m pytest -m "not critical" -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/l2_dynamo_compile_tests_results.xml models/
373
373
python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/l2_dynamo_compile_llm_tests_results.xml llm/
374
374
popd
375
375
@@ -398,7 +398,7 @@ jobs:
398
398
set -euo pipefail
399
399
pushd .
400
400
cd tests/py/dynamo
401
- python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/l2_dynamo_core_tests_results.xml -n auto --ignore runtime/test_001_* --ignore runtime/test_000_ * runtime/*
401
+ python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/l2_dynamo_core_tests_results.xml --ignore runtime/test_000_* --ignore runtime/test_001_* --ignore runtime/gen_hw_compat * runtime/*
402
402
popd
403
403
404
404
L2-dynamo-plugin-tests :
@@ -426,7 +426,7 @@ jobs:
426
426
set -euo pipefail
427
427
pushd .
428
428
cd tests/py/dynamo
429
- python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/l2_dynamo_plugins_tests_results.xml -n auto --ignore automatic_plugin/
429
+ python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/l2_dynamo_plugins_tests_results.xml automatic_plugin/
430
430
popd
431
431
432
432
L2-torchscript-tests :
@@ -458,7 +458,7 @@ jobs:
458
458
popd
459
459
pushd .
460
460
cd tests/py/ts
461
- python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/l2_ts_integrations_tests_results.xml -n auto integrations/
461
+ python -m pytest -ra --junitxml=${RUNNER_TEST_RESULTS_DIR}/l2_ts_integrations_tests_results.xml integrations/
462
462
popd
463
463
464
464
concurrency :
0 commit comments