mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-22 11:18:14 +00:00
fix(test): target plugin docker runner scripts
This commit is contained in:
@@ -771,6 +771,15 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
|
||||
["test/scripts/docker-build-helper.test.ts", "test/scripts/openclaw-test-state.test.ts"],
|
||||
],
|
||||
["scripts/e2e/plugin-lifecycle-matrix-docker.sh", ["test/scripts/docker-build-helper.test.ts"]],
|
||||
[
|
||||
"scripts/e2e/bundled-plugin-install-uninstall-docker.sh",
|
||||
[
|
||||
"test/scripts/docker-build-helper.test.ts",
|
||||
"test/scripts/docker-e2e-plan.test.ts",
|
||||
"test/scripts/plugin-prerelease-test-plan.test.ts",
|
||||
"test/scripts/bundled-plugin-install-uninstall-probe.test.ts",
|
||||
],
|
||||
],
|
||||
[
|
||||
"scripts/e2e/lib/plugin-lifecycle-matrix/measure.mjs",
|
||||
["test/scripts/plugin-lifecycle-measure.test.ts"],
|
||||
@@ -823,6 +832,32 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
|
||||
"scripts/e2e/lib/plugin-update/unchanged-scenario.sh",
|
||||
["test/scripts/plugin-update-unchanged-docker.test.ts"],
|
||||
],
|
||||
[
|
||||
"scripts/e2e/plugin-update-unchanged-docker.sh",
|
||||
[
|
||||
"test/scripts/docker-build-helper.test.ts",
|
||||
"test/scripts/docker-e2e-plan.test.ts",
|
||||
"test/scripts/plugin-prerelease-test-plan.test.ts",
|
||||
"test/scripts/plugin-update-unchanged-docker.test.ts",
|
||||
],
|
||||
],
|
||||
[
|
||||
"scripts/e2e/update-corrupt-plugin-docker.sh",
|
||||
[
|
||||
"test/scripts/docker-build-helper.test.ts",
|
||||
"test/scripts/docker-e2e-plan.test.ts",
|
||||
"test/scripts/package-acceptance-workflow.test.ts",
|
||||
"test/scripts/plugin-update-unchanged-docker.test.ts",
|
||||
],
|
||||
],
|
||||
[
|
||||
"scripts/e2e/plugins-docker.sh",
|
||||
[
|
||||
"test/scripts/docker-build-helper.test.ts",
|
||||
"test/scripts/docker-e2e-plan.test.ts",
|
||||
"test/scripts/plugins-assertions.test.ts",
|
||||
],
|
||||
],
|
||||
["scripts/e2e/lib/plugins/clawhub.sh", ["test/scripts/plugins-assertions.test.ts"]],
|
||||
["scripts/e2e/lib/plugins/fixtures.sh", ["test/scripts/plugins-assertions.test.ts"]],
|
||||
["scripts/e2e/lib/plugins/marketplace.sh", ["test/scripts/plugins-assertions.test.ts"]],
|
||||
|
||||
@@ -583,6 +583,15 @@ describe("scripts/test-projects changed-target routing", () => {
|
||||
["test/scripts/e2e-shell-tempfiles.test.ts", "test/scripts/openclaw-test-state.test.ts"],
|
||||
],
|
||||
["scripts/e2e/lib/package-compat.mjs", ["test/scripts/docker-build-helper.test.ts"]],
|
||||
[
|
||||
"scripts/e2e/bundled-plugin-install-uninstall-docker.sh",
|
||||
[
|
||||
"test/scripts/docker-build-helper.test.ts",
|
||||
"test/scripts/docker-e2e-plan.test.ts",
|
||||
"test/scripts/plugin-prerelease-test-plan.test.ts",
|
||||
"test/scripts/bundled-plugin-install-uninstall-probe.test.ts",
|
||||
],
|
||||
],
|
||||
[
|
||||
"scripts/e2e/lib/plugin-update/corrupt-update-scenario.sh",
|
||||
["test/scripts/plugin-update-unchanged-docker.test.ts"],
|
||||
@@ -595,6 +604,32 @@ describe("scripts/test-projects changed-target routing", () => {
|
||||
"scripts/e2e/lib/plugin-update/unchanged-scenario.sh",
|
||||
["test/scripts/plugin-update-unchanged-docker.test.ts"],
|
||||
],
|
||||
[
|
||||
"scripts/e2e/plugin-update-unchanged-docker.sh",
|
||||
[
|
||||
"test/scripts/docker-build-helper.test.ts",
|
||||
"test/scripts/docker-e2e-plan.test.ts",
|
||||
"test/scripts/plugin-prerelease-test-plan.test.ts",
|
||||
"test/scripts/plugin-update-unchanged-docker.test.ts",
|
||||
],
|
||||
],
|
||||
[
|
||||
"scripts/e2e/update-corrupt-plugin-docker.sh",
|
||||
[
|
||||
"test/scripts/docker-build-helper.test.ts",
|
||||
"test/scripts/docker-e2e-plan.test.ts",
|
||||
"test/scripts/package-acceptance-workflow.test.ts",
|
||||
"test/scripts/plugin-update-unchanged-docker.test.ts",
|
||||
],
|
||||
],
|
||||
[
|
||||
"scripts/e2e/plugins-docker.sh",
|
||||
[
|
||||
"test/scripts/docker-build-helper.test.ts",
|
||||
"test/scripts/docker-e2e-plan.test.ts",
|
||||
"test/scripts/plugins-assertions.test.ts",
|
||||
],
|
||||
],
|
||||
["scripts/e2e/lib/plugins/clawhub.sh", ["test/scripts/plugins-assertions.test.ts"]],
|
||||
["scripts/e2e/lib/plugins/fixtures.sh", ["test/scripts/plugins-assertions.test.ts"]],
|
||||
["scripts/e2e/lib/plugins/marketplace.sh", ["test/scripts/plugins-assertions.test.ts"]],
|
||||
|
||||
Reference in New Issue
Block a user