fix(release): unblock deferred Telegram beta validation (#120630)

* fix(release): allow deferring package Telegram validation

* fix(qa): mount taxonomy in package Telegram harness

* fix(release): restrict Telegram deferral to beta
This commit is contained in:
Vincent Koc
2026-08-09 01:03:02 +08:00
committed by GitHub
parent 0fd3ee6929
commit 49161dee60
8 changed files with 271 additions and 3 deletions
+1
View File
@@ -417,6 +417,7 @@ run_logged_print_heartbeat "npm-telegram-live-suite" 60 docker_e2e_run_with_harn
-v "$ROOT_DIR/dist:/app/.openclaw-qa-harness-dist:ro" \
-v "$ROOT_DIR/extensions/qa-lab:/app/extensions/qa-lab:ro" \
-v "$ROOT_DIR/qa/scenarios:/app/qa/scenarios:ro" \
-v "$ROOT_DIR/taxonomy.yaml:/app/taxonomy.yaml:ro" \
-v "$npm_prefix_host:/npm-global" \
-i "$IMAGE_NAME" bash -s <<'EOF'
set -euo pipefail