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
text-generation-inference
Commits
cdbf8028
Unverified
Commit
cdbf8028
authored
Jun 19, 2024
by
drbh
Committed by
GitHub
Jun 19, 2024
Browse files
feat: rotate tests ci token (#2091)
parent
11ea9ce0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.github/workflows/build.yaml
.github/workflows/build.yaml
+1
-1
.github/workflows/tests.yaml
.github/workflows/tests.yaml
+1
-1
No files found.
.github/workflows/build.yaml
View file @
cdbf8028
...
...
@@ -141,7 +141,7 @@ jobs:
run
:
|
export DOCKER_VOLUME=/mnt/cache
export DOCKER_IMAGE=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:sha-${{ env.GITHUB_SHA_SHORT }}
export HUGGING_FACE_HUB_TOKEN=${{ secrets.H
UGGING_FACE_HUB
_TOKEN }}
export HUGGING_FACE_HUB_TOKEN=${{ secrets.H
F
_TOKEN }}
pytest -s -vv integration-tests
-
name
:
Tailscale Wait
if
:
${{ failure() || runner.debug == '1' }}
...
...
.github/workflows/tests.yaml
View file @
cdbf8028
...
...
@@ -72,7 +72,7 @@ jobs:
-
name
:
Run server tests
run
:
|
pip install pytest
export HUGGING_FACE_HUB_TOKEN=${{ secrets.H
UGGING_FACE_HUB
_TOKEN }}
export HUGGING_FACE_HUB_TOKEN=${{ secrets.H
F
_TOKEN }}
pytest -s -vv server/tests
-
name
:
Pre-commit checks
run
:
|
...
...
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