mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
Mounting on the job.
This commit is contained in:
parent
ed51bb94ce
commit
99fd425ed2
9
.github/workflows/build.yaml
vendored
9
.github/workflows/build.yaml
vendored
@ -181,6 +181,11 @@ jobs:
|
||||
- name: Install
|
||||
run: |
|
||||
make install-integration-tests
|
||||
- name: Tailscale
|
||||
uses: huggingface/tailscale-action@main
|
||||
with:
|
||||
authkey: ${{ secrets.TAILSCALE_SSH_AUTHKEY }}
|
||||
debugEnabled: true
|
||||
- name: Run tests
|
||||
run: |
|
||||
export DOCKER_VOLUME=/mnt/cache
|
||||
@ -189,3 +194,7 @@ jobs:
|
||||
export HF_TOKEN=${{ secrets.HF_TOKEN }}
|
||||
echo $DOCKER_IMAGE
|
||||
pytest -s -vv integration-tests ${PYTEST_FLAGS}
|
||||
- name: Wait for SSH
|
||||
run : |
|
||||
sleep 30s
|
||||
while [ "$(last | grep '^runner.*still logged in$')" ]; do sleep 1m; done
|
||||
|
Loading…
Reference in New Issue
Block a user