-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
GH-43969: [CI][Dev] Prune .dockerignore #43971
Conversation
c9078bc
to
f3c8790
Compare
|
fae41d1
to
1cf73ad
Compare
@github-actions crossbow submit -g nightly-tests |
Revision: 1cf73ad Submitted crossbow builds: ursacomputing/crossbow @ actions-391261a90b |
@kou @assignUser Could one of you take a look at this? |
@github-actions crossbow submit -g nightly-packaging |
Revision: 1cf73ad Submitted crossbow builds: ursacomputing/crossbow @ actions-e95f93017a |
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.
+1
@github-actions crossbow submit -g nightly-release |
Revision: 1cf73ad Submitted crossbow builds: ursacomputing/crossbow @ actions-ef6ba6a207 |
CI failures look unrelated |
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 7a24729. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 5 possible false positives for unstable benchmarks that are known to sometimes produce them. |
### Rationale for this change The smaller the better, according to https://docs.docker.com/build/cache/optimize/ ### What changes are included in this PR? Prune obsolete or unnecessary inclusions from `.dockerignore`. ### Are these changes tested? Yes, by CI. ### Are there any user-facing changes? No. * GitHub Issue: apache#43969 Authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
### Rationale for this change The smaller the better, according to https://docs.docker.com/build/cache/optimize/ ### What changes are included in this PR? Prune obsolete or unnecessary inclusions from `.dockerignore`. ### Are these changes tested? Yes, by CI. ### Are there any user-facing changes? No. * GitHub Issue: apache#43969 Authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
Rationale for this change
The smaller the better, according to https://docs.docker.com/build/cache/optimize/
What changes are included in this PR?
Prune obsolete or unnecessary inclusions from
.dockerignore
.Are these changes tested?
Yes, by CI.
Are there any user-facing changes?
No.