mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-08 21:44:00 +00:00
fix(qa): stabilize primary smoke runtime evidence (#99784)
* fix(qa): restore fast smoke profile evidence * fix(qa): reuse one package across smoke Docker lanes * fix(qa): keep OTEL smoke output repo-relative
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -872,12 +872,17 @@ jobs:
|
||||
;;
|
||||
qa-smoke-ci)
|
||||
output_dir=".artifacts/qa-e2e/smoke-ci-profile"
|
||||
package_dir=".artifacts/qa-e2e/smoke-ci-package"
|
||||
export OPENCLAW_BUILD_PRIVATE_QA=1
|
||||
export OPENCLAW_ENABLE_PRIVATE_QA_CLI=1
|
||||
export OPENCLAW_DISABLE_BUNDLED_PLUGINS=0
|
||||
export OPENCLAW_QA_REDACT_PUBLIC_METADATA=1
|
||||
export OPENCLAW_QA_TRANSPORT_READY_TIMEOUT_MS=180000
|
||||
NODE_OPTIONS=--max-old-space-size=8192 node scripts/build-all.mjs qaRuntime
|
||||
export NODE_OPTIONS=--max-old-space-size=12288
|
||||
node scripts/package-openclaw-for-docker.mjs \
|
||||
--output-dir "$package_dir" \
|
||||
--output-name openclaw-current.tgz
|
||||
export OPENCLAW_CURRENT_PACKAGE_TGZ="$PWD/$package_dir/openclaw-current.tgz"
|
||||
qa_exit_code=0
|
||||
pnpm openclaw qa run \
|
||||
--repo-root . \
|
||||
|
||||
Reference in New Issue
Block a user