


























@@ -528,8 +528,12 @@ describe("package artifact reuse", () => {
528528expect(workflow).toContain(
529529"docker_lanes: doctor-switch update-channel-switch upgrade-survivor published-upgrade-survivor plugins-offline plugin-update",
530530);
531-expect(workflow).toContain("published_upgrade_survivor_baselines: all-since-2026.4.23");
532-expect(workflow).toContain("published_upgrade_survivor_scenarios: reported-issues");
531+expect(workflow).toContain(
532+"published_upgrade_survivor_baselines: ${{ needs.resolve_target.outputs.run_release_soak == 'true' && 'all-since-2026.4.23' || '' }}",
533+);
534+expect(workflow).toContain(
535+"published_upgrade_survivor_scenarios: ${{ needs.resolve_target.outputs.run_release_soak == 'true' && 'reported-issues' || '' }}",
536+);
533537expect(workflow).toContain("telegram_mode: mock-openai");
534538expect(workflow).toContain(
535539"telegram_scenarios: telegram-help-command,telegram-commands-command,telegram-tools-compact-command,telegram-whoami-command,telegram-context-command,telegram-current-session-status-tool,telegram-mention-gating",
@@ -551,7 +555,7 @@ describe("package artifact reuse", () => {
551555"contains(fromJSON('[\"all\",\"cross-os\",\"package\"]'), needs.resolve_target.outputs.rerun_group) || (needs.resolve_target.outputs.rerun_group == 'live-e2e' && needs.resolve_target.outputs.live_suite_filter == '')",
552556);
553557expect(workflow).toContain(
554-"contains(fromJSON('[\"all\",\"live-e2e\"]'), needs.resolve_target.outputs.rerun_group) && needs.resolve_target.outputs.live_suite_filter == ''",
558+"(needs.resolve_target.outputs.rerun_group == 'live-e2e' || (needs.resolve_target.outputs.rerun_group == 'all' && needs.resolve_target.outputs.run_release_soak == 'true')) && needs.resolve_target.outputs.live_suite_filter == ''",
555559);
556560expect(workflow).toContain("- live-e2e");
557561expect(workflow).toContain("- qa-live");
@@ -673,7 +677,7 @@ describe("package artifact reuse", () => {
673677"Focused `npm-telegram` reruns require `npm_telegram_package_spec`",
674678);
675679expectTextToIncludeAll(fullReleaseDocs, [
676-"full pre-publish candidate",
680+"pre-publish candidate",
677681"silently skip that",
678682"Telegram package lane",
679683"| `npm-telegram` | Published-package Telegram E2E; requires `npm_telegram_package_spec`. |",
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。