File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Reclaims disk space and sanitizes user home on Atlas infrastructure
2
+
3
+ # We use the GitHub cache for the relevant parts of these directories.
4
+ # Also, we do not want to keep things like ~/.gradle/build-scan-data.
5
+ rm -rf ~ /.gradle/
6
+ rm -rf ~ /.m2/
Original file line number Diff line number Diff line change 97
97
if : " ${{ github.event_name == 'pull_request' && !cancelled() }}"
98
98
with :
99
99
name : build-scan-data-${{ matrix.rdbms }}
100
- path : build-scan-data.tgz
100
+ path : ~/.gradle/ build-scan-data
101
101
102
102
- name : Upload test reports (if Gradle failed)
103
103
uses : actions/upload-artifact@v4
@@ -129,8 +129,8 @@ jobs:
129
129
- uses : actions/checkout@v4
130
130
with :
131
131
persist-credentials : false
132
- - name : Reclaim Disk Space
133
- run : .github/ci-prerequisites.sh
132
+ - name : Reclaim disk space and sanitize user home
133
+ run : .github/ci-prerequisites-atlas .sh
134
134
- name : Start database
135
135
env :
136
136
RDBMS : ${{ matrix.rdbms }}
You can’t perform that action at this time.
0 commit comments