From 06f82545c1dd40ef40ae4d63fd80069030c757e3 Mon Sep 17 00:00:00 2001 From: Baptiste Date: Wed, 8 Jan 2025 08:31:03 +0000 Subject: [PATCH] wip --- .github/workflows/debug-dind.yml | 3 +-- .github/workflows/test-pytorch-xla-tpu-tgi-jetstream.yml | 8 ++++---- .github/workflows/test-pytorch-xla-tpu-tgi.yml | 8 ++++---- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/workflows/debug-dind.yml b/.github/workflows/debug-dind.yml index 78cc97c0..d0193d79 100644 --- a/.github/workflows/debug-dind.yml +++ b/.github/workflows/debug-dind.yml @@ -26,6 +26,5 @@ jobs: - name: test curl protobuf inside docker run: | - docker run --rm -it -v $(pwd):/app -w /app ubuntu:22.04 bash -c "curl -OL https://github.com/protocolbuffers/protobuf/releases/download/v21.12/protoc-21.12-linux-x86_64.zip && unzip -o protoc-21.12-linux-x86_64.zip -d /usr/local" - + docker run --rm ubuntu:22.04 bash -c "curl -OL https://github.com/protocolbuffers/protobuf/releases/download/v21.12/protoc-21.12-linux-x86_64.zip" diff --git a/.github/workflows/test-pytorch-xla-tpu-tgi-jetstream.yml b/.github/workflows/test-pytorch-xla-tpu-tgi-jetstream.yml index eb8f8929..eea8858c 100644 --- a/.github/workflows/test-pytorch-xla-tpu-tgi-jetstream.yml +++ b/.github/workflows/test-pytorch-xla-tpu-tgi-jetstream.yml @@ -5,10 +5,10 @@ on: branches: [ main ] paths: - "text-generation-inference/**" - pull_request: - branches: [ main ] - paths: - - "text-generation-inference/**" + # pull_request: + # branches: [ main ] + # paths: + # - "text-generation-inference/**" # This can be used to trigger workflow from the web interface workflow_dispatch: diff --git a/.github/workflows/test-pytorch-xla-tpu-tgi.yml b/.github/workflows/test-pytorch-xla-tpu-tgi.yml index ff57d648..909b8148 100644 --- a/.github/workflows/test-pytorch-xla-tpu-tgi.yml +++ b/.github/workflows/test-pytorch-xla-tpu-tgi.yml @@ -5,10 +5,10 @@ on: branches: [ main ] paths: - "text-generation-inference/**" - pull_request: - branches: [ main ] - paths: - - "text-generation-inference/**" + # pull_request: + # branches: [ main ] + # paths: + # - "text-generation-inference/**" concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}