From 0bb03b354090fa04f202b119659d6038968b2c0e Mon Sep 17 00:00:00 2001 From: Jon Perry Date: Thu, 25 Jul 2024 16:55:30 -0400 Subject: [PATCH] chore: deconflict e2e workflow job names --- .github/workflows/e2e-llama-cpp-python.yaml | 2 +- .github/workflows/e2e-playright.yaml | 2 +- .github/workflows/e2e-text-embeddings.yaml | 2 +- .github/workflows/e2e-vllm.yaml | 2 +- .github/workflows/e2e-whisper.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/e2e-llama-cpp-python.yaml b/.github/workflows/e2e-llama-cpp-python.yaml index 7393ac4a9d..12f1e1fac8 100644 --- a/.github/workflows/e2e-llama-cpp-python.yaml +++ b/.github/workflows/e2e-llama-cpp-python.yaml @@ -50,7 +50,7 @@ concurrency: cancel-in-progress: true jobs: - e2e_2: + e2e_llama: runs-on: ai-ubuntu-big-boy-8-core if: ${{ !github.event.pull_request.draft }} diff --git a/.github/workflows/e2e-playright.yaml b/.github/workflows/e2e-playright.yaml index 2426a7e3fc..5fc27e259c 100644 --- a/.github/workflows/e2e-playright.yaml +++ b/.github/workflows/e2e-playright.yaml @@ -49,7 +49,7 @@ concurrency: cancel-in-progress: true jobs: - e2e_1: + e2e_playright: runs-on: ai-ubuntu-big-boy-8-core if: ${{ !github.event.pull_request.draft }} diff --git a/.github/workflows/e2e-text-embeddings.yaml b/.github/workflows/e2e-text-embeddings.yaml index 9a9fb91dcf..9ab4a8a031 100644 --- a/.github/workflows/e2e-text-embeddings.yaml +++ b/.github/workflows/e2e-text-embeddings.yaml @@ -52,7 +52,7 @@ concurrency: cancel-in-progress: true jobs: - e2e_2: + e2e_text_embeddings: runs-on: ai-ubuntu-big-boy-8-core if: ${{ !github.event.pull_request.draft }} diff --git a/.github/workflows/e2e-vllm.yaml b/.github/workflows/e2e-vllm.yaml index 100f87e362..caa52d1deb 100644 --- a/.github/workflows/e2e-vllm.yaml +++ b/.github/workflows/e2e-vllm.yaml @@ -52,7 +52,7 @@ concurrency: cancel-in-progress: true jobs: - e2e_1: + e2e_vllm: runs-on: ai-ubuntu-big-boy-8-core if: ${{ !github.event.pull_request.draft }} diff --git a/.github/workflows/e2e-whisper.yaml b/.github/workflows/e2e-whisper.yaml index 0220d0c05c..d93f215fc5 100644 --- a/.github/workflows/e2e-whisper.yaml +++ b/.github/workflows/e2e-whisper.yaml @@ -50,7 +50,7 @@ concurrency: cancel-in-progress: true jobs: - e2e_2: + e2e_whisper: runs-on: ai-ubuntu-big-boy-8-core if: ${{ !github.event.pull_request.draft }}