mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-24 03:15:46 -06:00
9feb6ad161
* refactor(qa): remove scenario execution profiles * fix(qa): preserve smoke CI membership * test(qa): drop redundant smoke pack order check * refactor(qa): remove Matrix runner profiles * refactor(qa): simplify Matrix CI orchestration * refactor(qa): derive execution sets from taxonomy * fix(qa): keep Matrix shard helper private * refactor(qa): derive profile scenarios from taxonomy * refactor(qa): reconcile taxonomy selection * refactor(qa): use canonical profile planning * refactor(qa): select canonical coverage owners * fix(qa): keep profile selector internal * refactor(qa): remove representative coverage owners
19 lines
421 B
YAML
19 lines
421 B
YAML
title: Matrix nested thread reply shape
|
|
scenario:
|
|
id: matrix-thread-nested-reply-shape
|
|
surface: channels
|
|
coverage:
|
|
primary:
|
|
- matrix.matrix-thread-reply-routing
|
|
execution:
|
|
kind: flow
|
|
channel: matrix
|
|
timeoutMs: 60000
|
|
retryCount: 0
|
|
|
|
flow:
|
|
module: ./live-transports/matrix/scenarios/scenario-runtime-room.js
|
|
call: runThreadNestedReplyShapeScenario
|
|
args:
|
|
- expr: "scenarioContext"
|