diff --git a/deploy/deploy.yaml b/deploy/deploy.yaml index d5aaedb4..32fda534 100644 --- a/deploy/deploy.yaml +++ b/deploy/deploy.yaml @@ -244,8 +244,6 @@ lanes: runtimeNodeModulesPath: /opt/hwlab-env/node_modules additionalEnvPaths: - internal/dev-entrypoint/artifact-runtime.mjs - - scripts/artifact-publish.mjs - - scripts/src/dev-artifact-services.mjs hwpodAliases: - command: hwpod script: tools/hwpod-cli.ts @@ -690,8 +688,6 @@ lanes: goToolchain: local additionalEnvPaths: - internal/dev-entrypoint/artifact-runtime.mjs - - scripts/artifact-publish.mjs - - scripts/src/dev-artifact-services.mjs hwpodAliases: - command: hwpod script: tools/hwpod-cli.ts diff --git a/gitops/reuse.ymal b/gitops/reuse.ymal index 7aa696fc..d908bac4 100644 --- a/gitops/reuse.ymal +++ b/gitops/reuse.ymal @@ -42,8 +42,6 @@ spec: - package-lock.json - deploy/runtime/launcher/hwlab-env-reuse-launcher.ts - internal/dev-entrypoint/artifact-runtime.mjs - - scripts/artifact-publish.mjs - - scripts/src/dev-artifact-services.mjs envReuse: enabled: true mode: env-reuse-git-mirror-checkout @@ -53,8 +51,6 @@ spec: - package-lock.json - deploy/runtime/launcher/hwlab-env-reuse-launcher.ts - internal/dev-entrypoint/artifact-runtime.mjs - - scripts/artifact-publish.mjs - - scripts/src/dev-artifact-services.mjs hwlab-workbench-runtime: runtimeReuse: enabled: true @@ -71,8 +67,6 @@ spec: - go.sum - deploy/runtime/launcher/hwlab-env-reuse-launcher.ts - internal/dev-entrypoint/artifact-runtime.mjs - - scripts/artifact-publish.mjs - - scripts/src/dev-artifact-services.mjs envReuse: enabled: true mode: env-reuse-git-mirror-checkout @@ -82,8 +76,6 @@ spec: - go.sum - deploy/runtime/launcher/hwlab-env-reuse-launcher.ts - internal/dev-entrypoint/artifact-runtime.mjs - - scripts/artifact-publish.mjs - - scripts/src/dev-artifact-services.mjs hwlab-user-billing: runtimeReuse: enabled: true @@ -100,8 +92,6 @@ spec: - go.sum - deploy/runtime/launcher/hwlab-env-reuse-launcher.ts - internal/dev-entrypoint/artifact-runtime.mjs - - scripts/artifact-publish.mjs - - scripts/src/dev-artifact-services.mjs envReuse: enabled: true mode: env-reuse-git-mirror-checkout @@ -111,8 +101,6 @@ spec: - go.sum - deploy/runtime/launcher/hwlab-env-reuse-launcher.ts - internal/dev-entrypoint/artifact-runtime.mjs - - scripts/artifact-publish.mjs - - scripts/src/dev-artifact-services.mjs hwlab-project-management: runtimeReuse: enabled: true @@ -128,8 +116,6 @@ spec: - package-lock.json - deploy/runtime/launcher/hwlab-env-reuse-launcher.ts - internal/dev-entrypoint/artifact-runtime.mjs - - scripts/artifact-publish.mjs - - scripts/src/dev-artifact-services.mjs envReuse: enabled: true mode: env-reuse-git-mirror-checkout @@ -139,8 +125,6 @@ spec: - package-lock.json - deploy/runtime/launcher/hwlab-env-reuse-launcher.ts - internal/dev-entrypoint/artifact-runtime.mjs - - scripts/artifact-publish.mjs - - scripts/src/dev-artifact-services.mjs hwlab-cloud-web: runtimeReuse: enabled: true @@ -159,8 +143,6 @@ spec: - package-lock.json - deploy/runtime/launcher/hwlab-env-reuse-launcher.ts - internal/dev-entrypoint/artifact-runtime.mjs - - scripts/artifact-publish.mjs - - scripts/src/dev-artifact-services.mjs envReuse: enabled: true mode: env-reuse-git-mirror-checkout @@ -170,8 +152,6 @@ spec: - package-lock.json - deploy/runtime/launcher/hwlab-env-reuse-launcher.ts - internal/dev-entrypoint/artifact-runtime.mjs - - scripts/artifact-publish.mjs - - scripts/src/dev-artifact-services.mjs hwlab-gateway: runtimeReuse: enabled: true @@ -186,8 +166,6 @@ spec: - package-lock.json - deploy/runtime/launcher/hwlab-env-reuse-launcher.ts - internal/dev-entrypoint/artifact-runtime.mjs - - scripts/artifact-publish.mjs - - scripts/src/dev-artifact-services.mjs envReuse: enabled: true mode: env-reuse-git-mirror-checkout @@ -197,8 +175,6 @@ spec: - package-lock.json - deploy/runtime/launcher/hwlab-env-reuse-launcher.ts - internal/dev-entrypoint/artifact-runtime.mjs - - scripts/artifact-publish.mjs - - scripts/src/dev-artifact-services.mjs hwlab-edge-proxy: runtimeReuse: enabled: true @@ -213,8 +189,6 @@ spec: - package-lock.json - deploy/runtime/launcher/hwlab-env-reuse-launcher.ts - internal/dev-entrypoint/artifact-runtime.mjs - - scripts/artifact-publish.mjs - - scripts/src/dev-artifact-services.mjs envReuse: enabled: true mode: env-reuse-git-mirror-checkout @@ -224,8 +198,6 @@ spec: - package-lock.json - deploy/runtime/launcher/hwlab-env-reuse-launcher.ts - internal/dev-entrypoint/artifact-runtime.mjs - - scripts/artifact-publish.mjs - - scripts/src/dev-artifact-services.mjs hwlab-agent-skills: runtimeReuse: enabled: true @@ -239,8 +211,6 @@ spec: - package-lock.json - deploy/runtime/launcher/hwlab-env-reuse-launcher.ts - internal/dev-entrypoint/artifact-runtime.mjs - - scripts/artifact-publish.mjs - - scripts/src/dev-artifact-services.mjs envReuse: enabled: true mode: env-reuse-git-mirror-checkout @@ -250,5 +220,3 @@ spec: - package-lock.json - deploy/runtime/launcher/hwlab-env-reuse-launcher.ts - internal/dev-entrypoint/artifact-runtime.mjs - - scripts/artifact-publish.mjs - - scripts/src/dev-artifact-services.mjs diff --git a/scripts/ci-plan.test.mjs b/scripts/ci-plan.test.mjs index 78a6a588..e55dc62b 100644 --- a/scripts/ci-plan.test.mjs +++ b/scripts/ci-plan.test.mjs @@ -1315,9 +1315,7 @@ function createDeployFixture({ serviceIds = V02_RUNTIME_SERVICE_IDS } = {}) { launcherPath: "deploy/runtime/launcher/hwlab-env-reuse-launcher.ts", runtimeNodeModulesPath: "/opt/hwlab-env/node_modules", additionalEnvPaths: [ - "internal/dev-entrypoint/artifact-runtime.mjs", - "scripts/artifact-publish.mjs", - "scripts/src/dev-artifact-services.mjs" + "internal/dev-entrypoint/artifact-runtime.mjs" ], hwpodAliases: [ { command: "hwpod", script: "tools/hwpod-cli.ts" },