File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,11 @@ python pr-test-run.py --test_path /workspace/pdpd_ci/PaddleCustomDevice/backends
11
11
# to run special test cases
12
12
python pr-test-run.py --test_path /workspace/pdpd_ci/PaddleCustomDevice/backends/intel_hpu/tests/unittests/ --junit test_result.xml --platform gaudi2 --k test_abs_op
13
13
python pr-test-run.py --test_path /workspace/pdpd_ci/PaddleCustomDevice/backends/intel_hpu/tests/unittests/ --junit test_result.xml --platform gaudi2 --k test_abs_op.py
14
+
15
+ #how to run all, stable, or unstable test cases
16
+ stable: all passed test cases suits
17
+ unstable: test sub suites which have failed cases
18
+ python pr-test-run.py --test_path /workspace_pdpd/repo/PaddleCustomDevice/backends/intel_hpu/tests/unittests/ --junit test_result.xml --platform gaudi2
19
+ python pr-test-run.py --test_path /workspace_pdpd/repo/PaddleCustomDevice/backends/intel_hpu/tests/unittests/ --filter all --junit test_result.xml --platform gaudi2
20
+ python pr-test-run.py --test_path /workspace_pdpd/repo/PaddleCustomDevice/backends/intel_hpu/tests/unittests/ --filter stable --junit test_result.xml --platform gaudi2
21
+ python pr-test-run.py --test_path /workspace_pdpd/repo/PaddleCustomDevice/backends/intel_hpu/tests/unittests/ --filter unstable --junit test_result.xml --platform gaudi2
Original file line number Diff line number Diff line change 21
21
skip_case_lst = [
22
22
"test_activation_op.py" ,
23
23
"test_pow.py" ,
24
- "test_top_p_sampling.py" ,
25
24
]
You can’t perform that action at this time.
0 commit comments