ci: use gpt-5.4 for cross-os release smoke

This commit is contained in:
Peter Steinberger
2026-05-02 13:44:55 +01:00
parent 0f16edf329
commit f523620abe
7 changed files with 11 additions and 11 deletions

View File

@@ -316,7 +316,7 @@ 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.5`, because this lane is
repo/org variable is set, otherwise `openai/gpt-5.4`, 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.