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
82577b06
Unverified
Commit
82577b06
authored
Dec 11, 2025
by
Pavithra Vijayakrishnan
Committed by
GitHub
Dec 11, 2025
Browse files
ci: Update the pre_merge markers to exclude gpu_2 tests running (#4909)
Signed-off-by:
pvijayakrish
<
pvijayakrish@nvidia.com
>
parent
d0e95c39
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
.github/workflows/container-validation-backends.yml
.github/workflows/container-validation-backends.yml
+3
-3
.github/workflows/container-validation-dynamo.yml
.github/workflows/container-validation-dynamo.yml
+2
-2
No files found.
.github/workflows/container-validation-backends.yml
View file @
82577b06
...
...
@@ -192,7 +192,7 @@ jobs:
uses
:
./.github/actions/pytest
with
:
image_tag
:
${{ steps.build-image.outputs.image_tag }}
pytest_marks
:
"
pre_merge
and
vllm"
pytest_marks
:
"
pre_merge
and
vllm
and
(gpu_0
or
gpu_1)
"
framework
:
"
vllm"
test_type
:
"
pre_merge"
platform_arch
:
${{ matrix.platform.arch }}
...
...
@@ -253,7 +253,7 @@ jobs:
uses
:
./.github/actions/pytest
with
:
image_tag
:
${{ steps.build-image.outputs.image_tag }}
pytest_marks
:
"
pre_merge
and
sglang"
pytest_marks
:
"
pre_merge
and
sglang
and
(gpu_0
or
gpu_1)
"
framework
:
"
sglang"
test_type
:
"
pre_merge"
platform_arch
:
${{ matrix.platform.arch }}
...
...
@@ -314,7 +314,7 @@ jobs:
uses
:
./.github/actions/pytest
with
:
image_tag
:
${{ steps.build-image.outputs.image_tag }}
pytest_marks
:
"
pre_merge
and
trtllm"
pytest_marks
:
"
pre_merge
and
trtllm
and
(gpu_0
or
gpu_1)
"
framework
:
"
trtllm"
test_type
:
"
pre_merge"
platform_arch
:
${{ matrix.platform.arch }}
...
...
.github/workflows/container-validation-dynamo.yml
View file @
82577b06
...
...
@@ -66,7 +66,7 @@ jobs:
docker compose down
-
name
:
Run pytest (parallel tests with xdist)
env
:
PYTEST_MARKS
:
"
pre_merge
and
parallel
and
not
(vllm
or
sglang
or
trtllm)"
PYTEST_MARKS
:
"
pre_merge
and
parallel
and
not
(vllm
or
sglang
or
trtllm)
and
(gpu_0
or
gpu_1)
"
run
:
|
docker run -w /workspace \
--name ${{ env.CONTAINER_ID }}_pytest_parallel \
...
...
@@ -78,7 +78,7 @@ jobs:
docker cp ${{ env.CONTAINER_ID }}_pytest_parallel:/workspace/${{ env.PYTEST_PARALLEL_XML_FILE }} . || echo "No parallel test report found"
-
name
:
Run pytest (sequential tests)
env
:
PYTEST_MARKS
:
"
((pre_merge
and
not
parallel)
or
mypy)
and
not
(vllm
or
sglang
or
trtllm)"
PYTEST_MARKS
:
"
((pre_merge
and
not
parallel)
or
mypy)
and
not
(vllm
or
sglang
or
trtllm)
and
(gpu_0
or
gpu_1)
"
run
:
|
docker run -w /workspace \
--name ${{ env.CONTAINER_ID }}_pytest \
...
...
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