Compare commits

...
Author SHA1 Message Date
Wentao YeandGitHub 853efb676c Merge branch 'main' into wentao-fix-amd-ci-test-others-bug 2026-03-03 09:39:25 -05:00
yewentao256 82c81fd70e fix ci
Signed-off-by: yewentao256 <zhyanwentao@126.com>
2026-03-03 01:24:02 +00:00
yewentao256 82e0802fa5 fix ci
Signed-off-by: yewentao256 <zhyanwentao@126.com>
2026-03-03 01:14:51 +00:00
yewentao256 1419e52f28 fix amd ci test others bug
Signed-off-by: yewentao256 <zhyanwentao@126.com>
2026-03-03 01:03:09 +00:00
3 changed files with 5 additions and 5 deletions
@@ -161,7 +161,7 @@ re_quote_pytest_markers() {
# If the token we're about to collect already contains a literal
# single quote, the expression was already quoted upstream.
# Flush and stop collecting.
if [[ "$word" == *"'"* ]]; then
if [[ "$word" == \'* || "$word" == *\' || "$word" == \"* || "$word" == *\" ]]; then
if [[ -n "$marker_buf" ]]; then
# Should not normally happen (partial buf + quote), flush raw
output+="${marker_buf} "
+2 -2
View File
@@ -411,7 +411,7 @@ steps:
- tests/v1
commands:
# Only run tests that need exactly 2 GPUs
- pytest -v -s v1/e2e/test_spec_decode.py -k "tensor_parallelism"
- pytest -v -s v1/e2e/test_spec_decode.py -k 'tensor_parallelism'
- label: V1 Test e2e (4 GPUs) # 65min
timeout_in_minutes: 90
@@ -426,7 +426,7 @@ steps:
- tests/v1
commands:
# Only run tests that need 4 GPUs
- pytest -v -s v1/e2e/test_spec_decode.py -k "eagle_correctness_heavy"
- pytest -v -s v1/e2e/test_spec_decode.py -k 'eagle_correctness_heavy'
- label: V1 Test entrypoints # 35min
timeout_in_minutes: 50
+2 -2
View File
@@ -46,7 +46,7 @@ steps:
- tests/v1/e2e
commands:
# Only run tests that need exactly 2 GPUs
- pytest -v -s v1/e2e/test_spec_decode.py -k "tensor_parallelism"
- pytest -v -s v1/e2e/test_spec_decode.py -k 'tensor_parallelism'
mirror:
amd:
device: mi325_2
@@ -62,7 +62,7 @@ steps:
- tests/v1/e2e
commands:
# Only run tests that need 4 GPUs
- pytest -v -s v1/e2e/test_spec_decode.py -k "eagle_correctness_heavy"
- pytest -v -s v1/e2e/test_spec_decode.py -k 'eagle_correctness_heavy'
mirror:
amd:
device: mi325_4