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

[WIP] New GitHub Action PR Builder Health Check #29072

Closed
wants to merge 9 commits into from
Closed

[WIP] New GitHub Action PR Builder Health Check #29072

wants to merge 9 commits into from

Conversation

dongjoon-hyun
Copy link
Member

What changes were proposed in this pull request?

Why are the changes needed?

Does this PR introduce any user-facing change?

How was this patch tested?

@dongjoon-hyun dongjoon-hyun marked this pull request as draft July 11, 2020 21:14
@dongjoon-hyun dongjoon-hyun changed the title dummy commit [WIP] New GitHub Action PR Builder Health Check Jul 11, 2020
This reverts commit 5fb93bb.
@dongjoon-hyun
Copy link
Member Author

This PR emulates the situation when the PR author added more commits frequently.
cc @HyukjinKwon and @gengliangwang

@probot-autolabeler probot-autolabeler bot added the R label Jul 11, 2020
This reverts commit 912e12c.
This reverts commit 15c74a9.
This reverts commit 9e14d21.
@HyukjinKwon
Copy link
Member

Thanks, @dongjoon-hyun. Yeah we should fix flakiness in GitHun actions!

@SparkQA
Copy link

SparkQA commented Jul 11, 2020

Test build #125692 has finished for PR 29072 at commit 15c74a9.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Jul 12, 2020

Test build #125691 has finished for PR 29072 at commit 4976e6a.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Jul 12, 2020

Test build #125696 has finished for PR 29072 at commit 00f4202.

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

@SparkQA
Copy link

SparkQA commented Jul 12, 2020

Test build #125695 has finished for PR 29072 at commit 7588799.

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

@dongjoon-hyun dongjoon-hyun deleted the SPARK-PR-BUILDER-TEST branch July 12, 2020 15:51
dongjoon-hyun added a commit that referenced this pull request Jul 12, 2020
### What changes were proposed in this pull request?

This PR reenables GitHub Action on every commit as a next step.

### Why are the changes needed?

We carefully enabled GitHub Action on every PRs, and it looks good so far.

As we saw at #29072, GitHub Action is already triggered at every commits on every PRs. Enabling GitHub Action on `master` branch commit doesn't make a big difference. And, we need to start to test at every commit as a next step.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Manual.

Closes #29076 from dongjoon-hyun/reenable_gha_commit.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
HyukjinKwon pushed a commit to HyukjinKwon/spark that referenced this pull request Aug 18, 2020
This PR reenables GitHub Action on every commit as a next step.

We carefully enabled GitHub Action on every PRs, and it looks good so far.

As we saw at apache#29072, GitHub Action is already triggered at every commits on every PRs. Enabling GitHub Action on `master` branch commit doesn't make a big difference. And, we need to start to test at every commit as a next step.

No.

Manual.

Closes apache#29076 from dongjoon-hyun/reenable_gha_commit.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
HyukjinKwon pushed a commit to HyukjinKwon/spark that referenced this pull request Aug 18, 2020
This PR reenables GitHub Action on every commit as a next step.

We carefully enabled GitHub Action on every PRs, and it looks good so far.

As we saw at apache#29072, GitHub Action is already triggered at every commits on every PRs. Enabling GitHub Action on `master` branch commit doesn't make a big difference. And, we need to start to test at every commit as a next step.

No.

Manual.

Closes apache#29076 from dongjoon-hyun/reenable_gha_commit.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
HyukjinKwon pushed a commit to HyukjinKwon/spark that referenced this pull request Aug 18, 2020
This PR reenables GitHub Action on every commit as a next step.

We carefully enabled GitHub Action on every PRs, and it looks good so far.

As we saw at apache#29072, GitHub Action is already triggered at every commits on every PRs. Enabling GitHub Action on `master` branch commit doesn't make a big difference. And, we need to start to test at every commit as a next step.

No.

Manual.

Closes apache#29076 from dongjoon-hyun/reenable_gha_commit.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
HyukjinKwon pushed a commit to HyukjinKwon/spark that referenced this pull request Aug 18, 2020
This PR reenables GitHub Action on every commit as a next step.

We carefully enabled GitHub Action on every PRs, and it looks good so far.

As we saw at apache#29072, GitHub Action is already triggered at every commits on every PRs. Enabling GitHub Action on `master` branch commit doesn't make a big difference. And, we need to start to test at every commit as a next step.

No.

Manual.

Closes apache#29076 from dongjoon-hyun/reenable_gha_commit.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
HyukjinKwon pushed a commit to HyukjinKwon/spark that referenced this pull request Aug 18, 2020
This PR reenables GitHub Action on every commit as a next step.

We carefully enabled GitHub Action on every PRs, and it looks good so far.

As we saw at apache#29072, GitHub Action is already triggered at every commits on every PRs. Enabling GitHub Action on `master` branch commit doesn't make a big difference. And, we need to start to test at every commit as a next step.

No.

Manual.

Closes apache#29076 from dongjoon-hyun/reenable_gha_commit.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
HyukjinKwon pushed a commit to HyukjinKwon/spark that referenced this pull request Aug 18, 2020
This PR reenables GitHub Action on every commit as a next step.

We carefully enabled GitHub Action on every PRs, and it looks good so far.

As we saw at apache#29072, GitHub Action is already triggered at every commits on every PRs. Enabling GitHub Action on `master` branch commit doesn't make a big difference. And, we need to start to test at every commit as a next step.

No.

Manual.

Closes apache#29076 from dongjoon-hyun/reenable_gha_commit.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
HyukjinKwon pushed a commit to HyukjinKwon/spark that referenced this pull request Aug 18, 2020
This PR reenables GitHub Action on every commit as a next step.

We carefully enabled GitHub Action on every PRs, and it looks good so far.

As we saw at apache#29072, GitHub Action is already triggered at every commits on every PRs. Enabling GitHub Action on `master` branch commit doesn't make a big difference. And, we need to start to test at every commit as a next step.

No.

Manual.

Closes apache#29076 from dongjoon-hyun/reenable_gha_commit.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
HyukjinKwon pushed a commit to HyukjinKwon/spark that referenced this pull request Aug 18, 2020
This PR reenables GitHub Action on every commit as a next step.

We carefully enabled GitHub Action on every PRs, and it looks good so far.

As we saw at apache#29072, GitHub Action is already triggered at every commits on every PRs. Enabling GitHub Action on `master` branch commit doesn't make a big difference. And, we need to start to test at every commit as a next step.

No.

Manual.

Closes apache#29076 from dongjoon-hyun/reenable_gha_commit.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
HyukjinKwon pushed a commit to HyukjinKwon/spark that referenced this pull request Aug 18, 2020
This PR reenables GitHub Action on every commit as a next step.

We carefully enabled GitHub Action on every PRs, and it looks good so far.

As we saw at apache#29072, GitHub Action is already triggered at every commits on every PRs. Enabling GitHub Action on `master` branch commit doesn't make a big difference. And, we need to start to test at every commit as a next step.

No.

Manual.

Closes apache#29076 from dongjoon-hyun/reenable_gha_commit.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
HyukjinKwon pushed a commit to HyukjinKwon/spark that referenced this pull request Aug 18, 2020
This PR reenables GitHub Action on every commit as a next step.

We carefully enabled GitHub Action on every PRs, and it looks good so far.

As we saw at apache#29072, GitHub Action is already triggered at every commits on every PRs. Enabling GitHub Action on `master` branch commit doesn't make a big difference. And, we need to start to test at every commit as a next step.

No.

Manual.

Closes apache#29076 from dongjoon-hyun/reenable_gha_commit.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
HyukjinKwon pushed a commit to HyukjinKwon/spark that referenced this pull request Aug 18, 2020
This PR reenables GitHub Action on every commit as a next step.

We carefully enabled GitHub Action on every PRs, and it looks good so far.

As we saw at apache#29072, GitHub Action is already triggered at every commits on every PRs. Enabling GitHub Action on `master` branch commit doesn't make a big difference. And, we need to start to test at every commit as a next step.

No.

Manual.

Closes apache#29076 from dongjoon-hyun/reenable_gha_commit.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
HyukjinKwon pushed a commit to HyukjinKwon/spark that referenced this pull request Aug 19, 2020
This PR reenables GitHub Action on every commit as a next step.

We carefully enabled GitHub Action on every PRs, and it looks good so far.

As we saw at apache#29072, GitHub Action is already triggered at every commits on every PRs. Enabling GitHub Action on `master` branch commit doesn't make a big difference. And, we need to start to test at every commit as a next step.

No.

Manual.

Closes apache#29076 from dongjoon-hyun/reenable_gha_commit.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
HyukjinKwon pushed a commit to HyukjinKwon/spark that referenced this pull request Aug 19, 2020
This PR reenables GitHub Action on every commit as a next step.

We carefully enabled GitHub Action on every PRs, and it looks good so far.

As we saw at apache#29072, GitHub Action is already triggered at every commits on every PRs. Enabling GitHub Action on `master` branch commit doesn't make a big difference. And, we need to start to test at every commit as a next step.

No.

Manual.

Closes apache#29076 from dongjoon-hyun/reenable_gha_commit.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
HyukjinKwon pushed a commit to HyukjinKwon/spark that referenced this pull request Aug 19, 2020
This PR reenables GitHub Action on every commit as a next step.

We carefully enabled GitHub Action on every PRs, and it looks good so far.

As we saw at apache#29072, GitHub Action is already triggered at every commits on every PRs. Enabling GitHub Action on `master` branch commit doesn't make a big difference. And, we need to start to test at every commit as a next step.

No.

Manual.

Closes apache#29076 from dongjoon-hyun/reenable_gha_commit.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
HyukjinKwon pushed a commit to HyukjinKwon/spark that referenced this pull request Aug 19, 2020
This PR reenables GitHub Action on every commit as a next step.

We carefully enabled GitHub Action on every PRs, and it looks good so far.

As we saw at apache#29072, GitHub Action is already triggered at every commits on every PRs. Enabling GitHub Action on `master` branch commit doesn't make a big difference. And, we need to start to test at every commit as a next step.

No.

Manual.

Closes apache#29076 from dongjoon-hyun/reenable_gha_commit.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
HyukjinKwon pushed a commit to HyukjinKwon/spark that referenced this pull request Aug 19, 2020
This PR reenables GitHub Action on every commit as a next step.

We carefully enabled GitHub Action on every PRs, and it looks good so far.

As we saw at apache#29072, GitHub Action is already triggered at every commits on every PRs. Enabling GitHub Action on `master` branch commit doesn't make a big difference. And, we need to start to test at every commit as a next step.

No.

Manual.

Closes apache#29076 from dongjoon-hyun/reenable_gha_commit.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
HyukjinKwon pushed a commit to HyukjinKwon/spark that referenced this pull request Aug 19, 2020
This PR reenables GitHub Action on every commit as a next step.

We carefully enabled GitHub Action on every PRs, and it looks good so far.

As we saw at apache#29072, GitHub Action is already triggered at every commits on every PRs. Enabling GitHub Action on `master` branch commit doesn't make a big difference. And, we need to start to test at every commit as a next step.

No.

Manual.

Closes apache#29076 from dongjoon-hyun/reenable_gha_commit.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
HyukjinKwon pushed a commit to HyukjinKwon/spark that referenced this pull request Aug 19, 2020
This PR reenables GitHub Action on every commit as a next step.

We carefully enabled GitHub Action on every PRs, and it looks good so far.

As we saw at apache#29072, GitHub Action is already triggered at every commits on every PRs. Enabling GitHub Action on `master` branch commit doesn't make a big difference. And, we need to start to test at every commit as a next step.

No.

Manual.

Closes apache#29076 from dongjoon-hyun/reenable_gha_commit.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
HyukjinKwon pushed a commit to HyukjinKwon/spark that referenced this pull request Aug 19, 2020
This PR reenables GitHub Action on every commit as a next step.

We carefully enabled GitHub Action on every PRs, and it looks good so far.

As we saw at apache#29072, GitHub Action is already triggered at every commits on every PRs. Enabling GitHub Action on `master` branch commit doesn't make a big difference. And, we need to start to test at every commit as a next step.

No.

Manual.

Closes apache#29076 from dongjoon-hyun/reenable_gha_commit.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
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.

3 participants