From 1f4c9862a46b66edded218f79c2ac604182bac6d Mon Sep 17 00:00:00 2001 From: OG T Date: Sun, 29 Mar 2026 21:31:54 +0800 Subject: [PATCH] =?UTF-8?q?fix(e2e):=20=E6=9A=AB=E6=99=82=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=20node=20121=20=E7=9B=B4=E9=80=A3=E9=81=BF=E9=96=8B?= =?UTF-8?q?=20VIP=20=E4=B8=8D=E7=A9=A9=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit VIP (192.168.0.125) 間歇性無法連線 暫用 node 121:32334 直連,待後續修復 keepalived Co-Authored-By: Claude Opus 4.5 --- .github/workflows/daily-e2e-health.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/daily-e2e-health.yaml b/.github/workflows/daily-e2e-health.yaml index af92905f..08c05d09 100644 --- a/.github/workflows/daily-e2e-health.yaml +++ b/.github/workflows/daily-e2e-health.yaml @@ -24,7 +24,7 @@ on: api_url: description: 'API URL to test' required: false - default: 'http://192.168.0.125:32334' + default: 'http://192.168.0.121:32334' dry_run: description: 'Dry run mode (skip actual approval)' required: false @@ -40,7 +40,8 @@ concurrency: env: PYTHON_VERSION: '3.11' - DEFAULT_API_URL: http://192.168.0.125:32334 + # 2026-03-29 Claude Code: VIP 不穩定,暫用 node 121 直連 + DEFAULT_API_URL: http://192.168.0.121:32334 jobs: e2e-health-check: