[PATCH] D126940: github: Fix release automation /branch command with new repo

Tobias Hieta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 25 22:24:22 PDT 2022


thieta accepted this revision.
thieta added a comment.

LGTM with the caveat that I think we should print the error.



================
Comment at: llvm/utils/git/github-automation.py:342
+                except Exception as e:
+                    time.sleep(30)
+                    continue
----------------
I think maybe we should log the exception here - otherwise we will swallow the error completely and it will be hard to troubleshoot 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126940/new/

https://reviews.llvm.org/D126940



More information about the llvm-commits mailing list