ci: stop waiting for nonexistent capability restart wake · openclaw/openclaw@3c6fd49
steipete
·
2026-05-27
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -96,9 +96,6 @@ steps:
|
96 | 96 | - set: wakeMarker |
97 | 97 | value: |
98 | 98 | expr: "`QA-CAPABILITY-${randomUUID().slice(0, 8)}`" |
99 | | - - set: wakeStartIndex |
100 | | -value: |
101 | | -expr: "state.getSnapshot().messages.length" |
102 | 99 | - call: patchConfig |
103 | 100 | args: |
104 | 101 | - env: |
@@ -114,9 +111,6 @@ steps:
|
114 | 111 | ref: originalImageGenerationModelPrimary |
115 | 112 | sessionKey: |
116 | 113 | ref: sessionKey |
117 | | -deliveryContext: |
118 | | -channel: qa-channel |
119 | | -to: dm:qa-operator |
120 | 114 | note: |
121 | 115 | ref: wakeMarker |
122 | 116 | - call: waitForGatewayHealthy |
@@ -127,16 +121,6 @@ steps:
|
127 | 121 | args: |
128 | 122 | - ref: env |
129 | 123 | - 60000 |
130 | | - - call: waitForOutboundMessage |
131 | | -saveAs: wakeReply |
132 | | -args: |
133 | | - - ref: state |
134 | | - - lambda: |
135 | | -params: [candidate] |
136 | | -expr: "candidate.direction === 'outbound' && candidate.conversation.id === 'qa-operator' && String(candidate.text ?? '').includes(wakeMarker)" |
137 | | - - expr: liveTurnTimeoutMs(env, 60000) |
138 | | - - sinceIndex: |
139 | | -ref: wakeStartIndex |
140 | 124 | - call: waitForCondition |
141 | 125 | saveAs: afterTools |
142 | 126 | args: |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。