Skip to content

Commit bc3d025

Browse files
authored
Remove free disk space cleanup (#389)
1 parent a44af90 commit bc3d025

File tree

4 files changed

+0
-48
lines changed

4 files changed

+0
-48
lines changed

.github/workflows/cnf-test-partner-image.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,6 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v4
3030

31-
- name: Free Disk Space (Ubuntu)
32-
uses: jlumbroso/free-disk-space@main
33-
with:
34-
tool-cache: false
35-
android: true
36-
dotnet: true
37-
haskell: true
38-
large-packages: true
39-
docker-images: true
40-
swap-storage: true
41-
continue-on-error: true
42-
4331
- name: 'Build the `cnf-test-partner` image'
4432
run: docker build -t $IMAGE_NAME:$IMAGE_TAG -t $IMAGE_NAME:$SPECIFIC_IMAGE_TAG . --no-cache -f $IMAGE_CONTAINER_FILE_PATH
4533
working-directory: .

.github/workflows/debug-partner-image.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,6 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v4
3131

32-
- name: Free Disk Space (Ubuntu)
33-
uses: jlumbroso/free-disk-space@main
34-
with:
35-
tool-cache: false
36-
android: true
37-
dotnet: true
38-
haskell: true
39-
large-packages: true
40-
docker-images: true
41-
swap-storage: true
42-
continue-on-error: true
43-
4432
- name: 'Build the `debug-partner` image'
4533
run: docker build --no-cache -f Dockerfile.debug-partner -t $IMAGE_NAME:$IMAGE_TAG .
4634

.github/workflows/local-test-infra.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,6 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v4
3030

31-
- name: Free Disk Space (Ubuntu)
32-
uses: jlumbroso/free-disk-space@main
33-
with:
34-
tool-cache: false
35-
android: true
36-
dotnet: true
37-
haskell: true
38-
large-packages: true
39-
docker-images: true
40-
swap-storage: true
41-
continue-on-error: true
42-
4331
- name: Start the k8s cluster
4432
uses: ./.github/actions/start-k8s-cluster
4533

.github/workflows/pre-main.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,6 @@ jobs:
6565
PFLT_DOCKERCONFIG: '/home/runner/.docker/config'
6666

6767
steps:
68-
- name: Free Disk Space (Ubuntu)
69-
uses: jlumbroso/free-disk-space@main
70-
with:
71-
tool-cache: false
72-
android: true
73-
dotnet: true
74-
haskell: true
75-
large-packages: true
76-
docker-images: true
77-
swap-storage: true
78-
continue-on-error: true
79-
8068
- name: Set up Go 1.21
8169
uses: actions/setup-go@v5
8270
with:

0 commit comments

Comments
 (0)