Re: [PSA] Apache Spark uses GitHub Actions to run the tests

2020-07-23 Thread Hyukjin Kwon
Ah, it doesn’t have an integration with the PR dashboard for now. Imran, have you set up this ? Once you have the write access directly to the GitHub repo, I think you will be able to see the “Re-run jobs” button: [image: Screen Shot 2020-07-24 at 9.40.

Re: [PSA] Apache Spark uses GitHub Actions to run the tests

2020-07-23 Thread Imran Rashid
Thanks for setting this up, Hyukjin. How do you re-trigger tests in github actions? Eg. there is a failure that appears to be some random infra thing or a flaky test, or maybe the tests were just run a while back so you want to get a fresh batch of tests. I think the old "Jenkins, retest this pl

Re: [PSA] Apache Spark uses GitHub Actions to run the tests

2020-07-14 Thread Holden Karau
This has already helped me catch a potential flaky test I might have otherwise missed. So excited for this additional signal :) On Tue, Jul 14, 2020 at 6:19 PM Takeshi Yamamuro wrote: > Thanks, Hyukjin! > > > Therefore, I do believe PRs can be merged in most general cases once the > Jenkins PR >

Re: [PSA] Apache Spark uses GitHub Actions to run the tests

2020-07-14 Thread Takeshi Yamamuro
Thanks, Hyukjin! > Therefore, I do believe PRs can be merged in most general cases once the Jenkins PR builder or Github Actions build passes greatly helpful! Bests, Takeshi On Tue, Jul 14, 2020 at 4:14 PM Hyukjin Kwon wrote: > Perfect. Plus, Github Actions is only for master branch at this m

Re: [PSA] Apache Spark uses GitHub Actions to run the tests

2020-07-14 Thread Hyukjin Kwon
Perfect. Plus, Github Actions is only for master branch at this moment. BTW, I think we can enable Java(Scala) doc build and dependency test back in Jenkins for simplicity. Seems like the Jenkins machine came back to normal. 2020년 7월 14일 (화) 오후 4:08, Wenchen Fan 님이 작성: > To clarify, we need to w

Re: [PSA] Apache Spark uses GitHub Actions to run the tests

2020-07-14 Thread Wenchen Fan
To clarify, we need to wait for: 1. Java documentation build test in github actions 2. dependency test in github actions 3. either github action all green or jenkin pass If the PR touches Kinesis, or it uses other profiles, we must wait for jenkins to pass. Do I miss something? On Tue, Jul 14, 2

[PSA] Apache Spark uses GitHub Actions to run the tests

2020-07-13 Thread Hyukjin Kwon
Hi dev, Github Actions build was introduced to run the regular Spark test cases at https://github.com/apache/spark/pull/29057and https://github.com/apache/spark/pull/29086. This is virtually the duplication of default Jenkins PR builder at this moment. The only differences are: - Github Actions d