@@ -770,6 +770,46 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
|
770 | 770 | "scripts/e2e/onboard-docker.sh", |
771 | 771 | ["test/scripts/docker-build-helper.test.ts", "test/scripts/openclaw-test-state.test.ts"], |
772 | 772 | ], |
| 773 | +[ |
| 774 | +"scripts/e2e/multi-node-update-docker.sh", |
| 775 | +["test/scripts/docker-build-helper.test.ts", "test/scripts/docker-e2e-plan.test.ts"], |
| 776 | +], |
| 777 | +[ |
| 778 | +"scripts/e2e/doctor-install-switch-docker.sh", |
| 779 | +[ |
| 780 | +"test/scripts/docker-build-helper.test.ts", |
| 781 | +"test/scripts/docker-e2e-plan.test.ts", |
| 782 | +"test/scripts/package-acceptance-workflow.test.ts", |
| 783 | +], |
| 784 | +], |
| 785 | +[ |
| 786 | +"scripts/e2e/update-channel-switch-docker.sh", |
| 787 | +[ |
| 788 | +"test/scripts/docker-build-helper.test.ts", |
| 789 | +"test/scripts/docker-e2e-plan.test.ts", |
| 790 | +"test/scripts/package-acceptance-workflow.test.ts", |
| 791 | +], |
| 792 | +], |
| 793 | +[ |
| 794 | +"scripts/e2e/skill-install-docker.sh", |
| 795 | +[ |
| 796 | +"test/scripts/docker-build-helper.test.ts", |
| 797 | +"test/scripts/docker-e2e-plan.test.ts", |
| 798 | +"test/scripts/package-acceptance-workflow.test.ts", |
| 799 | +"test/scripts/e2e-shell-tempfiles.test.ts", |
| 800 | +], |
| 801 | +], |
| 802 | +[ |
| 803 | +"scripts/e2e/upgrade-survivor-docker.sh", |
| 804 | +[ |
| 805 | +"test/scripts/docker-build-helper.test.ts", |
| 806 | +"test/scripts/docker-e2e-plan.test.ts", |
| 807 | +"test/scripts/package-acceptance-workflow.test.ts", |
| 808 | +"test/scripts/upgrade-survivor-probe-gateway.test.ts", |
| 809 | +"test/scripts/upgrade-survivor-assertions.test.ts", |
| 810 | +"test/scripts/openclaw-test-state.test.ts", |
| 811 | +], |
| 812 | +], |
773 | 813 | ["scripts/e2e/plugin-lifecycle-matrix-docker.sh", ["test/scripts/docker-build-helper.test.ts"]], |
774 | 814 | [ |
775 | 815 | "scripts/e2e/bundled-plugin-install-uninstall-docker.sh", |
|