ci(release): stabilize full validation gates

This commit is contained in:
Peter Steinberger
2026-05-10 02:54:18 +01:00
parent 7bb2712dc6
commit f8fee34aef
14 changed files with 69 additions and 24 deletions

View File

@@ -523,6 +523,8 @@ jobs:
install-bun: "true"
- name: Build dist for repo E2E
env:
NODE_OPTIONS: --max-old-space-size=6144
run: pnpm build
- name: Run repo E2E suite
@@ -568,6 +570,8 @@ jobs:
(inputs.include_live_suites && matrix.requires_live_suites)
) &&
(inputs.live_suite_filter == '' || inputs.live_suite_filter == matrix.suite_id)
env:
NODE_OPTIONS: --max-old-space-size=6144
run: pnpm build
- name: Configure suite-specific env

View File

@@ -693,6 +693,8 @@ jobs:
install-bun: "true"
- name: Build private QA runtime
env:
NODE_OPTIONS: --max-old-space-size=6144
run: pnpm build
- name: Run parity lane
@@ -770,6 +772,8 @@ jobs:
merge-multiple: true
- name: Build private QA runtime
env:
NODE_OPTIONS: --max-old-space-size=6144
run: pnpm build
- name: Generate parity report
@@ -821,6 +825,8 @@ jobs:
install-bun: "true"
- name: Build private QA runtime
env:
NODE_OPTIONS: --max-old-space-size=6144
run: pnpm build
- name: Run Matrix live lane
@@ -918,6 +924,8 @@ jobs:
require_var OPENCLAW_QA_CONVEX_SECRET_CI
- name: Build private QA runtime
env:
NODE_OPTIONS: --max-old-space-size=6144
run: pnpm build
- name: Run Telegram live lane
@@ -1012,6 +1020,8 @@ jobs:
require_var OPENCLAW_QA_CONVEX_SECRET_CI
- name: Build private QA runtime
env:
NODE_OPTIONS: --max-old-space-size=6144
run: pnpm build
- name: Run Discord live lane
@@ -1106,6 +1116,8 @@ jobs:
require_var OPENCLAW_QA_CONVEX_SECRET_CI
- name: Build private QA runtime
env:
NODE_OPTIONS: --max-old-space-size=6144
run: pnpm build
- name: Run WhatsApp live lane
@@ -1200,6 +1212,8 @@ jobs:
require_var OPENCLAW_QA_CONVEX_SECRET_CI
- name: Build private QA runtime
env:
NODE_OPTIONS: --max-old-space-size=6144
run: pnpm build
- name: Run Slack live lane