Conversation
|
/kind misc |
|
/kind bug |
|
/retest |
1 similar comment
|
/retest |
|
/retest |
|
/retest |
Free up space on the workers before running CI as disk full is causing CI to fail and blocking PRs. Signed-off-by: Andrea Frittoli <[email protected]>
|
@AlanGreene CI is green 🎉 ok to merge? |
AlanGreene
left a comment
There was a problem hiding this comment.
Don't think this will count, but looks good 👍
/lgtm
|
@AlanGreene: changing LGTM is restricted to collaborators DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
vdemeester
left a comment
There was a problem hiding this comment.
/lgtm
My comment can be taken into account later or not, it really is a nit.
| ARTIFACTS: ${{ github.workspace }}/artifacts | ||
|
|
||
| steps: | ||
| - name: Free disk space |
There was a problem hiding this comment.
If I remember correctly, there is an action that does this, but seems good as well.
- name: Maximize build space
uses: AdityaGarg8/remove-unwanted-software@90e01b21170618765a73370fcc3abbd1684a7793 # v5
with:
remove-android: 'true'
remove-dotnet: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'false'
remove-large-packages: 'true'
remove-cached-tools: 'true'
remove-swapfile: 'true'|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: AlanGreene, vdemeester The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Changes
Add a GHA based label checker
/kind misc
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
/kind <type>. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes