File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,11 +122,11 @@ jobs:
122122 OPENCLAW_NPM_TELEGRAM_PACKAGE_SPEC="openclaw@main"
123123 OPENCLAW_NPM_TELEGRAM_PACKAGE_TGZ="${{ steps.pack.outputs.package_tgz }}"
124124 OPENCLAW_NPM_TELEGRAM_OUTPUT_DIR="$output/raw"
125+ OPENCLAW_NPM_TELEGRAM_PROVIDER_MODE=mock-openai
126+ OPENCLAW_NPM_TELEGRAM_SCENARIOS=telegram-mentioned-message-reply
127+ OPENCLAW_NPM_TELEGRAM_RTT_SAMPLES="$samples"
125128 OPENCLAW_QA_TELEGRAM_SCENARIO_TIMEOUT_MS=240000
126129 )
127- if [[ "$samples" != "20" ]]; then
128- rtt_env+=(OPENCLAW_NPM_TELEGRAM_RTT_SAMPLES="$samples")
129- fi
130130 metrics_path="$RUNNER_TEMP/openclaw-rtt-resource-metrics.env"
131131 started_at="$(node -e 'process.stdout.write(new Date().toISOString())')"
132132 set +e
Original file line number Diff line number Diff line change @@ -142,6 +142,9 @@ jobs:
142142 set +e
143143 OPENCLAW_NPM_TELEGRAM_PACKAGE_SPEC="$spec" \
144144 OPENCLAW_NPM_TELEGRAM_OUTPUT_DIR="$output/raw" \
145+ OPENCLAW_NPM_TELEGRAM_PROVIDER_MODE=mock-openai \
146+ OPENCLAW_NPM_TELEGRAM_SCENARIOS=telegram-mentioned-message-reply \
147+ OPENCLAW_NPM_TELEGRAM_RTT_SAMPLES=20 \
145148 OPENCLAW_QA_TELEGRAM_SCENARIO_TIMEOUT_MS=240000 \
146149 /usr/bin/time \
147150 -f 'max_rss_kb=%M\nelapsed_seconds=%e' \
@@ -210,6 +213,9 @@ jobs:
210213 set +e
211214 OPENCLAW_NPM_TELEGRAM_PACKAGE_SPEC="$spec" \
212215 OPENCLAW_NPM_TELEGRAM_OUTPUT_DIR="$output/raw" \
216+ OPENCLAW_NPM_TELEGRAM_PROVIDER_MODE=mock-openai \
217+ OPENCLAW_NPM_TELEGRAM_SCENARIOS=telegram-mentioned-message-reply \
218+ OPENCLAW_NPM_TELEGRAM_RTT_SAMPLES=20 \
213219 OPENCLAW_QA_TELEGRAM_SCENARIO_TIMEOUT_MS=240000 \
214220 /usr/bin/time \
215221 -f 'max_rss_kb=%M\nelapsed_seconds=%e' \
You can’t perform that action at this time.
0 commit comments