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

推荐订阅源

MyScale Blog
MyScale Blog
博客园 - 司徒正美
A
About on SuperTechFans
Vercel News
Vercel News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
爱范儿
爱范儿
I
InfoQ
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园_首页
Google DeepMind News
Google DeepMind News
T
Tailwind CSS Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
F
Fortinet All Blogs
S
SegmentFault 最新的问题
阮一峰的网络日志
阮一峰的网络日志
D
Docker
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
G
Google Developers Blog
Stack Overflow Blog
Stack Overflow Blog
M
MIT News - Artificial intelligence
Jina AI
Jina AI
H
Help Net Security
量子位
IT之家
IT之家

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(release): speed up focused release reruns · openclaw/o...
steipete · 2026-05-05 · via Recent Commits to openclaw:main

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

6363

required: false

6464

default: ""

6565

type: string

66+

cross_os_suite_filter:

67+

description: Optional focused cross-OS suite filter, e.g. windows/packaged-upgrade or packaged-fresh

68+

required: false

69+

default: ""

70+

type: string

6671

package_acceptance_package_spec:

6772

description: Optional published package spec for Package Acceptance; blank uses the prepared release artifact

6873

required: false

@@ -94,6 +99,7 @@ jobs:

9499

run_release_soak: ${{ steps.inputs.outputs.run_release_soak }}

95100

rerun_group: ${{ steps.inputs.outputs.rerun_group }}

96101

live_suite_filter: ${{ steps.inputs.outputs.live_suite_filter }}

102+

cross_os_suite_filter: ${{ steps.inputs.outputs.cross_os_suite_filter }}

97103

qa_live_matrix_enabled: ${{ steps.inputs.outputs.qa_live_matrix_enabled }}

98104

qa_live_telegram_enabled: ${{ steps.inputs.outputs.qa_live_telegram_enabled }}

99105

qa_live_slack_enabled: ${{ steps.inputs.outputs.qa_live_slack_enabled }}

@@ -215,6 +221,7 @@ jobs:

215221

RELEASE_RUN_RELEASE_SOAK_INPUT: ${{ inputs.run_release_soak }}

216222

RELEASE_RERUN_GROUP_INPUT: ${{ inputs.rerun_group }}

217223

RELEASE_LIVE_SUITE_FILTER_INPUT: ${{ inputs.live_suite_filter }}

224+

RELEASE_CROSS_OS_SUITE_FILTER_INPUT: ${{ inputs.cross_os_suite_filter }}

218225

RELEASE_QA_SLACK_LIVE_CI_ENABLED: ${{ vars.OPENCLAW_QA_SLACK_LIVE_CI_ENABLED || 'false' }}

219226

RELEASE_PACKAGE_ACCEPTANCE_PACKAGE_SPEC_INPUT: ${{ inputs.package_acceptance_package_spec }}

220227

run: |

@@ -292,6 +299,7 @@ jobs:

292299

printf 'run_release_soak=%s\n' "$run_release_soak"

293300

printf 'rerun_group=%s\n' "$RELEASE_RERUN_GROUP_INPUT"

294301

printf 'live_suite_filter=%s\n' "$RELEASE_LIVE_SUITE_FILTER_INPUT"

302+

printf 'cross_os_suite_filter=%s\n' "$RELEASE_CROSS_OS_SUITE_FILTER_INPUT"

295303

printf 'qa_live_matrix_enabled=%s\n' "$qa_live_matrix_enabled"

296304

printf 'qa_live_telegram_enabled=%s\n' "$qa_live_telegram_enabled"

297305

printf 'qa_live_slack_enabled=%s\n' "$qa_live_slack_enabled"

@@ -309,6 +317,7 @@ jobs:

309317

RUN_RELEASE_SOAK: ${{ steps.inputs.outputs.run_release_soak }}

310318

RELEASE_RERUN_GROUP: ${{ inputs.rerun_group }}

311319

RELEASE_LIVE_SUITE_FILTER: ${{ inputs.live_suite_filter }}

320+

RELEASE_CROSS_OS_SUITE_FILTER: ${{ inputs.cross_os_suite_filter }}

312321

PACKAGE_ACCEPTANCE_PACKAGE_SPEC: ${{ inputs.package_acceptance_package_spec }}

313322

run: |

314323

{

@@ -325,6 +334,9 @@ jobs:

325334

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

326335

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

327336

fi

337+

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

338+

echo "- Cross-OS suite filter: \`${RELEASE_CROSS_OS_SUITE_FILTER}\`"

339+

fi

328340

echo "- QA live lanes: Matrix \`${{ steps.inputs.outputs.qa_live_matrix_enabled }}\`, Telegram \`${{ steps.inputs.outputs.qa_live_telegram_enabled }}\`, Slack \`${{ steps.inputs.outputs.qa_live_slack_enabled }}\`"

329341

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

330342

echo "- Package Acceptance package spec: \`${PACKAGE_ACCEPTANCE_PACKAGE_SPEC}\`"

@@ -430,6 +442,7 @@ jobs:

430442

ref: ${{ needs.resolve_target.outputs.revision }}

431443

provider: ${{ needs.resolve_target.outputs.provider }}

432444

mode: ${{ needs.resolve_target.outputs.mode }}

445+

suite_filter: ${{ needs.resolve_target.outputs.cross_os_suite_filter }}

433446

candidate_artifact_name: ${{ needs.prepare_release_package.outputs.artifact_name }}

434447

candidate_file_name: openclaw-current.tgz

435448

candidate_version: ${{ needs.prepare_release_package.outputs.package_version }}

@@ -603,6 +616,7 @@ jobs:

603616

name: Run QA Lab parity lane (${{ matrix.lane }})

604617

needs: [resolve_target]

605618

if: contains(fromJSON('["all","qa","qa-parity"]'), needs.resolve_target.outputs.rerun_group)

619+

continue-on-error: true

606620

runs-on: blacksmith-8vcpu-ubuntu-2404

607621

timeout-minutes: 30

608622

permissions:

@@ -687,6 +701,7 @@ jobs:

687701

name: Run QA Lab parity report

688702

needs: [resolve_target, qa_lab_parity_lane_release_checks]

689703

if: contains(fromJSON('["all","qa","qa-parity"]'), needs.resolve_target.outputs.rerun_group)

704+

continue-on-error: true

690705

runs-on: blacksmith-8vcpu-ubuntu-2404

691706

timeout-minutes: 20

692707

permissions:

@@ -743,6 +758,7 @@ jobs:

743758

name: Run QA Lab live Matrix lane

744759

needs: [resolve_target]

745760

if: contains(fromJSON('["all","qa","qa-live"]'), needs.resolve_target.outputs.rerun_group) && needs.resolve_target.outputs.qa_live_matrix_enabled == 'true'

761+

continue-on-error: true

746762

runs-on: blacksmith-8vcpu-ubuntu-2404

747763

timeout-minutes: 60

748764

permissions:

@@ -820,6 +836,7 @@ jobs:

820836

name: Run QA Lab live Telegram lane

821837

needs: [resolve_target]

822838

if: contains(fromJSON('["all","qa","qa-live"]'), needs.resolve_target.outputs.rerun_group) && needs.resolve_target.outputs.qa_live_telegram_enabled == 'true'

839+

continue-on-error: true

823840

runs-on: blacksmith-8vcpu-ubuntu-2404

824841

timeout-minutes: 60

825842

permissions:

@@ -913,6 +930,7 @@ jobs:

913930

name: Run QA Lab live Slack lane

914931

needs: [resolve_target]

915932

if: contains(fromJSON('["all","qa","qa-live"]'), needs.resolve_target.outputs.rerun_group) && needs.resolve_target.outputs.qa_live_slack_enabled == 'true' && vars.OPENCLAW_QA_SLACK_LIVE_CI_ENABLED == 'true'

933+

continue-on-error: true

916934

runs-on: blacksmith-8vcpu-ubuntu-2404

917935

timeout-minutes: 60

918936

permissions:

@@ -1042,6 +1060,10 @@ jobs:

10421060

name="${item%%=*}"

10431061

result="${item#*=}"

10441062

if [[ "$result" != "success" && "$result" != "skipped" ]]; then

1063+

if [[ "$name" == qa_* ]]; then

1064+

echo "::warning::${name} ended with ${result}; QA release-check lanes are advisory and do not block release validation."

1065+

continue

1066+

fi

10451067

echo "::error::${name} ended with ${result}"

10461068

failed=1

10471069

fi