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
051f18a4
Unverified
Commit
051f18a4
authored
Feb 04, 2026
by
Jacky
Committed by
GitHub
Feb 04, 2026
Browse files
chore: Increase E2E 1-GPU Test Timeout (#5888)
Signed-off-by:
Jacky
<
18255193+kthui@users.noreply.github.com
>
parent
94d82a48
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
.github/actions/pytest/action.yml
.github/actions/pytest/action.yml
+1
-1
.github/workflows/ci-test-suite.yml
.github/workflows/ci-test-suite.yml
+2
-2
tests/fault_tolerance/cancellation/test_trtllm.py
tests/fault_tolerance/cancellation/test_trtllm.py
+0
-1
No files found.
.github/actions/pytest/action.yml
View file @
051f18a4
...
...
@@ -122,7 +122,7 @@ runs:
echo "🔍 Mypy type checking enabled"
MYPY_FLAG="--mypy"
fi
PYTEST_CMD="pytest --continue-on-collection-errors -v --tb=short --basetemp=/tmp -o cache_dir=/tmp/.pytest_cache --junitxml=/workspace/test-results/${{ env.PYTEST_XML_FILE }} --durations=
1
0 ${MYPY_FLAG} -m \"${{ inputs.pytest_marks }}\""
PYTEST_CMD="pytest --continue-on-collection-errors -v --tb=short --basetemp=/tmp -o cache_dir=/tmp/.pytest_cache --junitxml=/workspace/test-results/${{ env.PYTEST_XML_FILE }} --durations=
2
0 ${MYPY_FLAG} -m \"${{ inputs.pytest_marks }}\""
# Detect GPU availability and conditionally add GPU flags
GPU_FLAGS=""
...
...
.github/workflows/ci-test-suite.yml
View file @
051f18a4
...
...
@@ -569,10 +569,10 @@ jobs:
arch
:
-
arch
:
amd64
runner
:
prod-builder-amd-gpu-v1
timeout
:
1
2
0
timeout
:
1
8
0
-
arch
:
arm64
runner
:
prod-builder-arm-v1
timeout
:
1
2
0
timeout
:
1
8
0
steps
:
-
uses
:
actions/checkout@v4
with
:
...
...
tests/fault_tolerance/cancellation/test_trtllm.py
View file @
051f18a4
...
...
@@ -34,7 +34,6 @@ pytestmark = [
pytest
.
mark
.
trtllm
,
pytest
.
mark
.
gpu_1
,
pytest
.
mark
.
e2e
,
pytest
.
mark
.
post_merge
,
pytest
.
mark
.
model
(
FAULT_TOLERANCE_MODEL_NAME
),
pytest
.
mark
.
post_merge
,
# post_merge to pinpoint failure commit
pytest
.
mark
.
parametrize
(
"request_plane"
,
[
"nats"
,
"tcp"
],
indirect
=
True
),
...
...
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