remove comments

This commit is contained in:
Guillaume LEGENDRE 2024-06-27 13:57:26 +02:00
parent 91abcfe0a4
commit 91baf507bb

View File

@ -70,12 +70,6 @@ jobs:
echo "LABEL=${label_extension}" >> $GITHUB_ENV
echo "DOCKER_DEVICES=${docker_devices}" >> $GITHUB_ENV
echo "RUNS_ON=${runs_on}" >> $GITHUB_ENV
# - name: Tailscale
# uses: huggingface/tailscale-action@main
# with:
# authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
# slackChannel: ${{ secrets.SLACK_CIFEEDBACK_CHANNEL }}
# slackToken: ${{ secrets.SLACK_CIFEEDBACK_BOT_TOKEN }}
- name: Initialize Docker Buildx
uses: docker/setup-buildx-action@v3
with:
@ -90,12 +84,6 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
# - name: Login to internal Container Registry
# uses: docker/login-action@v3
# with:
# username: ${{ secrets.TAILSCALE_DOCKER_USERNAME }}
# password: ${{ secrets.TAILSCALE_DOCKER_PASSWORD }}
# registry: registry.internal.huggingface.tech
- name: Login to Azure Container Registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
@ -173,11 +161,6 @@ jobs:
- name: Install
run: |
make install-integration-tests
# - name: Tailscale
# uses: huggingface/tailscale-action@main
# if: needs.build-and-push.outputs.runs_on != 'amd-gpu-tgi'
# with:
# authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
- name: Run tests
run: |
export DOCKER_VOLUME=/mnt/cache