Skip to content

Commit

Permalink
[CI] Increase e2e test disk space (#3776)
Browse files Browse the repository at this point in the history
* increase e2e test disk space
  • Loading branch information
SbloodyS authored Jun 25, 2024
1 parent b94212b commit d2104a2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
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

0 comments on commit d2104a2

Please sign in to comment.