-
-
Notifications
You must be signed in to change notification settings - Fork 153
add option to set ownership of extraFiles #444
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
Conversation
0450367
to
e453e31
Compare
@mergify queue |
🛑 The pull request has been removed from the queue
|
This pull request has been removed from the queue for the following reason: The merge conditions cannot be satisfied due to failing checks: You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it. If you want to requeue this pull request, you need to post a comment with the text: |
Head branch was pushed to by a user without write access
Ignore my previous message, everything looks good! Let me know if anything more needs to be done. |
Signed-off-by: Cole Stowell <[email protected]>
I'm a little unsure as to what to do. One of the tests failed due to a kernel panic, and I can't imagine that's due to my PR. Any comments or pointers would be greatly appreciated. |
@mergify queue |
No action required. This is general flakiness because we are close to the memory limit for some reason. |
Tried to mitigate it here: #473 |
I was in need to setting ownership for some extra files and will probably need it more going forward so I added a
--chown
option and documentation too.