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
fcb76854
Unverified
Commit
fcb76854
authored
Jan 08, 2026
by
Dmitry Tokarev
Committed by
GitHub
Jan 08, 2026
Browse files
fix: add HF_TOKEN to pytests (#5298)
Signed-off-by:
Dmitry Tokarev
<
dtokarev@nvidia.com
>
parent
3d67474e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
.github/actions/pytest/action.yml
.github/actions/pytest/action.yml
+3
-0
.github/workflows/container-validation-backends.yml
.github/workflows/container-validation-backends.yml
+3
-0
No files found.
.github/actions/pytest/action.yml
View file @
fcb76854
...
...
@@ -36,6 +36,8 @@ inputs:
description
:
'
Enable
mypy
type
checking
during
test
run
(true/false)'
required
:
false
default
:
'
false'
hf_token
:
required
:
false
runs
:
...
...
@@ -103,6 +105,7 @@ runs:
CONTAINER_ID
:
test_${{ github.run_id }}_${{ github.run_attempt }}_${{ github.job }}
PYTEST_XML_FILE
:
pytest_test_report.xml
HF_HOME
:
/runner/_work/_temp
HF_TOKEN
:
${{ inputs.hf_token }}
run
:
|
# Run pytest with detailed output and JUnit XML
set +e # Don't exit on test failures
...
...
.github/workflows/container-validation-backends.yml
View file @
fcb76854
...
...
@@ -199,6 +199,7 @@ jobs:
test_type
:
"
pre_merge"
platform_arch
:
${{ matrix.platform.arch }}
enable_mypy
:
'
true'
hf_token
:
${{ secrets.HF_TOKEN }}
sglang
:
needs
:
changed-files
...
...
@@ -263,6 +264,7 @@ jobs:
test_type
:
"
pre_merge"
platform_arch
:
${{ matrix.platform.arch }}
enable_mypy
:
'
true'
hf_token
:
${{ secrets.HF_TOKEN }}
trtllm
:
needs
:
changed-files
...
...
@@ -327,6 +329,7 @@ jobs:
test_type
:
"
pre_merge"
platform_arch
:
${{ matrix.platform.arch }}
enable_mypy
:
'
true'
hf_token
:
${{ secrets.HF_TOKEN }}
deploy-operator
:
runs-on
:
cpu-amd-m5-2xlarge
...
...
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