mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
enhance: [skip e2e] skip maximize build space plugin if it is self-hosted runner (#29214)
Signed-off-by: Sammy Huang <sammy.huang@zilliz.com> Co-authored-by: Sammy Huang <sammy.huang@zilliz.com>
This commit is contained in:
parent
3e66e78508
commit
bd640754ac
2
.github/workflows/code-checker.yaml
vendored
2
.github/workflows/code-checker.yaml
vendored
@ -41,6 +41,7 @@ jobs:
|
||||
steps:
|
||||
- name: Maximize build space
|
||||
uses: easimon/maximize-build-space@master
|
||||
if: ${{ ! startsWith(runner.name, 'self') }} # skip this step if it is self-hosted runner
|
||||
with:
|
||||
root-reserve-mb: 20480
|
||||
swap-size-mb: 1024
|
||||
@ -88,6 +89,7 @@ jobs:
|
||||
steps:
|
||||
- name: Maximize build space
|
||||
uses: easimon/maximize-build-space@master
|
||||
if: ${{ ! startsWith(runner.name, 'self') }} # skip this step if it is self-hosted runner
|
||||
with:
|
||||
root-reserve-mb: 20480
|
||||
swap-size-mb: 1024
|
||||
|
||||
1
.github/workflows/main.yaml
vendored
1
.github/workflows/main.yaml
vendored
@ -56,6 +56,7 @@ jobs:
|
||||
|
||||
- name: Maximize build space
|
||||
uses: easimon/maximize-build-space@master
|
||||
if: ${{ ! startsWith(runner.name, 'self') }} # skip this step if it is self-hosted runner
|
||||
with:
|
||||
root-reserve-mb: 20480
|
||||
swap-size-mb: 1024
|
||||
|
||||
1
.github/workflows/publish-builder.yaml
vendored
1
.github/workflows/publish-builder.yaml
vendored
@ -36,6 +36,7 @@ jobs:
|
||||
steps:
|
||||
- name: Maximize build space
|
||||
uses: easimon/maximize-build-space@master
|
||||
if: ${{ ! startsWith(runner.name, 'self') }} # skip this step if it is self-hosted runner
|
||||
with:
|
||||
root-reserve-mb: 20480
|
||||
# overprovision-lvm: 'true'
|
||||
|
||||
1
.github/workflows/publish-gpu-builder.yaml
vendored
1
.github/workflows/publish-gpu-builder.yaml
vendored
@ -36,6 +36,7 @@ jobs:
|
||||
steps:
|
||||
- name: Maximize build space
|
||||
uses: easimon/maximize-build-space@master
|
||||
if: ${{ ! startsWith(runner.name, 'self') }} # skip this step if it is self-hosted runner
|
||||
with:
|
||||
root-reserve-mb: 20480
|
||||
# overprovision-lvm: 'true'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user