Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Increase e2e test disk space #3776

Merged
merged 15 commits into from
Jun 25, 2024
1 change: 0 additions & 1 deletion .github/actions/maximize-build-space
Submodule maximize-build-space deleted from fc881a
14 changes: 10 additions & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,19 @@ jobs:
env:
RECORDING_PATH: /tmp/recording-${{ matrix.case.name }}
steps:
- name: Maximize runner space
uses: easimon/maximize-build-space@fc881a613ad2a34aca9c9624518214ebc21dfc0c
with:
root-reserve-mb: 30720
temp-reserve-mb: 10240
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
- uses: actions/checkout@v4
with:
submodules: true
- name: Echo free space
run: |
echo "Runner Free space:"
df -h
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
Expand Down
5 changes: 0 additions & 5 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,3 @@
path = .github/actions/paths-filter
url = https://github.com/dorny/paths-filter
branch = de90cc6fb38fc0963ad72b210f1f284cd68cea36

[submodule ".github/actions/maximize-build-space"]
path = .github/actions/maximize-build-space
url = https://github.com/easimon/maximize-build-space
branch = fc881a613ad2a34aca9c9624518214ebc21dfc0c
Loading