Merge pull request #2406 from pikasTech/fix/ci-env-identity-narrow
fix: keep ci tools out of env reuse identity
This commit is contained in:
@@ -244,8 +244,6 @@ lanes:
|
|||||||
runtimeNodeModulesPath: /opt/hwlab-env/node_modules
|
runtimeNodeModulesPath: /opt/hwlab-env/node_modules
|
||||||
additionalEnvPaths:
|
additionalEnvPaths:
|
||||||
- internal/dev-entrypoint/artifact-runtime.mjs
|
- internal/dev-entrypoint/artifact-runtime.mjs
|
||||||
- scripts/artifact-publish.mjs
|
|
||||||
- scripts/src/dev-artifact-services.mjs
|
|
||||||
hwpodAliases:
|
hwpodAliases:
|
||||||
- command: hwpod
|
- command: hwpod
|
||||||
script: tools/hwpod-cli.ts
|
script: tools/hwpod-cli.ts
|
||||||
@@ -690,8 +688,6 @@ lanes:
|
|||||||
goToolchain: local
|
goToolchain: local
|
||||||
additionalEnvPaths:
|
additionalEnvPaths:
|
||||||
- internal/dev-entrypoint/artifact-runtime.mjs
|
- internal/dev-entrypoint/artifact-runtime.mjs
|
||||||
- scripts/artifact-publish.mjs
|
|
||||||
- scripts/src/dev-artifact-services.mjs
|
|
||||||
hwpodAliases:
|
hwpodAliases:
|
||||||
- command: hwpod
|
- command: hwpod
|
||||||
script: tools/hwpod-cli.ts
|
script: tools/hwpod-cli.ts
|
||||||
|
|||||||
@@ -42,8 +42,6 @@ spec:
|
|||||||
- package-lock.json
|
- package-lock.json
|
||||||
- deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
|
- deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
|
||||||
- internal/dev-entrypoint/artifact-runtime.mjs
|
- internal/dev-entrypoint/artifact-runtime.mjs
|
||||||
- scripts/artifact-publish.mjs
|
|
||||||
- scripts/src/dev-artifact-services.mjs
|
|
||||||
envReuse:
|
envReuse:
|
||||||
enabled: true
|
enabled: true
|
||||||
mode: env-reuse-git-mirror-checkout
|
mode: env-reuse-git-mirror-checkout
|
||||||
@@ -53,8 +51,6 @@ spec:
|
|||||||
- package-lock.json
|
- package-lock.json
|
||||||
- deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
|
- deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
|
||||||
- internal/dev-entrypoint/artifact-runtime.mjs
|
- internal/dev-entrypoint/artifact-runtime.mjs
|
||||||
- scripts/artifact-publish.mjs
|
|
||||||
- scripts/src/dev-artifact-services.mjs
|
|
||||||
hwlab-workbench-runtime:
|
hwlab-workbench-runtime:
|
||||||
runtimeReuse:
|
runtimeReuse:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -71,8 +67,6 @@ spec:
|
|||||||
- go.sum
|
- go.sum
|
||||||
- deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
|
- deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
|
||||||
- internal/dev-entrypoint/artifact-runtime.mjs
|
- internal/dev-entrypoint/artifact-runtime.mjs
|
||||||
- scripts/artifact-publish.mjs
|
|
||||||
- scripts/src/dev-artifact-services.mjs
|
|
||||||
envReuse:
|
envReuse:
|
||||||
enabled: true
|
enabled: true
|
||||||
mode: env-reuse-git-mirror-checkout
|
mode: env-reuse-git-mirror-checkout
|
||||||
@@ -82,8 +76,6 @@ spec:
|
|||||||
- go.sum
|
- go.sum
|
||||||
- deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
|
- deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
|
||||||
- internal/dev-entrypoint/artifact-runtime.mjs
|
- internal/dev-entrypoint/artifact-runtime.mjs
|
||||||
- scripts/artifact-publish.mjs
|
|
||||||
- scripts/src/dev-artifact-services.mjs
|
|
||||||
hwlab-user-billing:
|
hwlab-user-billing:
|
||||||
runtimeReuse:
|
runtimeReuse:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -100,8 +92,6 @@ spec:
|
|||||||
- go.sum
|
- go.sum
|
||||||
- deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
|
- deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
|
||||||
- internal/dev-entrypoint/artifact-runtime.mjs
|
- internal/dev-entrypoint/artifact-runtime.mjs
|
||||||
- scripts/artifact-publish.mjs
|
|
||||||
- scripts/src/dev-artifact-services.mjs
|
|
||||||
envReuse:
|
envReuse:
|
||||||
enabled: true
|
enabled: true
|
||||||
mode: env-reuse-git-mirror-checkout
|
mode: env-reuse-git-mirror-checkout
|
||||||
@@ -111,8 +101,6 @@ spec:
|
|||||||
- go.sum
|
- go.sum
|
||||||
- deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
|
- deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
|
||||||
- internal/dev-entrypoint/artifact-runtime.mjs
|
- internal/dev-entrypoint/artifact-runtime.mjs
|
||||||
- scripts/artifact-publish.mjs
|
|
||||||
- scripts/src/dev-artifact-services.mjs
|
|
||||||
hwlab-project-management:
|
hwlab-project-management:
|
||||||
runtimeReuse:
|
runtimeReuse:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -128,8 +116,6 @@ spec:
|
|||||||
- package-lock.json
|
- package-lock.json
|
||||||
- deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
|
- deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
|
||||||
- internal/dev-entrypoint/artifact-runtime.mjs
|
- internal/dev-entrypoint/artifact-runtime.mjs
|
||||||
- scripts/artifact-publish.mjs
|
|
||||||
- scripts/src/dev-artifact-services.mjs
|
|
||||||
envReuse:
|
envReuse:
|
||||||
enabled: true
|
enabled: true
|
||||||
mode: env-reuse-git-mirror-checkout
|
mode: env-reuse-git-mirror-checkout
|
||||||
@@ -139,8 +125,6 @@ spec:
|
|||||||
- package-lock.json
|
- package-lock.json
|
||||||
- deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
|
- deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
|
||||||
- internal/dev-entrypoint/artifact-runtime.mjs
|
- internal/dev-entrypoint/artifact-runtime.mjs
|
||||||
- scripts/artifact-publish.mjs
|
|
||||||
- scripts/src/dev-artifact-services.mjs
|
|
||||||
hwlab-cloud-web:
|
hwlab-cloud-web:
|
||||||
runtimeReuse:
|
runtimeReuse:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -159,8 +143,6 @@ spec:
|
|||||||
- package-lock.json
|
- package-lock.json
|
||||||
- deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
|
- deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
|
||||||
- internal/dev-entrypoint/artifact-runtime.mjs
|
- internal/dev-entrypoint/artifact-runtime.mjs
|
||||||
- scripts/artifact-publish.mjs
|
|
||||||
- scripts/src/dev-artifact-services.mjs
|
|
||||||
envReuse:
|
envReuse:
|
||||||
enabled: true
|
enabled: true
|
||||||
mode: env-reuse-git-mirror-checkout
|
mode: env-reuse-git-mirror-checkout
|
||||||
@@ -170,8 +152,6 @@ spec:
|
|||||||
- package-lock.json
|
- package-lock.json
|
||||||
- deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
|
- deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
|
||||||
- internal/dev-entrypoint/artifact-runtime.mjs
|
- internal/dev-entrypoint/artifact-runtime.mjs
|
||||||
- scripts/artifact-publish.mjs
|
|
||||||
- scripts/src/dev-artifact-services.mjs
|
|
||||||
hwlab-gateway:
|
hwlab-gateway:
|
||||||
runtimeReuse:
|
runtimeReuse:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -186,8 +166,6 @@ spec:
|
|||||||
- package-lock.json
|
- package-lock.json
|
||||||
- deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
|
- deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
|
||||||
- internal/dev-entrypoint/artifact-runtime.mjs
|
- internal/dev-entrypoint/artifact-runtime.mjs
|
||||||
- scripts/artifact-publish.mjs
|
|
||||||
- scripts/src/dev-artifact-services.mjs
|
|
||||||
envReuse:
|
envReuse:
|
||||||
enabled: true
|
enabled: true
|
||||||
mode: env-reuse-git-mirror-checkout
|
mode: env-reuse-git-mirror-checkout
|
||||||
@@ -197,8 +175,6 @@ spec:
|
|||||||
- package-lock.json
|
- package-lock.json
|
||||||
- deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
|
- deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
|
||||||
- internal/dev-entrypoint/artifact-runtime.mjs
|
- internal/dev-entrypoint/artifact-runtime.mjs
|
||||||
- scripts/artifact-publish.mjs
|
|
||||||
- scripts/src/dev-artifact-services.mjs
|
|
||||||
hwlab-edge-proxy:
|
hwlab-edge-proxy:
|
||||||
runtimeReuse:
|
runtimeReuse:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -213,8 +189,6 @@ spec:
|
|||||||
- package-lock.json
|
- package-lock.json
|
||||||
- deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
|
- deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
|
||||||
- internal/dev-entrypoint/artifact-runtime.mjs
|
- internal/dev-entrypoint/artifact-runtime.mjs
|
||||||
- scripts/artifact-publish.mjs
|
|
||||||
- scripts/src/dev-artifact-services.mjs
|
|
||||||
envReuse:
|
envReuse:
|
||||||
enabled: true
|
enabled: true
|
||||||
mode: env-reuse-git-mirror-checkout
|
mode: env-reuse-git-mirror-checkout
|
||||||
@@ -224,8 +198,6 @@ spec:
|
|||||||
- package-lock.json
|
- package-lock.json
|
||||||
- deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
|
- deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
|
||||||
- internal/dev-entrypoint/artifact-runtime.mjs
|
- internal/dev-entrypoint/artifact-runtime.mjs
|
||||||
- scripts/artifact-publish.mjs
|
|
||||||
- scripts/src/dev-artifact-services.mjs
|
|
||||||
hwlab-agent-skills:
|
hwlab-agent-skills:
|
||||||
runtimeReuse:
|
runtimeReuse:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -239,8 +211,6 @@ spec:
|
|||||||
- package-lock.json
|
- package-lock.json
|
||||||
- deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
|
- deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
|
||||||
- internal/dev-entrypoint/artifact-runtime.mjs
|
- internal/dev-entrypoint/artifact-runtime.mjs
|
||||||
- scripts/artifact-publish.mjs
|
|
||||||
- scripts/src/dev-artifact-services.mjs
|
|
||||||
envReuse:
|
envReuse:
|
||||||
enabled: true
|
enabled: true
|
||||||
mode: env-reuse-git-mirror-checkout
|
mode: env-reuse-git-mirror-checkout
|
||||||
@@ -250,5 +220,3 @@ spec:
|
|||||||
- package-lock.json
|
- package-lock.json
|
||||||
- deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
|
- deploy/runtime/launcher/hwlab-env-reuse-launcher.ts
|
||||||
- internal/dev-entrypoint/artifact-runtime.mjs
|
- internal/dev-entrypoint/artifact-runtime.mjs
|
||||||
- scripts/artifact-publish.mjs
|
|
||||||
- scripts/src/dev-artifact-services.mjs
|
|
||||||
|
|||||||
@@ -1315,9 +1315,7 @@ function createDeployFixture({ serviceIds = V02_RUNTIME_SERVICE_IDS } = {}) {
|
|||||||
launcherPath: "deploy/runtime/launcher/hwlab-env-reuse-launcher.ts",
|
launcherPath: "deploy/runtime/launcher/hwlab-env-reuse-launcher.ts",
|
||||||
runtimeNodeModulesPath: "/opt/hwlab-env/node_modules",
|
runtimeNodeModulesPath: "/opt/hwlab-env/node_modules",
|
||||||
additionalEnvPaths: [
|
additionalEnvPaths: [
|
||||||
"internal/dev-entrypoint/artifact-runtime.mjs",
|
"internal/dev-entrypoint/artifact-runtime.mjs"
|
||||||
"scripts/artifact-publish.mjs",
|
|
||||||
"scripts/src/dev-artifact-services.mjs"
|
|
||||||
],
|
],
|
||||||
hwpodAliases: [
|
hwpodAliases: [
|
||||||
{ command: "hwpod", script: "tools/hwpod-cli.ts" },
|
{ command: "hwpod", script: "tools/hwpod-cli.ts" },
|
||||||
|
|||||||
Reference in New Issue
Block a user