Skip to content
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 DIST_JAR PATH in coverage-report [skip ci] #5300

Merged
merged 1 commit into from
Apr 22, 2022

Conversation

pxLi
Copy link
Collaborator

@pxLi pxLi commented Apr 22, 2022

Signed-off-by: Peixin Li pxli@nyu.edu

coverage-report failed working after plugin jar w/ classifier,

10:33:40  + bash ./build/coverage-report
10:33:40  /home/jenkins/agent/workspace/rapids_codecov-github/target/jacoco_classes /home/jenkins/agent/workspace/rapids_codecov-github
10:33:40  java.io.FileNotFoundException: /home/jenkins/agent/workspace/rapids_codecov-github/dist/target/rapids-4-spark_2.12-22.06.0-SNAPSHOT-cuda11.jar
10:33:40  /home/jenkins/agent/workspace/rapids_codecov-github/dist/target/rapids-4-spark_2.12-22.06.0-SNAPSHOT.jar (No such file or directory)
10:33:40  	at java.util.zip.ZipFile.open(Native Method)
10:33:40  	at java.util.zip.ZipFile.<init>(ZipFile.java:228)
10:33:40  	at java.util.zip.ZipFile.<init>(ZipFile.java:157)
10:33:40  	at java.util.zip.ZipFile.<init>(ZipFile.java:128)
10:33:40  	at sun.tools.jar.Main.extract(Main.java:1004)
10:33:40  	at sun.tools.jar.Main.run(Main.java:305)
10:33:40  	at sun.tools.jar.Main.main(Main.java:1288)

Update and verified locally

Signed-off-by: Peixin Li <pxli@nyu.edu>
@pxLi pxLi added bug Something isn't working build Related to CI / CD or cleanly building labels Apr 22, 2022
@pxLi
Copy link
Collaborator Author

pxLi commented Apr 22, 2022

build

Copy link
Contributor

@zhanga5 zhanga5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@pxLi pxLi merged commit 54a7c3e into NVIDIA:branch-22.06 Apr 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build Related to CI / CD or cleanly building
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants