Uh oh!
There was an error while loading. Please reload this page.
[SPARK-24573][INFRA] Runs SBT checkstyle after the build to work around a side-effect - #21579
[SPARK-24573][INFRA] Runs SBT checkstyle after the build to work around a side-effect#21579HyukjinKwon wants to merge 10 commits into
Conversation
SparkQA
commented
Jun 17, 2018
Test build #91979 has started for PR 21579 at commit |
SparkQA
commented
Jun 17, 2018
Test build #91980 has finished for PR 21579 at commit
|
SparkQA
commented
Jun 17, 2018
Test build #91981 has started for PR 21579 at commit |
SparkQA
commented
Jun 17, 2018
Test build #91986 has finished for PR 21579 at commit
|
| exec_sbt(profiles_and_goals) | ||
| if checkstyle: | ||
| run_java_style_checks() |
There was a problem hiding this comment.
This takes 2-ish mins now given my past tries.
This reverts commit 14351d6.
HyukjinKwon
commented
Jun 17, 2018
Build / checkstyle passed in https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/91981/console |
HyukjinKwon
commented
Jun 17, 2018
cc @cloud-fan |
SparkQA
commented
Jun 17, 2018
Test build #91988 has started for PR 21579 at commit |
SparkQA
commented
Jun 17, 2018
Test build #91989 has started for PR 21579 at commit |
SparkQA
commented
Jun 17, 2018
Test build #91987 has finished for PR 21579 at commit
|
HyukjinKwon
commented
Jun 17, 2018
^ I just double checked if it affects Unidoc too which we run after the build. |
viirya
commented
Jun 17, 2018
Any idea why this issue suddenly happens? |
|
This reverts commit 96f5458.
SparkQA
commented
Jun 17, 2018
Test build #91997 has finished for PR 21579 at commit
|
HyukjinKwon
commented
Jun 17, 2018
retest this please |
SparkQA
commented
Jun 17, 2018
Test build #91995 has finished for PR 21579 at commit
|
SparkQA
commented
Jun 17, 2018
Test build #91999 has finished for PR 21579 at commit
|
viirya
commented
Jun 18, 2018
ping @cloud-fan Shall we merge this to unblock the testing of other PRs? |
HyukjinKwon
commented
Jun 18, 2018
Let me merge this one. We can revert this at any moment if we see other problems and go another root, for example, clean before assembly. |
HyukjinKwon
commented
Jun 18, 2018
Or, please revert this and propose another change if anyone is clear on this. I don't mind. Merged to master. |
HyukjinKwon
commented
Jun 18, 2018
Thanks for reviewing this @viirya and @felixcheung. |
cloud-fan
commented
Jun 18, 2018
thanks for the fix! |
What changes were proposed in this pull request?
Seems checkstyle affects the build in the PR builder in Jenkins. I can't reproduce in my local and seems it can only be reproduced in the PR builder.
I was checking the places it goes through and this is just a speculation that checkstyle's compilation in SBT has a side effect to the assembly build.
This PR proposes to run the SBT checkstyle after the build.
How was this patch tested?
Jenkins tests.