-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Adds more cleanup commands to free up disk space for license check job #4045
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
base: main
Are you sure you want to change the base?
Adds more cleanup commands to free up disk space for license check job #4045
Conversation
Greptile Summary
Confidence Score: 4/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant PR as "Pull Request"
participant GHA as "GitHub Actions"
participant Runner as "Ubuntu Runner"
participant Python as "Python Setup"
participant Isaac as "IsaacLab"
PR->>GHA: "Trigger workflow (opened/synchronize/reopened)"
GHA->>Runner: "Checkout code"
Runner->>Runner: "Clean up disk space (rm -rf dotnet, ghc, hostedtoolcache)"
Runner->>Runner: "Docker cleanup (prune containers, images, volumes)"
GHA->>Python: "Set up Python 3.11"
Python->>Isaac: "Install isaacsim from pypi.nvidia.com"
Isaac->>Isaac: "Run ./isaaclab.sh -i"
Isaac->>Isaac: "Install pip-licenses and dependencies"
Isaac->>Isaac: "Generate license report"
Isaac->>Isaac: "Check licenses against whitelist"
Isaac-->>GHA: "Return license check result"
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 file reviewed, no comments
Edit Code Review Agent Settings | Greptile
React with 👍 or 👎 to share your feedback on this new summary format
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 file reviewed, 1 comment
Edit Code Review Agent Settings | Greptile
React with 👍 or 👎 to share your feedback on this new summary format
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> Signed-off-by: ooctipus <zhengyuz@nvidia.com>
Description
Frees up more space at the start of the licence checker job so that we have enough disk space to install all the dependencies needed to avoid the out of space errors.
Type of change
Checklist
pre-commitchecks with./isaaclab.sh --formatconfig/extension.tomlfileCONTRIBUTORS.mdor my name already exists there