[Apple Silicon] [CI] Move the MLX lane to the check-changes + pr-gate composite (#30121)
This commit is contained in:
@@ -22,6 +22,7 @@ HW_MAPPING = {
|
||||
"musa": HWBackend.MUSA,
|
||||
"npu": HWBackend.NPU,
|
||||
"xpu": HWBackend.XPU,
|
||||
"mlx": HWBackend.MLX,
|
||||
}
|
||||
|
||||
# Per-commit test suites (run on every PR).
|
||||
@@ -106,6 +107,10 @@ PER_COMMIT_SUITES = {
|
||||
"stage-a-test-1-gpu-xpu",
|
||||
"stage-b-test-1-gpu-xpu",
|
||||
],
|
||||
HWBackend.MLX: [
|
||||
"stage-a-unit-test-mlx",
|
||||
"stage-b-e2e-mlx",
|
||||
],
|
||||
}
|
||||
|
||||
# Nightly test suites (run nightly, organized by GPU configuration)
|
||||
@@ -194,6 +199,7 @@ _SUITE_CHECKED_BACKENDS = {
|
||||
HWBackend.CPU,
|
||||
HWBackend.MUSA,
|
||||
HWBackend.XPU,
|
||||
HWBackend.MLX,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user