We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba89bac commit a1568beCopy full SHA for a1568be
.github/workflows/run-tests.yml
@@ -99,6 +99,18 @@ jobs:
99
outputs:
100
result: ${{ steps.run-e2e-tests.outputs.result }}
101
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
111
112
113
114
- name: checkout
115
uses: actions/checkout@v3
116
- name: setup-go
e2e/kind-cluster-config.yaml
@@ -1,9 +1,5 @@
1
kind: Cluster
2
apiVersion: kind.x-k8s.io/v1alpha4
3
-containerdConfigPatches:
4
-- |-
5
- [plugins."io.containerd.grpc.v1.cri".containerd]
6
- snapshotter = "native"
7
nodes:
8
- role: control-plane
9
- role: worker
0 commit comments