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

推荐订阅源

J
Java Code Geeks
博客园 - 司徒正美
博客园 - 【当耐特】
爱范儿
爱范儿
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
IT之家
IT之家
人人都是产品经理
人人都是产品经理
雷峰网
雷峰网
酷 壳 – CoolShell
酷 壳 – CoolShell
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
大猫的无限游戏
大猫的无限游戏
月光博客
月光博客
宝玉的分享
宝玉的分享
V
V2EX
S
SegmentFault 最新的问题
V
Visual Studio Blog
阮一峰的网络日志
阮一峰的网络日志
Martin Fowler
Martin Fowler
Jina AI
Jina AI
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园_首页
L
LangChain Blog
D
Docker
腾讯CDC

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: pin full release validation children · openclaw/openc...
steipete · 2026-05-02 · via Recent Commits to openclaw:main

@@ -568,7 +568,7 @@ jobs:

568568569569

summary:

570570

name: Verify full validation

571-

needs: [normal_ci, plugin_prerelease, release_checks, npm_telegram]

571+

needs: [resolve_target, normal_ci, plugin_prerelease, release_checks, npm_telegram]

572572

if: always()

573573

runs-on: ubuntu-24.04

574574

timeout-minutes: 5

@@ -640,6 +640,7 @@ jobs:

640640

PLUGIN_PRERELEASE_RESULT: ${{ needs.plugin_prerelease.result }}

641641

RELEASE_CHECKS_RESULT: ${{ needs.release_checks.result }}

642642

NPM_TELEGRAM_RESULT: ${{ needs.npm_telegram.result }}

643+

TARGET_SHA: ${{ needs.resolve_target.outputs.sha }}

643644

run: |

644645

set -euo pipefail

645646

@@ -657,13 +658,19 @@ jobs:

657658

return 1

658659

fi

659660660-

local run_json status conclusion url attempt

661-

run_json="$(gh run view "$run_id" --json status,conclusion,url,attempt,jobs)"

661+

local run_json status conclusion url attempt head_sha

662+

run_json="$(gh run view "$run_id" --json status,conclusion,url,attempt,headSha,jobs)"

662663

status="$(jq -r '.status' <<< "$run_json")"

663664

conclusion="$(jq -r '.conclusion' <<< "$run_json")"

664665

url="$(jq -r '.url' <<< "$run_json")"

665666

attempt="$(jq -r '.attempt' <<< "$run_json")"

666-

echo "${label}: ${status}/${conclusion} attempt ${attempt}: ${url}"

667+

head_sha="$(jq -r '.headSha // ""' <<< "$run_json")"

668+

echo "${label}: ${status}/${conclusion} attempt ${attempt} head ${head_sha}: ${url}"

669+670+

if [[ -n "${TARGET_SHA// }" && "$head_sha" != "$TARGET_SHA" ]]; then

671+

echo "::error::${label} child run used ${head_sha}, expected ${TARGET_SHA}. Dispatch Full Release Validation from a ref pinned to the target SHA, not a moving branch."

672+

return 1

673+

fi

667674668675

if [[ "$status" != "completed" || "$conclusion" != "success" ]]; then

669676

echo "::error::${label} child run ended with ${status}/${conclusion}: ${url}"

@@ -677,8 +684,8 @@ jobs:

677684

echo

678685

echo "### Child workflow overview"

679686

echo

680-

echo "| Child | Result | Minutes | Run |"

681-

echo "| --- | --- | ---: | --- |"

687+

echo "| Child | Result | Minutes | Head SHA | Run |"

688+

echo "| --- | --- | ---: | --- | --- |"

682689

} >> "$GITHUB_STEP_SUMMARY"

683690684691

append_child_row() {

@@ -692,7 +699,7 @@ jobs:

692699

fi

693700694701

local run_json row

695-

run_json="$(gh run view "$run_id" --json status,conclusion,url,createdAt,updatedAt)"

702+

run_json="$(gh run view "$run_id" --json status,conclusion,url,createdAt,updatedAt,headSha)"

696703

row="$(

697704

jq -r --arg label "$label" '

698705

def ts: fromdateiso8601;

@@ -703,7 +710,8 @@ jobs:

703710

then (((($updated | ts) - ($created | ts)) / 60) * 10 | round / 10 | tostring)

704711

else ""

705712

end) as $minutes |

706-

"| `" + $label + "` | `" + ($run.status // "") + "/" + ($run.conclusion // "") + "` | " + $minutes + " | [run](" + ($run.url // "") + ") |"

713+

($run.headSha // "") as $head |

714+

"| `" + $label + "` | `" + ($run.status // "") + "/" + ($run.conclusion // "") + "` | " + $minutes + " | `" + $head + "` | [run](" + ($run.url // "") + ") |"

707715

' <<< "$run_json"

708716

)"

709717

echo "$row" >> "$GITHUB_STEP_SUMMARY"