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
dynamo
Commits
c7b2d2b3
Unverified
Commit
c7b2d2b3
authored
Mar 26, 2026
by
VincyZhang
Committed by
GitHub
Mar 25, 2026
Browse files
chore(test): introduce xpu_1 and xpu_2 pytest markers (#7414)
Signed-off-by:
VincyZhang
<
wenxin.zhang@intel.com
>
parent
50364d25
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
pyproject.toml
pyproject.toml
+2
-0
tests/report_pytest_markers.py
tests/report_pytest_markers.py
+11
-1
No files found.
pyproject.toml
View file @
c7b2d2b3
...
...
@@ -230,6 +230,8 @@ markers = [
"gpu_2: marks tests to run on 2GPUs"
,
"gpu_4: marks tests to run on 4GPUs"
,
"gpu_8: marks tests to run on 8GPUs"
,
"xpu_1: marks tests to run on XPU"
,
"xpu_2: marks tests to run on 2XPUs"
,
"max_vram_gib(N): peak VRAM in GiB (with 10% safety). Filter with --max-vram-gib=N"
,
"e2e: marks tests as end-to-end tests"
,
"integration: marks tests as integration tests"
,
...
...
tests/report_pytest_markers.py
View file @
c7b2d2b3
...
...
@@ -57,7 +57,17 @@ REQUIRED_CATEGORIES: Dict[str, Set[str]] = {
"multimodal"
,
"performance"
,
},
"Hardware"
:
{
"gpu_0"
,
"gpu_1"
,
"gpu_2"
,
"gpu_4"
,
"gpu_8"
,
"h100"
,
"k8s"
},
"Hardware"
:
{
"gpu_0"
,
"gpu_1"
,
"gpu_2"
,
"gpu_4"
,
"gpu_8"
,
"h100"
,
"k8s"
,
"xpu_1"
,
"xpu_2"
,
},
}
STUB_MODULES
=
[
...
...
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