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 <
piros.attila.zs...@gmail.com> wrote:

> 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 I think we could save some computing resources and time by
> introducing separate textual command (like having argument for "Jenkins
> retest this" or use any other text as Github actions not Jenkins related).
>
> So a commit would still trigger all the three but a manual trigger would
> be available for the different executions separately.
>
> A PR can be merged if all the three are successful but it should not
> matter whether they were triggered together for a specific commit or
> separately as long as we have the three check marks for the commit in
> question.
>
> Best Regards,
> Attila
>

Reply via email to