mirror of
https://github.com/openclaw/clawhub.git
synced 2026-08-14 00:47:57 +00:00
fix(test): validate current activation response shape
This commit is contained in:
@@ -497,10 +497,10 @@ jobs:
|
||||
proof/claw-603/activation.json
|
||||
jq -e --arg leaderboard "$PRESERVED_LEADERBOARD_RUN_ID" --arg trending "$trending_run_id" '
|
||||
.activated == true and
|
||||
.leaderboard.runId == $leaderboard and
|
||||
.trending.runId == $trending and
|
||||
.corpus.scansPlanned == 0 and
|
||||
.corpus.scansAdmitted == 0 and
|
||||
.leaderboardRunId == $leaderboard and
|
||||
.trendingRunId == $trending and
|
||||
.scansPlanned == 0 and
|
||||
.scansAdmitted == 0 and
|
||||
.trendingSnapshot.status == "ready" and
|
||||
.trendingSnapshot.sourceCounts.skillsShTrending > 0
|
||||
' proof/claw-603/activation.json >/dev/null
|
||||
|
||||
Reference in New Issue
Block a user