-
Notifications
You must be signed in to change notification settings - Fork 687
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
Fix make clobber
, and have CI check that it works
#4238
Merged
Merged
Conversation
This file contains 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
LukeShu
force-pushed
the
lukeshu/clobber
branch
4 times, most recently
from
May 19, 2022 09:11
caf2237
to
fc9e910
Compare
- Rename `actions/collect-testing-logs` -> `actions/collect-logs` - Rename the `name` arg to `jobname` - Revise the description Signed-off-by: Luke Shumaker <[email protected]>
This was causing problems for me on my laptop. Signed-off-by: Luke Shumaker <[email protected]>
Signed-off-by: Luke Shumaker <[email protected]>
Signed-off-by: Luke Shumaker <[email protected]>
Avoid writing repetitive rules for simple files. Signed-off-by: Luke Shumaker <[email protected]>
LukeShu
force-pushed
the
lukeshu/clobber
branch
4 times, most recently
from
May 19, 2022 15:17
b37c5c4
to
ebe8068
Compare
kflynn
reviewed
May 19, 2022
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.
Looking like a very nice cleanup so far! Shall we add
maintainer-clean: clobber
in there somewhere?
Signed-off-by: Luke Shumaker <[email protected]>
Signed-off-by: Luke Shumaker <[email protected]>
LukeShu
force-pushed
the
lukeshu/clobber
branch
2 times, most recently
from
May 19, 2022 22:39
70a6602
to
4a52ea9
Compare
Signed-off-by: Luke Shumaker <[email protected]>
LukeShu
force-pushed
the
lukeshu/clobber
branch
3 times, most recently
from
May 20, 2022 09:40
2d18a67
to
670dee0
Compare
… in CI [ci-skip] This is marked [ci-skip] because (as this PR reveals) `make clobber` is currently broken. Signed-off-by: Luke Shumaker <[email protected]>
Get it to actually clean up all the things that it should. Signed-off-by: Luke Shumaker <[email protected]>
Alice-Lilith
approved these changes
May 20, 2022
kflynn
approved these changes
May 20, 2022
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.
Hit it! 🙂 Looking forward to this making life easier.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
It isn't fixed if CI isn't checking it!
Also, a hack to
py-list-deps
to get it to work with newersetuptools
, since my laptop has newersetuptools
.Related Issues
List related issues.
Testing
I had CI check that
make clobber
removes things after each and every CI job.It's possible that I made a mistake with one of the CI jobs that doesn't run on PRs.
Checklist
I made sure to update
CHANGELOG.md
. - no applicable changesRemember, the CHANGELOG needs to mention:
This is unlikely to impact how Ambassador performs at scale. - not a runtime change
Remember, things that might have an impact at scale include:
My change is adequately tested.
Remember when considering testing:
I updated
DEVELOPING.md
with any any special dev tricks I had to use to work on this code efficiently. - no tricksThe changes in this PR have been reviewed for security concerns and adherence to security best practices.