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

infra: fix ci failure #12871

Merged
merged 1 commit into from
Dec 19, 2024
Merged

infra: fix ci failure #12871

merged 1 commit into from
Dec 19, 2024

Conversation

DavidKorczynski
Copy link
Collaborator

No description provided.

Signed-off-by: David Korczynski <[email protected]>
@DavidKorczynski
Copy link
Collaborator Author

Trying to fix:

Run df -h
  df -h
  sudo swapoff -a
  sudo rm -f /swapfile
  sudo apt clean
  docker rmi $(docker images -a -q)
  df -h
  echo "Remove large unused folders, inspired by https://github.com/apache/flink/blame/master/tools/azure-pipelines/free_disk_space.sh"
  sudo bash -c '(ionice -c 3 nice -n 19 rm -rf /usr/share/dotnet/ /usr/local/graalvm/ /usr/local/.ghcup/ /usr/local/share/powershell /usr/local/share/chromium /usr/local/lib/android /usr/local/lib/node_modules)&'
  shell: /usr/bin/bash -e {0}
  env:
    ENGINE: centipede
    SANITIZER: none
    ARCHITECTURE: x86_64
Filesystem      Size  Used Avail Use% Mounted on
/dev/root        7[2](https://github.com/google/oss-fuzz/actions/runs/12410013641/job/34644760311?pr=12870#step:4:2)G   44G   29G  61% /
tmpfs           7.9G   84K  7.9G   1% /dev/shm
tmpfs           [3](https://github.com/google/oss-fuzz/actions/runs/12410013641/job/34644760311?pr=12870#step:4:3).2G  1.1M  3.2G   1% /run
tmpfs           5.0M     0  5.0M   0% /run/lock
/dev/sdb16      881M   59M  761M   8% /boot
/dev/sdb15      105M  6.1M   99M   6% /boot/efi
/dev/sda1        7[4](https://github.com/google/oss-fuzz/actions/runs/12410013641/job/34644760311?pr=12870#step:4:4)G  4.1G   66G   6% /mnt
tmpfs           1.[6](https://github.com/google/oss-fuzz/actions/runs/12410013641/job/34644760311?pr=12870#step:4:6)G   12K  1.6G   1% /run/user/1001

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

"docker rmi" requires at least 1 argument.
See 'docker rmi --help'.

Usage:  docker rmi [OPTIONS] IMAGE [IMAGE...]

Remove one or more images

seen in #12870 and #12869

@DavidKorczynski
Copy link
Collaborator Author

/gcbrun skip

@DavidKorczynski
Copy link
Collaborator Author

CC @jonathanmetzman @oliverchang moving forward with this to get the CI working again

@DavidKorczynski DavidKorczynski merged commit e8f3e6c into master Dec 19, 2024
18 checks passed
@DavidKorczynski DavidKorczynski deleted the fix-ci12 branch December 19, 2024 09:56
@jonathanmetzman
Copy link
Contributor

Interesting, I guess there are no images to remove.

@jonathanmetzman
Copy link
Contributor

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants