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
979ff44c
Unverified
Commit
979ff44c
authored
Mar 17, 2026
by
Richard Zou
Committed by
GitHub
Mar 17, 2026
Browse files
[BugFix] PyTorch Compilation Tests should error if any test fails (#37300)
Signed-off-by:
Richard Zou
<
zou3519@gmail.com
>
parent
f63ed7b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.buildkite/test_areas/pytorch.yaml
.buildkite/test_areas/pytorch.yaml
+1
-1
No files found.
.buildkite/test_areas/pytorch.yaml
View file @
979ff44c
...
@@ -35,7 +35,7 @@ steps:
...
@@ -35,7 +35,7 @@ steps:
# as it is a heavy test that is covered in other steps.
# as it is a heavy test that is covered in other steps.
# Use `find` to launch multiple instances of pytest so that
# Use `find` to launch multiple instances of pytest so that
# they do not suffer from https://github.com/vllm-project/vllm/issues/28965
# they do not suffer from https://github.com/vllm-project/vllm/issues/28965
-
"
find
compile/fullgraph/
-name
'test_*.py'
-not
-name
'test_full_graph.py'
-
exec
pytest
-s
-v
{}
\\
;
"
-
"
find
compile/fullgraph/
-name
'test_*.py'
-not
-name
'test_full_graph.py'
-
print0
|
xargs
-0
-n1
-I{}
pytest
-s
-v
'
{}
'
"
-
label
:
PyTorch Fullgraph
-
label
:
PyTorch Fullgraph
timeout_in_minutes
:
30
timeout_in_minutes
:
30
...
...
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