From d3efcb3930cfb1c79958dda00ce3e044fd85b714 Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Sun, 25 Aug 2024 17:45:35 -0700 Subject: [PATCH] Update workflow files (#1214) --- .github/workflows/accuracy-test.yml | 2 +- .github/workflows/e2e-test.yml | 2 +- .github/workflows/moe-test.yml | 2 +- .github/workflows/unit-test.yml | 2 +- docs/en/setup_github_runner.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/accuracy-test.yml b/.github/workflows/accuracy-test.yml index b60a9c6d4..6e1818c9c 100644 --- a/.github/workflows/accuracy-test.yml +++ b/.github/workflows/accuracy-test.yml @@ -20,7 +20,7 @@ concurrency: jobs: accuracy-test: if: github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request' - runs-on: accuracy-test + runs-on: 1-gpu-runner steps: - name: Checkout code diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 8d3387041..2db6801c7 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -20,7 +20,7 @@ concurrency: jobs: e2e-test: if: github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request' - runs-on: e2e-test + runs-on: 1-gpu-runner steps: - name: Checkout code diff --git a/.github/workflows/moe-test.yml b/.github/workflows/moe-test.yml index 2caa3d182..111f190c7 100644 --- a/.github/workflows/moe-test.yml +++ b/.github/workflows/moe-test.yml @@ -20,7 +20,7 @@ concurrency: jobs: moe-test: if: github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request' - runs-on: moe-test + runs-on: 2-gpu-runner steps: - name: Checkout code diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index e2d7951be..752c05da7 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -20,7 +20,7 @@ concurrency: jobs: unit-test: if: github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request' - runs-on: unit-test + runs-on: 1-gpu-runner steps: - name: Checkout code diff --git a/docs/en/setup_github_runner.md b/docs/en/setup_github_runner.md index 282e12b73..8e817dcc8 100644 --- a/docs/en/setup_github_runner.md +++ b/docs/en/setup_github_runner.md @@ -24,7 +24,7 @@ Then follow https://github.com/sgl-project/sglang/settings/actions/runners/new?a **Notes** - Do not need to specify the runner group -- Give it a name (e.g., `test-sgl-gpu-0`) and some labels (e.g., `unit-test`). The labels can be editted later in Github Settings. +- Give it a name (e.g., `test-sgl-gpu-0`) and some labels (e.g., `1-gpu-runner`). The labels can be editted later in Github Settings. - Do not need to change the work folder. ### Step 3: Run the runner by `run.sh`