mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 20:04:52 +00:00
does ci pass without tailscale?
This commit is contained in:
parent
ee62872d66
commit
13bbf6cc5c
18
.github/workflows/build.yaml
vendored
18
.github/workflows/build.yaml
vendored
@ -194,19 +194,6 @@ jobs:
|
|||||||
python integration-tests/clean_cache_and_download.py --token ${{ secrets.HF_TOKEN }}
|
python integration-tests/clean_cache_and_download.py --token ${{ secrets.HF_TOKEN }}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
test_tailscale:
|
|
||||||
concurrency:
|
|
||||||
group: ${{ github.workflow }}-${{ github.job }}-${{ needs.build-and-push.outputs.label }}-${{ github.head_ref || github.run_id }}
|
|
||||||
cancel-in-progress: true
|
|
||||||
needs: [build-and-push, prepare_integration_tests]
|
|
||||||
runs-on: ["self-hosted", "${{ needs.build-and-push.outputs.runs_on }}", "multi-gpu"]
|
|
||||||
if: needs.build-and-push.outputs.runs_on != 'ubuntu-latest'
|
|
||||||
steps:
|
|
||||||
- name: Tailscale
|
|
||||||
uses: huggingface/tailscale-action@main
|
|
||||||
with:
|
|
||||||
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
|
|
||||||
|
|
||||||
integration_tests:
|
integration_tests:
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.job }}-${{ needs.build-and-push.outputs.label }}-${{ github.head_ref || github.run_id }}
|
group: ${{ github.workflow }}-${{ github.job }}-${{ needs.build-and-push.outputs.label }}-${{ github.head_ref || github.run_id }}
|
||||||
@ -221,11 +208,6 @@ jobs:
|
|||||||
- name: Inject slug/short variables
|
- name: Inject slug/short variables
|
||||||
uses: rlespinasse/github-slug-action@v4.4.1
|
uses: rlespinasse/github-slug-action@v4.4.1
|
||||||
|
|
||||||
- name: Tailscale
|
|
||||||
uses: huggingface/tailscale-action@main
|
|
||||||
with:
|
|
||||||
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
|
|
||||||
|
|
||||||
- name: Login to internal Container Registry
|
- name: Login to internal Container Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user