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

[SPARK-29199][INFRA] Add linters and license/dependency checkers to GitHub Action #25879

Closed
wants to merge 2 commits into from
Closed

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Sep 21, 2019

What changes were proposed in this pull request?

This PR aims to add linters and license/dependency checkers to GitHub Action. This excludes lint-r intentionally because https://github.com/actions/setup-r is not ready. We can add that later when it becomes available.

Why are the changes needed?

This will help the PR reviews.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

See the GitHub Action result on this PR.

@dongjoon-hyun
Copy link
Member Author

dongjoon-hyun commented Sep 21, 2019

Linters job passed in 9 min already and this PR is irrelevant to Jenkins.

@SparkQA
Copy link

SparkQA commented Sep 21, 2019

Test build #111107 has finished for PR 25879 at commit 9a48846.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Sep 21, 2019

Test build #111108 has finished for PR 25879 at commit e6318df.

  • This patch fails due to an unknown error code, -9.
  • This patch merges cleanly.
  • This patch adds no public classes.

@dongjoon-hyun
Copy link
Member Author

Thank you, @srowen .
Merged to master.

- name: Scala
run: ./dev/lint-scala
- name: Java
run: ./dev/lint-java
Copy link
Member

Choose a reason for hiding this comment

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

FYI, using ./dev/sbt-checkstyle might speed up this linter but using mvn should be good enough.

@HyukjinKwon
Copy link
Member

LGTM too

@dongjoon-hyun
Copy link
Member Author

Thanks for the advice, @HyukjinKwon .

@dongjoon-hyun dongjoon-hyun deleted the SPARK-29199 branch September 21, 2019 15:15
@dongjoon-hyun
Copy link
Member Author

Since branch-2.4 is our LTS branch and this works correctly, I'll backport this to branch-2.4, too.

dongjoon-hyun added a commit that referenced this pull request Sep 21, 2019
…itHub Action

This PR aims to add linters and license/dependency checkers to GitHub Action. This excludes `lint-r` intentionally because https://github.com/actions/setup-r is not ready. We can add that later when it becomes available.

This will help the PR reviews.

No.

See the GitHub Action result on this PR.

Closes #25879 from dongjoon-hyun/SPARK-29199.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
scunniff pushed a commit to scunniff/nomad-spark that referenced this pull request Nov 10, 2020
…itHub Action

This PR aims to add linters and license/dependency checkers to GitHub Action. This excludes `lint-r` intentionally because https://github.com/actions/setup-r is not ready. We can add that later when it becomes available.

This will help the PR reviews.

No.

See the GitHub Action result on this PR.

Closes apache#25879 from dongjoon-hyun/SPARK-29199.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants