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

Extend wait time for auto-merge #2278

Merged
merged 1 commit into from
Aug 19, 2023

Conversation

utam0k
Copy link
Member

@utam0k utam0k commented Aug 19, 2023

I found sometimes 120000 ms * 6(default retry number) is not enough.

Run pascalgn/[email protected]
2023-08-18T00:26:5[9](https://github.com/containers/youki/actions/runs/5897312264/job/15996739428#step:4:10).[12](https://github.com/containers/youki/actions/runs/5897312264/job/15996739428#step:4:13)9Z INFO  Event name: pull_request
2023-08-[18](https://github.com/containers/youki/actions/runs/5897312264/job/15996739428#step:4:19)T00:26:59.679Z INFO  Skipping PR update, required label missing: automerge
[20](https://github.com/containers/youki/actions/runs/5897312264/job/15996739428#step:4:21)23-08-18T00:26:59.680Z INFO  Merging PR #2274 (auto merged) chore(deps): bump quote from 1.0.32 to 1.0.33
2023-08-18T00:26:59.681Z INFO  Current PR status: mergeable_state: blocked
2023-08-18T00:26:59.681Z INFO  Retrying after 120000 ms ... (1/6)
2023-08-18T00:28:59.993Z INFO  Current PR status: mergeable_state: blocked
2023-08-18T00:28:59.994Z INFO  Retrying after 120000 ms ... (2/6)
2023-08-18T00:31:00.456Z INFO  Current PR status: mergeable_state: blocked
2023-08-18T00:31:00.456Z INFO  Retrying after 120000 ms ... (3/6)
2023-08-18T00:33:00.807Z INFO  Current PR status: mergeable_state: blocked
2023-08-18T00:33:00.807Z INFO  Retrying after 120000 ms ... (4/6)
2023-08-18T00:35:01.3[21](https://github.com/containers/youki/actions/runs/5897312264/job/15996739428#step:4:22)Z INFO  Current PR status: mergeable_state: blocked
2023-08-18T00:35:01.3[22](https://github.com/containers/youki/actions/runs/5897312264/job/15996739428#step:4:23)Z INFO  Retrying after 120000 ms ... (5/6)
20[23](https://github.com/containers/youki/actions/runs/5897312264/job/15996739428#step:4:24)-08-18T00:37:01.750Z INFO  Current PR status: mergeable_state: blocked
2023-08-18T00:37:01.750Z INFO  Retrying after 120000 ms ... (6/6)
2023-08-18T00:39:02.187Z INFO  Current PR status: mergeable_state: blocked
2023-08-18T00:39:02.187Z INFO  PR not ready to be merged after 6 tries
2023-08-18T00:39:02.188Z INFO  Action result: { mergeResult: 'not_ready', pullRequestNumber: 2274 }

@utam0k utam0k requested a review from a team August 19, 2023 01:53
@codecov-commenter
Copy link

Codecov Report

Merging #2278 (d83c8d4) into main (f4b701b) will not change coverage.
Report is 4 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2278   +/-   ##
=======================================
  Coverage   64.99%   64.99%           
=======================================
  Files         129      129           
  Lines       15153    15153           
=======================================
  Hits         9848     9848           
  Misses       5305     5305           

@utam0k utam0k added the kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. label Aug 19, 2023
@YJDoc2 YJDoc2 merged commit 33a54b8 into youki-dev:main Aug 19, 2023
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants