[llvm] [CI] Make Premerge Advisor Upload to Both Advisor Instances (PR #165058)

via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 24 17:05:54 PDT 2025


================
@@ -12,9 +12,10 @@
 
 import generate_test_report_lib
 
-PREMERGE_ADVISOR_URL = (
-    "http://premerge-advisor.premerge-advisor.svc.cluster.local:5000/upload"
-)
+PREMERGE_ADVISOR_URLS = [
+    "http://34.82.126.63:5000/upload",
----------------
cmtice wrote:

If these addresses have names associated with them, putting those in a comment might be nice.

https://github.com/llvm/llvm-project/pull/165058


More information about the llvm-commits mailing list