From 2270e013f0bc4e9db8f5396c469c0cadd6314938 Mon Sep 17 00:00:00 2001 From: panxiao81 Date: Wed, 16 Sep 2026 17:46:15 +0000 Subject: [PATCH] ci: route lint and tests to pod runners and e2e to vm --- .github/workflows/lint.yml | 2 +- .github/workflows/test-e2e.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 67247c1..29b4380 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: permissions: contents: read name: Run on Ubuntu - runs-on: self-hosted + runs-on: [self-hosted, pod] steps: - name: Clone the code uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index b36e11e..01c1dfb 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -17,7 +17,7 @@ jobs: permissions: contents: read name: Run on Ubuntu - runs-on: self-hosted + runs-on: [self-hosted, vm] steps: - name: Clone the code uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 99386f8..c54a53f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: permissions: contents: read name: Run on Ubuntu - runs-on: self-hosted + runs-on: [self-hosted, pod] steps: - name: Clone the code uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2