Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
e1308459
Unverified
Commit
e1308459
authored
Dec 09, 2025
by
Fadi Arafeh
Committed by
GitHub
Dec 09, 2025
Browse files
[CPU][CI] Enable fused MoE tests in Arm CI (#30132)
Signed-off-by:
Fadi Arafeh
<
fadi.arafeh@arm.com
>
parent
4b03b502
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.buildkite/scripts/hardware_ci/run-cpu-test-arm.sh
.buildkite/scripts/hardware_ci/run-cpu-test-arm.sh
+2
-1
No files found.
.buildkite/scripts/hardware_ci/run-cpu-test-arm.sh
View file @
e1308459
...
...
@@ -40,7 +40,8 @@ function cpu_tests() {
docker
exec
cpu-test bash
-c
"
set -e
pytest -x -v -s tests/kernels/test_onednn.py
pytest -x -v -s tests/kernels/attention/test_cpu_attn.py"
pytest -x -v -s tests/kernels/attention/test_cpu_attn.py
pytest -x -v -s tests/kernels/moe/test_moe.py -k test_cpu_fused_moe_basic"
# basic online serving
docker
exec
cpu-test bash
-c
'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment