[llvm] [CI] Make Premerge Advisor Upload to Both Advisor Instances (PR #165058)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 24 17:13:09 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",
----------------
boomanaiden154 wrote:
Added. We should use domain names eventually to identify them and enable OpenSSL, but the internal process to get domain names is rather complicated.
https://github.com/llvm/llvm-project/pull/165058
More information about the llvm-commits
mailing list