refactor(qa): migrate Telegram scenarios into QA Lab (#108430)

* refactor(qa): migrate Telegram scenarios into QA Lab

* refactor(qa): remove retired Telegram runner exports
This commit is contained in:
Dallin Romney
2026-07-15 12:55:00 -07:00
committed by GitHub
parent d201acd6e8
commit 77d07dc3e9
40 changed files with 1673 additions and 3955 deletions

View File

@@ -444,7 +444,7 @@ jobs:
telegram_exit=$?
set -e
if [[ ! -f "$root/qa-evidence.json" && ! -f "$root/telegram-qa-summary.json" ]]; then
if [[ ! -f "$root/qa-evidence.json" ]]; then
echo "Telegram live QA did not produce an evidence summary." >&2
exit "$telegram_exit"
fi
@@ -496,7 +496,7 @@ jobs:
fi
fi
cat "$root/telegram-qa-report.md" >> "$GITHUB_STEP_SUMMARY"
cat "$root/qa-suite-report.md" >> "$GITHUB_STEP_SUMMARY"
- name: Upload Mantis Telegram artifacts
id: upload_artifact

View File

@@ -423,7 +423,7 @@ jobs:
append_telegram_summary() {
local status=$?
local report="${output_dir}/telegram-qa-report.md"
local report="${output_dir}/qa-suite-report.md"
if [[ -n "${GITHUB_STEP_SUMMARY:-}" && -f "${report}" ]]; then
{
echo "## Package Telegram E2E"