Skip to content
Snippets Groups Projects
Verified Commit c89378c3 authored by Newbyte's avatar Newbyte :snowflake:
Browse files

mrhlpr.mr: Increase automerge retry iterations to 10

This seems to help with more reliably getting automerge going on the new
GitLab instance … maybe.
parent 5e186cba
No related branches found
No related tags found
1 merge request!57Misc fixes
Pipeline #209644 passed
......@@ -564,7 +564,7 @@ def finish(
print("Adding the comment...")
mr.notes.create({"body": comment})
iterations: Final[int] = 5
iterations: Final[int] = 10
sleep_time: Final[int] = 5
# Proper stupid but it works. Originally I had this set to a maximum of 15 seconds
# of sleepy time, but for gitlab.postmarketos.org this wasn't always sufficient to catch up.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment