-
Notifications
You must be signed in to change notification settings - Fork 237
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
[BUG] compiler bridge build concurrency for non-JDK8 PR checks #10115
Comments
@gerashegalov -- would removing |
Same concern, if removing |
@NvTimLiu @mattahrens yes this is the simplest workaround for this issue #10115 remove
for #10105 spark-rapids/jenkins/spark-nightly-build.sh Lines 106 to 109 in f28f258
|
workaround for NVIDIA#10115, closes NVIDIA#10105 Signed-off-by: Gera Shegalov <[email protected]>
workaround for #10115, closes #10105 Signed-off-by: Gera Shegalov <[email protected]>
Can we close the issue ass #10153 got merged? |
#10153 is a quick bandaid fix for this PR I would like to keep it open to do a real fix, eventually The PR check workflows were actually designed to deal with the problem, so either:
|
Thanks @gerashegalov, hand over it issue to you for tracking. |
Describe the bug
The same issue as #10105 just showed up in the PR check following the merge of #9925. The reason in the check is that the compiler bridge artifact has java class file version in its file name (among other things).
So when non-JDK8 jobs kick in they end up behaving like #10105 .
It does not lead to a complete failure because retry logic kicks in but it defeats the optimization purpose #9925
The text was updated successfully, but these errors were encountered: