[AMD CI] Temporarily disable 2 gpu accuracy test. (#15204)
This commit is contained in:
@@ -463,6 +463,8 @@ jobs:
|
|||||||
accuracy-test-2-gpu-amd:
|
accuracy-test-2-gpu-amd:
|
||||||
needs: [check-changes, accuracy-test-1-gpu-amd]
|
needs: [check-changes, accuracy-test-1-gpu-amd]
|
||||||
if: |
|
if: |
|
||||||
|
# Temporarily disabled - uncomment when ready to re-enable (tracked here: https://github.com/sgl-project/sglang/issues/13107)
|
||||||
|
false &&
|
||||||
always() &&
|
always() &&
|
||||||
(
|
(
|
||||||
(inputs.target_stage == 'accuracy-test-2-gpu-amd') ||
|
(inputs.target_stage == 'accuracy-test-2-gpu-amd') ||
|
||||||
@@ -513,7 +515,7 @@ jobs:
|
|||||||
performance-test-1-gpu-part-2-amd,
|
performance-test-1-gpu-part-2-amd,
|
||||||
performance-test-2-gpu-amd,
|
performance-test-2-gpu-amd,
|
||||||
accuracy-test-1-gpu-amd,
|
accuracy-test-1-gpu-amd,
|
||||||
accuracy-test-2-gpu-amd,
|
# accuracy-test-2-gpu-amd, # Temporarily disabled
|
||||||
]
|
]
|
||||||
if: always()
|
if: always()
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user