fix(ci): use public api for post deploy smoke
All checks were successful
Code Review / ai-code-review (push) Successful in 25s

This commit is contained in:
Your Name
2026-06-01 09:48:31 +08:00
parent 2cfa165b35
commit ece378515f
2 changed files with 7 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ Wave A.6 (ADR-037): 驗證告警鏈路 E2E 完整性
CI 整合 (cd.yaml):
python3 scripts/alert_chain_smoke_test.py \
--api-url http://localhost:32334 \
--api-url https://awoooi.wooo.work \
--fail-fast
# Phase O-4.5 2026-04-02 (台北時間)
@@ -41,7 +41,7 @@ from urllib.request import Request, urlopen
# =============================================================================
# 配置
# =============================================================================
DEFAULT_API_URL = "http://192.168.0.125:32334"
DEFAULT_API_URL = "https://awoooi.wooo.work"
SIGNOZ_URL = "http://192.168.0.188:3301"
ALERTMANAGER_URL = "http://192.168.0.188:9093"
PROMETHEUS_URL = "http://192.168.0.110:9090"