-
Notifications
You must be signed in to change notification settings - Fork 394
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 Makefile clean target and add .kcp cleanup #2712
Conversation
/cc @p0lyn0mial |
I would recommend also adding a new target to just clean the |
Thanks - I added a |
The wildcard in the GOBIN_DIR test means this currently fails
This means it's easier to run e2e tests locally with a clean starting point e.g make clean-workdir test-e2e-sharded-minimal
/test e2e-sharded |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ncdc The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Summary
The
clean
target was added in #2562 but doesn't currently work due to the wildcard in theGOBIN_DIR
test.Also following some discussion on slack about cleanup for the
.kcp*
directories I added cleanup so we can more easily switch between e.g shared/sharded e2e tests locally e.gmake clean test-e2e-sharded-minimal