Skip to content

Commit a1568be

Browse files
committed
wip
1 parent ba89bac commit a1568be

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,18 @@ jobs:
9999
outputs:
100100
result: ${{ steps.run-e2e-tests.outputs.result }}
101101
steps:
102+
- name: disk-space
103+
run: |
104+
echo "Free space:"
105+
df -h
106+
- name: Maximize build space
107+
uses: AdityaGarg8/[email protected]
108+
with:
109+
remove-android: 'true'
110+
- name: disk-space
111+
run: |
112+
echo "Free space:"
113+
df -h
102114
- name: checkout
103115
uses: actions/checkout@v3
104116
- name: setup-go

e2e/kind-cluster-config.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
kind: Cluster
22
apiVersion: kind.x-k8s.io/v1alpha4
3-
containerdConfigPatches:
4-
- |-
5-
[plugins."io.containerd.grpc.v1.cri".containerd]
6-
snapshotter = "native"
73
nodes:
84
- role: control-plane
95
- role: worker

0 commit comments

Comments
 (0)