mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
wip
This commit is contained in:
parent
b404b1dffe
commit
c85eeb18cc
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
@ -187,7 +187,7 @@ jobs:
|
|||||||
authkey: ${{ secrets.TAILSCALE_SSH_AUTHKEY }}
|
authkey: ${{ secrets.TAILSCALE_SSH_AUTHKEY }}
|
||||||
debugEnabled: "1"
|
debugEnabled: "1"
|
||||||
debug: "1"
|
debug: "1"
|
||||||
waitForSssh: true
|
waitForSSH: true
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
export DOCKER_VOLUME=/mnt/cache
|
export DOCKER_VOLUME=/mnt/cache
|
||||||
@ -197,6 +197,7 @@ jobs:
|
|||||||
echo $DOCKER_IMAGE
|
echo $DOCKER_IMAGE
|
||||||
pytest -s -vv integration-tests ${PYTEST_FLAGS}
|
pytest -s -vv integration-tests ${PYTEST_FLAGS}
|
||||||
- name: Wait for SSH
|
- name: Wait for SSH
|
||||||
|
if: ${{ always() }}
|
||||||
run : |
|
run : |
|
||||||
sleep 30s
|
sleep 5m
|
||||||
while [ "$(last | grep '^runner.*still logged in$')" ]; do sleep 1m; done
|
while [ "$(last | grep '^runner.*still logged in$')" ]; do sleep 1m; done
|
||||||
|
Loading…
Reference in New Issue
Block a user