From 500d235d8ef8c4564386bc95547d462b60937ea5 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 2 May 2026 05:21:24 +0100 Subject: [PATCH] fix(release): stop windows smoke gateway before update --- scripts/e2e/parallels/windows-smoke.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/e2e/parallels/windows-smoke.ts b/scripts/e2e/parallels/windows-smoke.ts index 3e88fc072df..d41070e6eb3 100755 --- a/scripts/e2e/parallels/windows-smoke.ts +++ b/scripts/e2e/parallels/windows-smoke.ts @@ -440,6 +440,7 @@ class WindowsSmoke { } else { this.status.upgradePrecheck = "latest-ref-fail"; } + await this.phase("upgrade.gateway-stop-before-update", 420, () => this.gatewayAction("stop")); await this.phase( "upgrade.update-dev", Number(process.env.OPENCLAW_PARALLELS_WINDOWS_UPDATE_TIMEOUT_S || 1200),