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

ci: rm tools from runner to free up disk space #1488

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

chrisgacsal
Copy link
Contributor

@chrisgacsal chrisgacsal commented Mar 21, 2024

Description

Remove unused tools from GHA runners to avoid CI pipeline failures due to insufficient disk space.

Filesystem      Size  Used Avail Use% Mounted on
/dev/root        73G   68G  4.5G  94% /                   <<< BEFORE
tmpfs           7.9G  172K  7.9G   1% /dev/shm
tmpfs           3.2G  1.1M  3.2G   1% /run
tmpfs           5.0M     0  5.0M   0% /run/lock
/dev/sda15      105M  6.1M   99M   6% /boot/efi
/dev/sdb1        74G  4.1G   66G   6% /mnt
tmpfs           1.6G   12K  1.6G   1% /run/user/1001
1.6G	/usr/share/dotnet
8.9G	/usr/local/lib/android
5.0G	/opt/hostedtoolcache/CodeQL
Filesystem      Size  Used Avail Use% Mounted on
/dev/root        73G   53G   20G  73% /                  <<< AFTER
tmpfs           7.9G  172K  7.9G   1% /dev/shm
tmpfs           3.2G  1.1M  3.2G   1% /run
tmpfs           5.0M     0  5.0M   0% /run/lock
/dev/sda15      105M  6.1M   99M   6% /boot/efi
/dev/sdb1        74G  4.1G   66G   6% /mnt
tmpfs           1.6G   12K  1.6G   1% /run/user/1001

Type of Change

[ ] Bug Fix
[ ] New Feature
[ ] Breaking Change
[ ] Refactor
[ ] Documentation
[x] Other (please describe)

Checklist

  • I have read the contributing guidelines
  • Existing issues have been referenced (where applicable)
  • I have verified this change is not present in other open pull requests
  • Functionality is documented
  • All code style checks pass
  • New code contribution is covered by automated tests
  • All new and existing tests pass

@chrisgacsal chrisgacsal self-assigned this Mar 21, 2024
@chrisgacsal chrisgacsal requested a review from a team as a code owner March 21, 2024 09:23
@chrisgacsal chrisgacsal added the ci Continious Integration related PRs label Mar 21, 2024
@chrisgacsal chrisgacsal marked this pull request as draft March 21, 2024 09:49
@chrisgacsal chrisgacsal force-pushed the ci-free-up-disk-space branch 3 times, most recently from ce8ffe3 to 6a0ace1 Compare March 21, 2024 10:03
@chrisgacsal chrisgacsal marked this pull request as ready for review March 21, 2024 10:12
Copy link

Hey!

Your images are ready:

  • ghcr.io/openclarity/vmclarity-apiserver-dev:pr1488-479021eb33c4d6463de249af74d9e6ee38675b84
  • ghcr.io/openclarity/vmclarity-cli-dev:pr1488-479021eb33c4d6463de249af74d9e6ee38675b84
  • ghcr.io/openclarity/vmclarity-cr-discovery-server-dev:pr1488-479021eb33c4d6463de249af74d9e6ee38675b84
  • ghcr.io/openclarity/vmclarity-orchestrator-dev:pr1488-479021eb33c4d6463de249af74d9e6ee38675b84
  • ghcr.io/openclarity/vmclarity-ui-dev:pr1488-479021eb33c4d6463de249af74d9e6ee38675b84
  • ghcr.io/openclarity/vmclarity-ui-backend-dev:pr1488-479021eb33c4d6463de249af74d9e6ee38675b84

Copy link
Member

@lgecse lgecse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @chrisgacsal!

@chrisgacsal chrisgacsal added this pull request to the merge queue Mar 21, 2024
Merged via the queue into main with commit 0a9c704 Mar 21, 2024
35 checks passed
@chrisgacsal chrisgacsal deleted the ci-free-up-disk-space branch March 21, 2024 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continious Integration related PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants