Skip to content

Commit

Permalink
Revert "chore: 调整 github runner 配置"
Browse files Browse the repository at this point in the history
This reverts commit cff2c8e.
  • Loading branch information
jayjiahua committed Nov 19, 2024
1 parent 2eab84c commit 8f1857e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 12 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ env:
jobs:
run:
# runs-on: ubuntu-20.04
runs-on:
group: cvm-liunx-x64
runs-on: self-hosted
defaults:
run:
shell: bash
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/label_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
check_project_label:
name: 检查项目标签
# runs-on: ubuntu-latest
runs-on:
group: cvm-liunx-x64
runs-on: self-hosted
steps:
- name: Check project label
uses: docker://agilepathway/pull-request-label-checker:latest
Expand All @@ -30,8 +29,7 @@ jobs:
check_type_label:
name: 检查类型标签
# runs-on: ubuntu-latest
runs-on:
group: cvm-liunx-x64
runs-on: self-hosted
steps:
- name: Check type label
uses: docker://agilepathway/pull-request-label-checker:latest
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ env:
jobs:
run:
# runs-on: ubuntu-20.04
runs-on:
group: cvm-liunx-x64
runs-on: self-hosted
defaults:
run:
shell: bash
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ env:
jobs:
run:
# runs-on: ubuntu-20.04
runs-on:
group: cvm-liunx-x64
runs-on: self-hosted
env:
OS: ubuntu-latest
steps:
Expand Down
3 changes: 1 addition & 2 deletions bkmonitor/.github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
build:

# runs-on: ubuntu-18.04
runs-on:
group: cvm-liunx-x64
runs-on: self-hosted
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 8f1857e

Please sign in to comment.