GH-39900: [Java][CI] To upload Maven and Memory Netty Buffer Patch into Apache Nightly repository#39901
Conversation
|
|
|
@github-actions crossbow submit java-jars |
|
Revision: 5530587 Submitted crossbow builds: ursacomputing/crossbow @ actions-368808e50b
|
|
The same error happens on the nightly java-jars where there seems to be some |
|
@github-actions crossbow submit java-jars |
|
|
@github-actions crossbow submit java-jars |
|
Revision: 7b3c329 Submitted crossbow builds: ursacomputing/crossbow @ actions-5ebbc05652
|
|
@davisusanibar Could you check uploaded artifact list at https://github.com/ursacomputing/crossbow/releases/tag/actions-5ebbc05652-github-java-jars ? |
The changes allow downloading the GH assets and passing the java-jars validation in archery: It will be necessary to run https://github.com/apache/arrow/actions/workflows/java_nightly.yml after the PR is merged to verify if these new GH assets will be uploaded to https://nightlies.apache.org/arrow/java/org/apache/arrow/ {arrow-maven-plugins, arrow-memory-netty-buffer-patch, module-info-compiler-maven-plugin} |
|
OK. Could you run |
Oh, I see... It's something I didn't know I could run locally, can you please let me know what steps need to be taken (do I have to run this inside the arrow repository or fork crossbow as well...)? |
|
Could you read https://arrow.apache.org/docs/developers/continuous_integration/crossbow.html for the basic instruction? You need to use https://github.com/ursacomputing/crossbow/ for a Crossbow repository because https://github.com/ursacomputing/crossbow/releases/tag/actions-5ebbc05652-github-java-jars is in the repository. I think that we can use If there are some out-of-date parts in the documentation, could you update it as a separated task based on an experience in this PR? I can help you here. |
|
In general, you will run |
|
1.) Upload Task: https://github.com/ursacomputing/crossbow/actions/runs/7777032405/job/21205283534 2.) Download Test on local project: https://github.com/davisusanibar/poc-arrow-windows-dll/actions/runs/7784764642/job/21225925978 |
We have uploaded all the libraries correctly to Github Assets, but the download process applies a filter Upload: Java-jar filters are not considered or applied Verify: Apply filter java-jars Download: Apply filter java-jars |
|
We couldn't download all expected artifacts, right? Could you share the output of "Verify: Apply filter java-jars"? |
All is working as expected with these PR changes. Log of Verify: Apply filter java-jars: |
|
You could see download validation at: https://github.com/davisusanibar/poc-arrow-windows-dll/actions/runs/7784764642/job/21225925978 |
|
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit 0993b36. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
…tch into Apache Nightly repository (apache#39901) ### Rationale for this change To upload Maven and Memory Netty Buffer Patch into Apache Nightly repository ### What changes are included in this PR? Upload Maven and Memory Netty Buffer Patch into Apache Nightly repository ### Are these changes tested? Needed to run https://github.com/apache/arrow/actions/workflows/java_nightly.yml ### Are there any user-facing changes? No * Closes: apache#39900 Authored-by: david dali susanibar arce <davi.sarces@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Rationale for this change
To upload Maven and Memory Netty Buffer Patch into Apache Nightly repository
What changes are included in this PR?
Upload Maven and Memory Netty Buffer Patch into Apache Nightly repository
Are these changes tested?
Needed to run https://github.com/apache/arrow/actions/workflows/java_nightly.yml
Are there any user-facing changes?
No