mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:50:43 +00:00
ci: speed up release live smoke retries
This commit is contained in:
@@ -154,7 +154,11 @@ Cross-OS release checks still cover OS-specific onboarding, installer, and
|
||||
platform behavior; package/update product validation should start with Package
|
||||
Acceptance. The Windows packaged and installer fresh lanes also verify that an
|
||||
installed package can import a browser-control override from a raw absolute
|
||||
Windows path.
|
||||
Windows path. The OpenAI cross-OS agent-turn smoke defaults to
|
||||
`OPENCLAW_CROSS_OS_OPENAI_MODEL` when set, otherwise `openai/gpt-5.4-mini`, so
|
||||
the install and gateway proof stays fast and deterministic. Dedicated live
|
||||
provider/model lanes still cover broader model routing, including slower
|
||||
frontier defaults.
|
||||
|
||||
Package Acceptance has bounded legacy-compatibility windows for already
|
||||
published packages. Packages through `2026.4.25`, including `2026.4.25-beta.*`,
|
||||
|
||||
@@ -268,6 +268,11 @@ Use `release_profile` to select live/provider breadth:
|
||||
ref once as `release-package-under-test` and reuses that artifact in both
|
||||
release-path Docker checks and Package Acceptance. This keeps all
|
||||
package-facing boxes on the same bytes and avoids repeated package builds.
|
||||
The cross-OS OpenAI install smoke uses `OPENCLAW_CROSS_OS_OPENAI_MODEL` when the
|
||||
repo/org variable is set, otherwise `openai/gpt-5.4-mini`, because this lane is
|
||||
proving package install, onboarding, gateway startup, and one live agent turn
|
||||
rather than benchmarking the slowest default model. The broader live provider
|
||||
matrix remains the place for model-specific coverage.
|
||||
|
||||
Use these variants depending on release stage:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user