-
Notifications
You must be signed in to change notification settings - Fork 136
fix: reducing space consumption in GitHub runners #3900
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
Merged
germa89
merged 24 commits into
main
from
fix/reducing-space-consumption-in-github-runners
May 8, 2025
Merged
Changes from 20 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
eb327e1
feat: add disk space usage reporting and cleanup steps in local testi…
germa89 a7bafbf
feat: add disk space cleanup step before build in local testing workflow
germa89 1c9746d
chore: adding changelog file 3900.fixed.md [dependabot-skip]
pyansys-ci-bot 7e6c2ba
feat: enhance disk space reporting in local testing workflow
germa89 0e6e683
Merge branch 'fix/reducing-space-consumption-in-github-runners' of ht…
germa89 7f52e41
fix: update disk usage reporting to show current directory size
germa89 c052c99
fix: improve disk usage reporting with error handling in local testin…
germa89 e3a04ea
fix: remove redundant disk usage checks and streamline reporting in l…
germa89 b194467
fix: replace cp with mv for log file handling in local and remote scr…
germa89 c88cb46
fix: update log file handling to create directories before moving fil…
germa89 e949dcc
Merge branch 'main' into fix/reducing-space-consumption-in-github-run…
germa89 23323c4
fix: update tar command to remove files after compression in log coll…
germa89 14ffadd
fix: update pytest arguments to exclude logs on passed tests in local…
germa89 34ed6fd
fix: add disk usage checks for runner directories in local testing wo…
germa89 2fb273f
Merge branch 'main' into fix/reducing-space-consumption-in-github-run…
germa89 1731c67
fix: add disk usage check for CodeQL directory in local testing workflow
germa89 a1b2591
Merge branch 'fix/reducing-space-consumption-in-github-runners' of ht…
germa89 28ccacc
fix: remove CodeQL directory after disk usage check in local testing …
germa89 a943ba6
fix: enhance disk usage reporting and cleanup for CodeQL directory in…
germa89 cfa510d
fix: streamline disk usage reporting and cleanup for CodeQL directory…
germa89 e5a848d
chore: Update .ci/collect_mapdl_logs_remote.sh
germa89 42cbf76
chore: adding changelog file 3900.fixed.md [dependabot-skip]
pyansys-ci-bot d92ab8d
fix: add pre-test and post-test disk space reporting and cleanup for …
germa89 a17d39f
Merge branch 'fix/reducing-space-consumption-in-github-runners' of ht…
germa89 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
fix: reducing space consumption in github runners | ||
germa89 marked this conversation as resolved.
Show resolved
Hide resolved
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.