惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
博客园 - Franky
大猫的无限游戏
大猫的无限游戏
博客园 - 三生石上(FineUI控件)
量子位
博客园 - 聂微东
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
S
SegmentFault 最新的问题
Apple Machine Learning Research
Apple Machine Learning Research
爱范儿
爱范儿
V
Visual Studio Blog
雷峰网
雷峰网
T
Tailwind CSS Blog
宝玉的分享
宝玉的分享
Blog — PlanetScale
Blog — PlanetScale
有赞技术团队
有赞技术团队
博客园 - 叶小钗
Microsoft Azure Blog
Microsoft Azure Blog
T
The Blog of Author Tim Ferriss
U
Unit 42
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
小众软件
小众软件
阮一峰的网络日志
阮一峰的网络日志
Y
Y Combinator Blog

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
ci: speed up release validation · openclaw/openclaw@57e4994
steipete · 2026-04-30 · via Recent Commits to openclaw:main

@@ -53,6 +53,11 @@ on:

5353

- qa-parity

5454

- qa-live

5555

- npm-telegram

56+

live_suite_filter:

57+

description: Optional exact live suite id for focused live/E2E reruns; blank runs all selected live suites

58+

required: false

59+

default: ""

60+

type: string

5661

npm_telegram_package_spec:

5762

description: Optional published package spec for the post-publish Telegram E2E lane

5863

required: false

@@ -83,7 +88,7 @@ permissions:

83888489

concurrency:

8590

group: full-release-validation-${{ inputs.ref }}-${{ inputs.rerun_group }}

86-

cancel-in-progress: true

91+

cancel-in-progress: false

87928893

env:

8994

FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"

@@ -123,6 +128,7 @@ jobs:

123128

NPM_TELEGRAM_PACKAGE_SPEC: ${{ inputs.npm_telegram_package_spec }}

124129

EVIDENCE_PACKAGE_SPEC: ${{ inputs.evidence_package_spec }}

125130

RERUN_GROUP: ${{ inputs.rerun_group }}

131+

LIVE_SUITE_FILTER: ${{ inputs.live_suite_filter }}

126132

run: |

127133

{

128134

echo "## Full release validation"

@@ -131,6 +137,9 @@ jobs:

131137

echo "- Target SHA: \`${TARGET_SHA}\`"

132138

echo "- Child workflow ref: \`${CHILD_WORKFLOW_REF}\`"

133139

echo "- Rerun group: \`${RERUN_GROUP}\`"

140+

if [[ -n "${LIVE_SUITE_FILTER// }" ]]; then

141+

echo "- Live suite filter: \`${LIVE_SUITE_FILTER}\`"

142+

fi

134143

if [[ "$RERUN_GROUP" == "all" || "$RERUN_GROUP" == "ci" ]]; then

135144

echo "- Normal CI: \`CI\` with \`target_ref=${TARGET_SHA}\`"

136145

else

@@ -213,19 +222,6 @@ jobs:

213222

echo "Dispatched ${workflow}: https://github.com/${GITHUB_REPOSITORY}/actions/runs/${run_id}"

214223

echo "run_id=${run_id}" >> "$GITHUB_OUTPUT"

215224216-

cleanup_child_run() {

217-

local exit_code=$?

218-

trap - EXIT INT TERM

219-

local child_status

220-

child_status="$(gh run view "$run_id" --json status --jq '.status' 2>/dev/null || true)"

221-

if [[ "$child_status" != "completed" ]]; then

222-

echo "Cancelling child ${workflow} run ${run_id} after parent exit (${exit_code})."

223-

gh run cancel "$run_id" || gh api -X POST "repos/${GITHUB_REPOSITORY}/actions/runs/${run_id}/force-cancel" || true

224-

fi

225-

return "$exit_code"

226-

}

227-

trap cleanup_child_run EXIT INT TERM

228-229225

while true; do

230226

status="$(gh run view "$run_id" --json status --jq '.status')"

231227

if [[ "$status" == "completed" ]]; then

@@ -252,23 +248,6 @@ jobs:

252248

echo "- Target SHA: \`${TARGET_SHA}\`"

253249

} >> "$GITHUB_STEP_SUMMARY"

254250255-

cancel_same_sha_push_ci() {

256-

local run_ids run_id

257-

run_ids="$(

258-

gh run list --workflow ci.yml --limit 100 --json databaseId,event,headSha,status \

259-

--jq 'map(select(.event == "push" and .headSha == env.TARGET_SHA and (.status == "queued" or .status == "in_progress" or .status == "waiting" or .status == "pending"))) | .[].databaseId'

260-

)"

261-

if [[ -z "${run_ids// }" ]]; then

262-

return 0

263-

fi

264-

while IFS= read -r run_id; do

265-

[[ -n "${run_id// }" ]] || continue

266-

echo "Cancelling same-SHA push CI run ${run_id}; Full Release Validation dispatches the full manual CI child for ${TARGET_SHA}."

267-

gh run cancel "$run_id" || gh api -X POST "repos/${GITHUB_REPOSITORY}/actions/runs/${run_id}/force-cancel" || true

268-

done <<< "$run_ids"

269-

}

270-271-

cancel_same_sha_push_ci

272251

dispatch_and_wait ci.yml -f target_ref="$TARGET_SHA" -f include_android=true

273252274253

plugin_prerelease:

@@ -328,19 +307,6 @@ jobs:

328307

echo "Dispatched ${workflow}: https://github.com/${GITHUB_REPOSITORY}/actions/runs/${run_id}"

329308

echo "run_id=${run_id}" >> "$GITHUB_OUTPUT"

330309331-

cleanup_child_run() {

332-

local exit_code=$?

333-

trap - EXIT INT TERM

334-

local child_status

335-

child_status="$(gh run view "$run_id" --json status --jq '.status' 2>/dev/null || true)"

336-

if [[ "$child_status" != "completed" ]]; then

337-

echo "Cancelling child ${workflow} run ${run_id} after parent exit (${exit_code})."

338-

gh run cancel "$run_id" || gh api -X POST "repos/${GITHUB_REPOSITORY}/actions/runs/${run_id}/force-cancel" || true

339-

fi

340-

return "$exit_code"

341-

}

342-

trap cleanup_child_run EXIT INT TERM

343-344310

while true; do

345311

status="$(gh run view "$run_id" --json status --jq '.status')"

346312

if [[ "$status" == "completed" ]]; then

@@ -391,6 +357,7 @@ jobs:

391357

MODE: ${{ inputs.mode }}

392358

RELEASE_PROFILE: ${{ inputs.release_profile }}

393359

RERUN_GROUP: ${{ inputs.rerun_group }}

360+

LIVE_SUITE_FILTER: ${{ inputs.live_suite_filter }}

394361

run: |

395362

set -euo pipefail

396363

@@ -430,19 +397,6 @@ jobs:

430397

echo "Dispatched ${workflow}: https://github.com/${GITHUB_REPOSITORY}/actions/runs/${run_id}"

431398

echo "run_id=${run_id}" >> "$GITHUB_OUTPUT"

432399433-

cleanup_child_run() {

434-

local exit_code=$?

435-

trap - EXIT INT TERM

436-

local child_status

437-

child_status="$(gh run view "$run_id" --json status --jq '.status' 2>/dev/null || true)"

438-

if [[ "$child_status" != "completed" ]]; then

439-

echo "Cancelling child ${workflow} run ${run_id} after parent exit (${exit_code})."

440-

gh run cancel "$run_id" || gh api -X POST "repos/${GITHUB_REPOSITORY}/actions/runs/${run_id}/force-cancel" || true

441-

fi

442-

return "$exit_code"

443-

}

444-

trap cleanup_child_run EXIT INT TERM

445-446400

while true; do

447401

status="$(gh run view "$run_id" --json status --jq '.status')"

448402

if [[ "$status" == "completed" ]]; then

@@ -471,20 +425,29 @@ jobs:

471425

echo "- Cross-OS mode: \`${MODE}\`"

472426

echo "- Release profile: \`${RELEASE_PROFILE}\`"

473427

echo "- Rerun group: \`${RERUN_GROUP}\`"

428+

if [[ -n "${LIVE_SUITE_FILTER// }" ]]; then

429+

echo "- Live suite filter: \`${LIVE_SUITE_FILTER}\`"

430+

fi

474431

} >> "$GITHUB_STEP_SUMMARY"

475432476433

child_rerun_group="$RERUN_GROUP"

477434

if [[ "$child_rerun_group" == "release-checks" ]]; then

478435

child_rerun_group=all

479436

fi

480437481-

dispatch_and_wait openclaw-release-checks.yml \

482-

-f ref="$TARGET_SHA" \

483-

-f expected_sha="$TARGET_SHA" \

484-

-f provider="$PROVIDER" \

485-

-f mode="$MODE" \

486-

-f release_profile="$RELEASE_PROFILE" \

438+

args=(

439+

-f ref="$TARGET_SHA"

440+

-f expected_sha="$TARGET_SHA"

441+

-f provider="$PROVIDER"

442+

-f mode="$MODE"

443+

-f release_profile="$RELEASE_PROFILE"

487444

-f rerun_group="$child_rerun_group"

445+

)

446+

if [[ -n "${LIVE_SUITE_FILTER// }" ]]; then

447+

args+=(-f live_suite_filter="$LIVE_SUITE_FILTER")

448+

fi

449+450+

dispatch_and_wait openclaw-release-checks.yml "${args[@]}"

488451489452

npm_telegram:

490453

name: Run post-publish Telegram E2E

@@ -538,19 +501,6 @@ jobs:

538501

echo "Dispatched npm-telegram-beta-e2e.yml: https://github.com/${GITHUB_REPOSITORY}/actions/runs/${run_id}"

539502

echo "run_id=${run_id}" >> "$GITHUB_OUTPUT"

540503541-

cleanup_child_run() {

542-

local exit_code=$?

543-

trap - EXIT INT TERM

544-

local child_status

545-

child_status="$(gh run view "$run_id" --json status --jq '.status' 2>/dev/null || true)"

546-

if [[ "$child_status" != "completed" ]]; then

547-

echo "Cancelling npm-telegram-beta-e2e.yml child run ${run_id} after parent exit (${exit_code})."

548-

gh run cancel "$run_id" || gh api -X POST "repos/${GITHUB_REPOSITORY}/actions/runs/${run_id}/force-cancel" || true

549-

fi

550-

return "$exit_code"

551-

}

552-

trap cleanup_child_run EXIT INT TERM

553-554504

while true; do

555505

status="$(gh run view "$run_id" --json status --jq '.status')"

556506

if [[ "$status" == "completed" ]]; then