Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
21a8a79c
Commit
21a8a79c
authored
Feb 10, 2025
by
Ryan McCormick
Committed by
GitHub
Feb 10, 2025
Browse files
ci: Move slow pytests to nightly (#152)
parent
6ca24080
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
runtime/tests/python/integration/test_mock_disaggregated_serving.py
...sts/python/integration/test_mock_disaggregated_serving.py
+2
-4
runtime/tests/python/integration/test_perf_benchmark.py
runtime/tests/python/integration/test_perf_benchmark.py
+2
-4
No files found.
runtime/tests/python/integration/test_mock_disaggregated_serving.py
View file @
21a8a79c
...
...
@@ -58,10 +58,8 @@ try:
except
CUDARuntimeError
:
print
(
"CUDA not available"
)
# TODO
# Decide if this should be
# pre merge, nightly, or weekly
pytestmark
=
pytest
.
mark
.
pre_merge
# Slower test than others - make it nightly for now
pytestmark
=
pytest
.
mark
.
nightly
@
pytest
.
fixture
...
...
runtime/tests/python/integration/test_perf_benchmark.py
View file @
21a8a79c
...
...
@@ -36,10 +36,8 @@ TRITON_LOG_LEVEL = 0
logger
=
get_logger
(
__name__
)
# TODO
# Decide if this should be
# pre merge, nightly, or weekly
pytestmark
=
pytest
.
mark
.
pre_merge
# Slower test than others - make it nightly for now
pytestmark
=
pytest
.
mark
.
nightly
@
pytest
.
fixture
...
...
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