Skip to content

Commit b12f7a4

Browse files
committed
ci: run agent-semantic replay at real-time speed
Drop SPEED from 60x to 1 so CI wall time reflects real arrival/phase durations instead of compressing the workload under checkpoint cost.
1 parent 705a112 commit b12f7a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e-kind.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
AGENT_SEMANTIC_LIMIT: "10"
126126
AGENT_SEMANTIC_INFLIGHT: "8"
127127
AGENT_SEMANTIC_MIN_WORKERS: "2"
128-
AGENT_SEMANTIC_SPEED: "60"
128+
AGENT_SEMANTIC_SPEED: "1"
129129
AGENT_SEMANTIC_MIN_LOCK: "0.25"
130130
AGENT_SEMANTIC_POLICIES: ${{ matrix.label }}
131131
AGENT_SEMANTIC_SWITCH_POLICY: "0"

0 commit comments

Comments
 (0)