Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

optimize github action no disk space left #2394

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

Icarus9913
Copy link
Collaborator

The github action fails with

debugEnv.sh : E2E_KUBECONFIG /home/runner/work/spiderpool/spiderpool/test/.cluster/spiderpool1009142437/.kube/config 
output debug information to /home/runner/work/spiderpool/spiderpool/test/e2edebugLog.txt
Failed to compile affinity:

# k8s.io/client-go/informers/core
compile: writing output: write $WORK/b907/_pkg_.a: no space left on device
k8s.io/client-go/listers/events/v1: mkdir /tmp/go-build580983046/b917/: no space left on device
k8s.io/client-go/listers/events/v1beta1: mkdir /tmp/go-build580983046/b919/: no space left on device
k8s.io/client-go/listers/extensions/v1beta1: mkdir /tmp/go-build580983046/b922/: no space left on device
k8s.io/client-go/listers/flowcontrol/v1alpha1: mkdir /tmp/go-build580983046/b925/: no space left on device
k8s.io/client-go/listers/flowcontrol/v1beta1: mkdir /tmp/go-build580983046/b927/: no space left on device

Reference: actions/runner-images#709

Signed-off-by: Icarus9913 icaruswu66@qq.com

What this PR does / why we need it:
fix CI bug

Which issue(s) this PR fixes:
close #2393

@Icarus9913 Icarus9913 added pr/ready-review This pull is ready for review kind/ci-bug release/none no release note labels Oct 10, 2023
Signed-off-by: Icarus9913 <icaruswu66@qq.com>
@Icarus9913
Copy link
Collaborator Author

Icarus9913 commented Oct 10, 2023

Filesystem      Size  Used Avail Use% Mounted on
/dev/root        84G   66G   18G  79% /
tmpfs           3.4G  172K  3.4G   1% /dev/shm
tmpfs           1.4G  1.1M  1.4G   1% /run
tmpfs           5.0M     0  5.0M   0% /run/lock
/dev/sda15      105M  6.1M   99M   6% /boot/efi
/dev/sdb1        14G  4.1G  9.0G  31% /mnt
tmpfs           693M   12K  693M   1% /run/user/1001
Filesystem      Size  Used Avail Use% Mounted on

------
/dev/root        84G   54G   30G  65% /
tmpfs           3.4G  172K  3.4G   1% /dev/shm
tmpfs           1.4G  1.1M  1.4G   1% /run
tmpfs           5.0M     0  5.0M   0% /run/lock
/dev/sda15      105M  6.1M   99M   6% /boot/efi
/dev/sdb1        14G  4.1G  9.0G  [31](https://github.com/spidernet-io/spiderpool/actions/runs/6464003066/job/17548122217#step:2:32)% /mnt
tmpfs           693M   12K  693M   1% /run/user/1001

With this CI, we cleaned up 12 GB

@weizhoublue weizhoublue merged commit c9ba91a into spidernet-io:main Oct 10, 2023
20 checks passed
@Icarus9913 Icarus9913 deleted the feat/wk/ci-disk-spece branch October 10, 2023 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/ci-bug pr/ready-review This pull is ready for review release/none no release note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Night CI 2023-10-09: Failed
3 participants