Re: PR testing and flaky tests (triggering executions separately)

2021-03-29 Thread Wenchen Fan
AFAIK, Github actions triggered checks are almost the same as SparkPullRequestBuilder except that it has one more Scala 2.13 check. So at least we don't have to wait for both SparkPullRequestBuilder and Github actions to merge PR. On Fri, Mar 26, 2021 at 6:09 PM Attila Zsolt Piros <

PR testing and flaky tests (triggering executions separately)

2021-03-26 Thread Attila Zsolt Piros
Hello everybody, A commit for a PR triggers three different test executions: - SparkPullRequestBuilder - SparkPullRequestBuilder-K8s - Github actions triggered checks Each one of these could contain a flaky test. *Is it already possible to trigger these executions separately?* If not