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
6104c93f
Unverified
Commit
6104c93f
authored
Sep 09, 2025
by
Anant Sharma
Committed by
GitHub
Sep 09, 2025
Browse files
ci: remove pre-merge ignore in github workflow (#2940)
Signed-off-by:
Anant Sharma
<
anants@nvidia.com
>
parent
4a27c02c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
.github/workflows/container-validation-dynamo.yml
.github/workflows/container-validation-dynamo.yml
+1
-1
pyproject.toml
pyproject.toml
+1
-0
No files found.
.github/workflows/container-validation-dynamo.yml
View file @
6104c93f
...
...
@@ -67,7 +67,7 @@ jobs:
docker run -v ${{ github.workspace }}:/workspace -w /workspace \
--name ${{ env.CONTAINER_ID }}_pytest \
${{ steps.define_image_tag.outputs.image_tag }} \
bash -c "pytest --basetemp=/tmp --junitxml=${{ env.PYTEST_XML_FILE }} -m \"${{ env.PYTEST_MARKS }}\"
--ignore /workspace/lib/bindings/python/src/dynamo/llm/trtllm_integration/connector
"
bash -c "pytest --basetemp=/tmp --junitxml=${{ env.PYTEST_XML_FILE }} -m \"${{ env.PYTEST_MARKS }}\" "
-
name
:
Copy test report from test Container
if
:
always()
run
:
|
...
...
pyproject.toml
View file @
6104c93f
...
...
@@ -135,6 +135,7 @@ addopts = [
"--mypy"
,
"--ignore-glob=*model.py"
,
"--ignore-glob=*vllm_integration*"
,
"--ignore-glob=*trtllm_integration*"
,
"--ignore-glob=*_inc.py"
,
"--ignore-glob=*/llm/tensorrtllm*"
,
"--ignore-glob=docs/*"
,
...
...
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