-
Notifications
You must be signed in to change notification settings - Fork 63
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
🎁 Source embedded hack scripts #222
🎁 Source embedded hack scripts #222
Conversation
Skipping CI for Draft Pull Request. |
…dded-hacks Conflicts fixed: * go.work.sum
d2dbbfd
to
663e630
Compare
Signed-off-by: Chris Suszyński <ksuszyns@redhat.com>
663e630
to
4a77e40
Compare
/test all |
This works pretty well, as can be seen in example usage PR: knative-extensions/kn-plugin-event#220. See example build 1568204500513067008. I have some doubts:
|
|
Re @kvmware:
I don't like untidy programming as well. The problem is that it's hard to know, is it safe already to delete those files. We execute those scripts in all kinds of different ways. We might try adding some The other thing is that, most of the runs are leaving report files either way. Personally, I often use Also,
Fair enough. This sounds like a good idea to follow up in separate PR, later. |
lgtm with followup pr/issue for discussed above. |
lgtm can you try and do some thing like /tmp/HASH/knative and delete /tmp/HASH/knative after each run ? |
Something like that would be desirable and would be fulfil the ask I had here: |
Let me repeat once again. The problem is that it's hard to know, is it safe already to delete those files. We execute those scripts in all kinds of different ways. When we delete those files at Also, even if that is not the case currently, people could easily introduce such erroneous behavior in the future. And that would be very hard to figure out. |
2bae62a
to
cb0b65c
Compare
✋ This PR should be ready for re-review. I changed:
|
lgtm 👍 |
01daf18
to
1f57234
Compare
I'd like to test this before merging /hold |
The testing PR knative-extensions/kn-plugin-event#307 works well. We can go ahead with merging this. /hold cancel |
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.
LGTM
Thank you for working on this.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cardil, upodroid 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 |
Changes
/kind enhancement
Fixes #221