refactor: variableize yaml lane node naming
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
version: 1
|
||||
kind: HwlabFakeModelProvider
|
||||
metadata:
|
||||
id: d518-v03-fake-echo
|
||||
owner: UniDesk
|
||||
issue: 1190
|
||||
provider:
|
||||
id: fake-echo
|
||||
enabled: true
|
||||
mode: responses-echo
|
||||
target:
|
||||
node: D518
|
||||
lane: v03
|
||||
agentrunLane: d518-v02
|
||||
configRefs:
|
||||
runtime: config/hwlab-fake-model-provider/runtime.d518-v03.yaml#provider.runtime
|
||||
secrets: config/hwlab-fake-model-provider/secrets.d518-v03.yaml#provider.secrets
|
||||
profile: config/hwlab-fake-model-provider/profile.fake-echo.d518-v03.yaml#provider.profile
|
||||
@@ -0,0 +1,18 @@
|
||||
version: 1
|
||||
kind: HwlabFakeModelProvider
|
||||
metadata:
|
||||
id: fake-echo
|
||||
owner: UniDesk
|
||||
issue: 1190
|
||||
provider:
|
||||
id: fake-echo
|
||||
enabled: true
|
||||
mode: responses-echo
|
||||
target:
|
||||
node: NC01
|
||||
lane: v03
|
||||
agentrunLane: nc01-v02
|
||||
configRefs:
|
||||
runtime: config/hwlab-fake-model-provider/runtime.fake-echo.yaml#provider.runtime
|
||||
secrets: config/hwlab-fake-model-provider/secrets.fake-echo.yaml#provider.secrets
|
||||
profile: config/hwlab-fake-model-provider/profile.fake-echo.yaml#provider.profile
|
||||
+6
-6
@@ -1,24 +1,24 @@
|
||||
version: 1
|
||||
kind: HwlabFakeModelProviderProfile
|
||||
metadata:
|
||||
id: d518-v03-fake-echo-profile
|
||||
id: fake-echo-profile
|
||||
owner: UniDesk
|
||||
issue: 1190
|
||||
provider:
|
||||
profile:
|
||||
name: fake-echo
|
||||
agentrun:
|
||||
node: D518
|
||||
lane: d518-v02
|
||||
configRef: config/agentrun.yaml#controlPlane.lanes.d518-v02
|
||||
node: NC01
|
||||
lane: nc01-v02
|
||||
configRef: config/agentrun.yaml#controlPlane.lanes.nc01-v02
|
||||
providerCredential:
|
||||
namespace: agentrun-v02
|
||||
secretName: agentrun-v02-provider-fake-echo
|
||||
keys:
|
||||
- auth.json
|
||||
- config.toml
|
||||
authJsonSourceRef: agentrun/d518-v02-provider-fake-echo-auth.json
|
||||
configTomlSourceRef: agentrun/d518-v02-provider-fake-echo-config.toml
|
||||
authJsonSourceRef: agentrun/nc01-v02-provider-fake-echo-auth.json
|
||||
configTomlSourceRef: agentrun/nc01-v02-provider-fake-echo-config.toml
|
||||
codexConfig:
|
||||
model: fake-echo
|
||||
modelProvider: fake
|
||||
+3
-3
@@ -1,15 +1,15 @@
|
||||
version: 1
|
||||
kind: HwlabFakeModelProviderRuntime
|
||||
metadata:
|
||||
id: d518-v03-fake-model-provider-runtime
|
||||
id: fake-model-provider-runtime
|
||||
owner: UniDesk
|
||||
issue: 1190
|
||||
provider:
|
||||
runtime:
|
||||
target:
|
||||
node: D518
|
||||
node: NC01
|
||||
lane: v03
|
||||
agentrunLane: d518-v02
|
||||
agentrunLane: nc01-v02
|
||||
namespace: agentrun-v02
|
||||
serviceAccountName: default
|
||||
deploymentName: hwlab-fake-model-provider
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
kind: HwlabFakeModelProviderSecrets
|
||||
metadata:
|
||||
id: d518-v03-fake-model-provider-secrets
|
||||
id: fake-model-provider-secrets
|
||||
owner: UniDesk
|
||||
issue: 1190
|
||||
provider:
|
||||
+2
-2
@@ -1,13 +1,13 @@
|
||||
version: 1
|
||||
kind: HwlabGatewayProfileConfig
|
||||
metadata:
|
||||
name: constart-71freq-d601-v03
|
||||
name: constart-71freq
|
||||
spec: PJ2026-01010305
|
||||
implementationRef: draft-2026-06-26-71freq-v03-hwpod-preinstall
|
||||
|
||||
gateway:
|
||||
profile:
|
||||
id: constart-71freq-d601-v03
|
||||
id: constart-71freq
|
||||
node: D601
|
||||
lane: v03
|
||||
cloudUrl: https://hwlab.pikapython.com
|
||||
@@ -48,7 +48,7 @@ hwpodPreinstall:
|
||||
endpoints:
|
||||
- id: hwpod-node-ops
|
||||
kind: hwpod-node-ops
|
||||
endpointRef: config/hwlab-gateway/constart-71freq-d601-v03.yaml#gateway.profile.nodeOps.publicUrl
|
||||
endpointRef: config/hwlab-gateway/constart-71freq.yaml#gateway.profile.nodeOps.publicUrl
|
||||
- id: freq71
|
||||
kind: jsonrpc-tcp
|
||||
host: 192.168.0.154
|
||||
@@ -113,7 +113,7 @@ hwpodPreinstall:
|
||||
endpoints:
|
||||
hwpod-node-ops:
|
||||
kind: hwpod-node-ops
|
||||
endpointRef: config/hwlab-gateway/constart-71freq-d601-v03.yaml#gateway.profile.nodeOps.publicUrl
|
||||
endpointRef: config/hwlab-gateway/constart-71freq.yaml#gateway.profile.nodeOps.publicUrl
|
||||
freq71:
|
||||
kind: jsonrpc-tcp
|
||||
host: 192.168.0.154
|
||||
|
||||
@@ -25,7 +25,7 @@ projectManagement:
|
||||
write: true
|
||||
reindex: true
|
||||
launchWorkbench: true
|
||||
hwpodNodeOpsUrlConfigRef: config/hwlab-gateway/constart-71freq-d601-v03.yaml#gateway.profile.nodeOps.serviceUrl
|
||||
hwpodNodeOpsUrlConfigRef: config/hwlab-gateway/constart-71freq.yaml#gateway.profile.nodeOps.serviceUrl
|
||||
runtimeEnv:
|
||||
envKey: HWLAB_PROJECT_MANAGEMENT_HWPOD_NODE_OPS_URL
|
||||
targetServiceId: hwlab-project-management
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
kind: HwlabWebProbeSentinelCicd
|
||||
metadata:
|
||||
id: d601-v03-web-probe-sentinel-auth-session-switch-cicd
|
||||
id: web-probe-sentinel-auth-session-switch-cicd
|
||||
owner: UniDesk
|
||||
specRef: PJ2026-01060508
|
||||
sentinel:
|
||||
@@ -50,7 +50,7 @@ sentinel:
|
||||
repository: 127.0.0.1:5000/hwlab/web-probe-sentinel-auth-switch
|
||||
tagSource: source-commit
|
||||
baseImageRef: config/hwlab-node-control-plane.yaml#targets[0].tekton.toolsImage.output
|
||||
envRecipeRef: config/hwlab-web-probe-sentinel/runtime.auth-session-switch.d601-v03.yaml#sentinel.runtime
|
||||
envRecipeRef: config/hwlab-web-probe-sentinel/runtime.auth-session-switch.yaml#sentinel.runtime
|
||||
maintenance:
|
||||
startCommand: sentinel maintenance start
|
||||
stopCommand: sentinel maintenance stop
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
kind: HwlabWebProbeSentinelCicd
|
||||
metadata:
|
||||
id: d518-v03-web-probe-sentinel-fake-echo-cicd
|
||||
id: web-probe-sentinel-fake-echo-cicd
|
||||
owner: UniDesk
|
||||
specRef: PJ2026-01060508
|
||||
issue: 1190
|
||||
@@ -51,7 +51,7 @@ sentinel:
|
||||
repository: 127.0.0.1:5000/hwlab/web-probe-sentinel
|
||||
tagSource: source-commit
|
||||
baseImageRef: config/hwlab-node-control-plane.yaml#targets[1].tekton.toolsImage.output
|
||||
envRecipeRef: config/hwlab-web-probe-sentinel/runtime.fake-echo.d518-v03.yaml#sentinel.runtime
|
||||
envRecipeRef: config/hwlab-web-probe-sentinel/runtime.fake-echo.yaml#sentinel.runtime
|
||||
maintenance:
|
||||
startCommand: sentinel maintenance start
|
||||
stopCommand: sentinel maintenance stop
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
kind: HwlabWebProbeSentinelCicd
|
||||
metadata:
|
||||
id: d601-v03-web-probe-sentinel-mdtodo-cicd
|
||||
id: web-probe-sentinel-mdtodo-cicd
|
||||
owner: UniDesk
|
||||
specRef: PJ2026-01060508
|
||||
sentinel:
|
||||
@@ -50,7 +50,7 @@ sentinel:
|
||||
repository: 127.0.0.1:5000/hwlab/web-probe-sentinel-mdtodo
|
||||
tagSource: source-commit
|
||||
baseImageRef: config/hwlab-node-control-plane.yaml#targets[0].tekton.toolsImage.output
|
||||
envRecipeRef: config/hwlab-web-probe-sentinel/runtime.mdtodo.d601-v03.yaml#sentinel.runtime
|
||||
envRecipeRef: config/hwlab-web-probe-sentinel/runtime.mdtodo.yaml#sentinel.runtime
|
||||
maintenance:
|
||||
startCommand: sentinel maintenance start
|
||||
stopCommand: sentinel maintenance stop
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
kind: HwlabWebProbeSentinelCicd
|
||||
metadata:
|
||||
id: d518-v03-web-probe-sentinel-cicd
|
||||
id: web-probe-sentinel-workbench-dsflash-go-secondary-cicd
|
||||
owner: UniDesk
|
||||
specRef: PJ2026-01060508
|
||||
sentinel:
|
||||
@@ -50,7 +50,7 @@ sentinel:
|
||||
repository: 127.0.0.1:5000/hwlab/web-probe-sentinel
|
||||
tagSource: source-commit
|
||||
baseImageRef: config/hwlab-node-control-plane.yaml#targets[1].tekton.toolsImage.output
|
||||
envRecipeRef: config/hwlab-web-probe-sentinel/runtime.d518-v03.yaml#sentinel.runtime
|
||||
envRecipeRef: config/hwlab-web-probe-sentinel/runtime.workbench-dsflash-go-secondary.yaml#sentinel.runtime
|
||||
maintenance:
|
||||
startCommand: sentinel maintenance start
|
||||
stopCommand: sentinel maintenance stop
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
kind: HwlabWebProbeSentinelCicd
|
||||
metadata:
|
||||
id: d601-v03-web-probe-sentinel-cicd
|
||||
id: web-probe-sentinel-workbench-dsflash-go-cicd
|
||||
owner: UniDesk
|
||||
specRef: PJ2026-01060508
|
||||
sentinel:
|
||||
@@ -50,7 +50,7 @@ sentinel:
|
||||
repository: 127.0.0.1:5000/hwlab/web-probe-sentinel
|
||||
tagSource: source-commit
|
||||
baseImageRef: config/hwlab-node-control-plane.yaml#targets[0].tekton.toolsImage.output
|
||||
envRecipeRef: config/hwlab-web-probe-sentinel/runtime.d601-v03.yaml#sentinel.runtime
|
||||
envRecipeRef: config/hwlab-web-probe-sentinel/runtime.workbench-dsflash-go.yaml#sentinel.runtime
|
||||
maintenance:
|
||||
startCommand: sentinel maintenance start
|
||||
stopCommand: sentinel maintenance stop
|
||||
@@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
kind: HwlabWebProbeSentinelPromptSet
|
||||
metadata:
|
||||
id: d601-v03-web-probe-sentinel-auth-session-switch-prompt-set
|
||||
id: web-probe-sentinel-auth-session-switch-prompt-set
|
||||
owner: UniDesk
|
||||
specRef: PJ2026-01060508
|
||||
sentinel:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
kind: HwlabWebProbeSentinelPromptSet
|
||||
metadata:
|
||||
id: d601-v03-web-probe-sentinel-prompt-set
|
||||
id: web-probe-sentinel-dsflash-go-prompt-set
|
||||
owner: UniDesk
|
||||
specRef: PJ2026-01060508
|
||||
sentinel:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
kind: HwlabWebProbeSentinelPromptSet
|
||||
metadata:
|
||||
id: d518-v03-web-probe-sentinel-fake-echo-prompt-set
|
||||
id: web-probe-sentinel-fake-echo-prompt-set
|
||||
owner: UniDesk
|
||||
specRef: PJ2026-01060508
|
||||
issue: 1190
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
kind: HwlabWebProbeSentinelPublicExposure
|
||||
metadata:
|
||||
id: d601-v03-web-probe-sentinel-auth-session-switch-public-exposure
|
||||
id: web-probe-sentinel-auth-session-switch-public-exposure
|
||||
owner: UniDesk
|
||||
specRef: PJ2026-01060508
|
||||
sentinel:
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
kind: HwlabWebProbeSentinelPublicExposure
|
||||
metadata:
|
||||
id: d518-v03-web-probe-sentinel-fake-echo-public-exposure
|
||||
id: web-probe-sentinel-fake-echo-public-exposure
|
||||
owner: UniDesk
|
||||
specRef: PJ2026-01060508
|
||||
issue: 1190
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
kind: HwlabWebProbeSentinelPublicExposure
|
||||
metadata:
|
||||
id: d601-v03-web-probe-sentinel-mdtodo-public-exposure
|
||||
id: web-probe-sentinel-mdtodo-public-exposure
|
||||
owner: UniDesk
|
||||
specRef: PJ2026-01060508
|
||||
sentinel:
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
kind: HwlabWebProbeSentinelPublicExposure
|
||||
metadata:
|
||||
id: d518-v03-web-probe-sentinel-public-exposure
|
||||
id: web-probe-sentinel-workbench-dsflash-go-secondary-public-exposure
|
||||
owner: UniDesk
|
||||
specRef: PJ2026-01060508
|
||||
sentinel:
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
kind: HwlabWebProbeSentinelPublicExposure
|
||||
metadata:
|
||||
id: d601-v03-web-probe-sentinel-public-exposure
|
||||
id: web-probe-sentinel-workbench-dsflash-go-public-exposure
|
||||
owner: UniDesk
|
||||
specRef: PJ2026-01060508
|
||||
sentinel:
|
||||
@@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
kind: HwlabWebProbeSentinelReportViews
|
||||
metadata:
|
||||
id: d601-v03-web-probe-sentinel-auth-session-switch-report-views
|
||||
id: web-probe-sentinel-auth-session-switch-report-views
|
||||
owner: UniDesk
|
||||
specRef: PJ2026-01060508
|
||||
sentinel:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
kind: HwlabWebProbeSentinelReportViews
|
||||
metadata:
|
||||
id: d601-v03-web-probe-sentinel-report-views
|
||||
id: web-probe-sentinel-report-views
|
||||
owner: UniDesk
|
||||
specRef: PJ2026-01060508
|
||||
sentinel:
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
kind: HwlabWebProbeSentinelRuntime
|
||||
metadata:
|
||||
id: d601-v03-web-probe-sentinel-auth-session-switch-runtime
|
||||
id: web-probe-sentinel-auth-session-switch-runtime
|
||||
owner: UniDesk
|
||||
specRef: PJ2026-01060508
|
||||
sentinel:
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
kind: HwlabWebProbeSentinelRuntime
|
||||
metadata:
|
||||
id: d518-v03-web-probe-sentinel-fake-echo-runtime
|
||||
id: web-probe-sentinel-fake-echo-runtime
|
||||
owner: UniDesk
|
||||
specRef: PJ2026-01060508
|
||||
issue: 1206
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
kind: HwlabWebProbeSentinelRuntime
|
||||
metadata:
|
||||
id: d601-v03-web-probe-sentinel-mdtodo-runtime
|
||||
id: web-probe-sentinel-mdtodo-runtime
|
||||
owner: UniDesk
|
||||
specRef: PJ2026-01060508
|
||||
sentinel:
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
kind: HwlabWebProbeSentinelRuntime
|
||||
metadata:
|
||||
id: d518-v03-web-probe-sentinel-dsflash-runtime
|
||||
id: web-probe-sentinel-workbench-dsflash-go-secondary-runtime
|
||||
owner: UniDesk
|
||||
specRef: PJ2026-01060508
|
||||
sentinel:
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
kind: HwlabWebProbeSentinelRuntime
|
||||
metadata:
|
||||
id: d601-v03-web-probe-sentinel-runtime
|
||||
id: web-probe-sentinel-workbench-dsflash-go-runtime
|
||||
owner: UniDesk
|
||||
specRef: PJ2026-01060508
|
||||
sentinel:
|
||||
@@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
kind: HwlabWebProbeSentinelScenarios
|
||||
metadata:
|
||||
id: d518-v03-web-probe-sentinel-fake-echo-scenarios
|
||||
id: web-probe-sentinel-fake-echo-scenarios
|
||||
owner: UniDesk
|
||||
specRef: PJ2026-01060508
|
||||
issue: 1190
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
kind: HwlabWebProbeSentinelScenarios
|
||||
metadata:
|
||||
id: d601-v03-web-probe-sentinel-mdtodo-scenarios
|
||||
id: web-probe-sentinel-mdtodo-scenarios
|
||||
owner: UniDesk
|
||||
specRef: PJ2026-01060508
|
||||
sentinel:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
kind: HwlabWebProbeSentinelScenarios
|
||||
metadata:
|
||||
id: d601-v03-web-probe-sentinel-scenarios
|
||||
id: web-probe-sentinel-workbench-scenarios
|
||||
owner: UniDesk
|
||||
specRef: PJ2026-01060508
|
||||
sentinel:
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
kind: HwlabWebProbeSentinelSecrets
|
||||
metadata:
|
||||
id: d601-v03-web-probe-sentinel-auth-session-switch-secrets
|
||||
id: web-probe-sentinel-auth-session-switch-secrets
|
||||
owner: UniDesk
|
||||
specRef: PJ2026-01060508
|
||||
sentinel:
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
kind: HwlabWebProbeSentinelSecrets
|
||||
metadata:
|
||||
id: d518-v03-web-probe-sentinel-fake-echo-secrets
|
||||
id: web-probe-sentinel-fake-echo-secrets
|
||||
owner: UniDesk
|
||||
specRef: PJ2026-01060508
|
||||
issue: 1190
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
kind: HwlabWebProbeSentinelSecrets
|
||||
metadata:
|
||||
id: d601-v03-web-probe-sentinel-mdtodo-secrets
|
||||
id: web-probe-sentinel-mdtodo-secrets
|
||||
owner: UniDesk
|
||||
specRef: PJ2026-01060508
|
||||
sentinel:
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
kind: HwlabWebProbeSentinelSecrets
|
||||
metadata:
|
||||
id: d518-v03-web-probe-sentinel-secrets
|
||||
id: web-probe-sentinel-workbench-dsflash-go-secondary-secrets
|
||||
owner: UniDesk
|
||||
specRef: PJ2026-01060508
|
||||
sentinel:
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
kind: HwlabWebProbeSentinelSecrets
|
||||
metadata:
|
||||
id: d601-v03-web-probe-sentinel-secrets
|
||||
id: web-probe-sentinel-workbench-dsflash-go-secrets
|
||||
owner: UniDesk
|
||||
specRef: PJ2026-01060508
|
||||
sentinel:
|
||||
@@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
kind: HwlabWebProbeSentinelWorkflow
|
||||
metadata:
|
||||
id: d601-v03-web-probe-sentinel-auth-session-switch-workflow
|
||||
id: web-probe-sentinel-auth-session-switch-workflow
|
||||
owner: UniDesk
|
||||
specRef: PJ2026-01060508
|
||||
sentinel:
|
||||
|
||||
+5
-5
@@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
kind: HwlabWebProbeSentinel
|
||||
metadata:
|
||||
id: d601-v03-mdtodo-visual-regression
|
||||
id: mdtodo-visual-regression
|
||||
owner: UniDesk
|
||||
specRef: PJ2026-01060508
|
||||
sentinel:
|
||||
@@ -9,10 +9,10 @@ sentinel:
|
||||
enabled: true
|
||||
mode: web-probe-observe-wrapper
|
||||
configRefs:
|
||||
runtime: config/hwlab-web-probe-sentinel/runtime.mdtodo.d601-v03.yaml#sentinel.runtime
|
||||
runtime: config/hwlab-web-probe-sentinel/runtime.mdtodo.yaml#sentinel.runtime
|
||||
scenarios: config/hwlab-web-probe-sentinel/scenarios.mdtodo.yaml#sentinel.scenarios
|
||||
promptSet: config/hwlab-web-probe-sentinel/prompt-set.dsflash-go.yaml#sentinel.promptSet
|
||||
reportViews: config/hwlab-web-probe-sentinel/report-views.yaml#sentinel.reportViews
|
||||
publicExposure: config/hwlab-web-probe-sentinel/public-exposure.mdtodo.d601-v03.yaml#sentinel.publicExposure
|
||||
cicd: config/hwlab-web-probe-sentinel/cicd.mdtodo.d601-v03.yaml#sentinel.cicd
|
||||
secrets: config/hwlab-web-probe-sentinel/secrets.mdtodo.d601-v03.yaml#sentinel.secrets
|
||||
publicExposure: config/hwlab-web-probe-sentinel/public-exposure.mdtodo.yaml#sentinel.publicExposure
|
||||
cicd: config/hwlab-web-probe-sentinel/cicd.mdtodo.yaml#sentinel.cicd
|
||||
secrets: config/hwlab-web-probe-sentinel/secrets.mdtodo.yaml#sentinel.secrets
|
||||
+5
-5
@@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
kind: HwlabWebProbeSentinel
|
||||
metadata:
|
||||
id: d601-v03-workbench-auth-session-switch-2users
|
||||
id: workbench-auth-session-switch-2users
|
||||
owner: UniDesk
|
||||
specRef: PJ2026-01060508
|
||||
sentinel:
|
||||
@@ -9,10 +9,10 @@ sentinel:
|
||||
enabled: true
|
||||
mode: web-probe-observe-wrapper
|
||||
configRefs:
|
||||
runtime: config/hwlab-web-probe-sentinel/runtime.auth-session-switch.d601-v03.yaml#sentinel.runtime
|
||||
runtime: config/hwlab-web-probe-sentinel/runtime.auth-session-switch.yaml#sentinel.runtime
|
||||
workflow: config/hwlab-web-probe-sentinel/workflow.auth-session-switch.yaml#sentinel.workflow
|
||||
promptSet: config/hwlab-web-probe-sentinel/prompt-set.auth-session-switch.yaml#sentinel.promptSet
|
||||
reportViews: config/hwlab-web-probe-sentinel/report-views.auth-session-switch.yaml#sentinel.reportViews
|
||||
publicExposure: config/hwlab-web-probe-sentinel/public-exposure.auth-session-switch.d601-v03.yaml#sentinel.publicExposure
|
||||
cicd: config/hwlab-web-probe-sentinel/cicd.auth-session-switch.d601-v03.yaml#sentinel.cicd
|
||||
secrets: config/hwlab-web-probe-sentinel/secrets.auth-session-switch.d601-v03.yaml#sentinel.secrets
|
||||
publicExposure: config/hwlab-web-probe-sentinel/public-exposure.auth-session-switch.yaml#sentinel.publicExposure
|
||||
cicd: config/hwlab-web-probe-sentinel/cicd.auth-session-switch.yaml#sentinel.cicd
|
||||
secrets: config/hwlab-web-probe-sentinel/secrets.auth-session-switch.yaml#sentinel.secrets
|
||||
+5
-5
@@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
kind: HwlabWebProbeSentinel
|
||||
metadata:
|
||||
id: d601-v03-workbench-dsflash-go-tool-call-10x
|
||||
id: workbench-dsflash-go-tool-call-10x-secondary
|
||||
owner: UniDesk
|
||||
specRef: PJ2026-01060508
|
||||
sentinel:
|
||||
@@ -9,10 +9,10 @@ sentinel:
|
||||
enabled: true
|
||||
mode: web-probe-observe-wrapper
|
||||
configRefs:
|
||||
runtime: config/hwlab-web-probe-sentinel/runtime.d601-v03.yaml#sentinel.runtime
|
||||
runtime: config/hwlab-web-probe-sentinel/runtime.workbench-dsflash-go-secondary.yaml#sentinel.runtime
|
||||
scenarios: config/hwlab-web-probe-sentinel/scenarios.workbench.yaml#sentinel.scenarios
|
||||
promptSet: config/hwlab-web-probe-sentinel/prompt-set.dsflash-go.yaml#sentinel.promptSet
|
||||
reportViews: config/hwlab-web-probe-sentinel/report-views.yaml#sentinel.reportViews
|
||||
publicExposure: config/hwlab-web-probe-sentinel/public-exposure.d601-v03.yaml#sentinel.publicExposure
|
||||
cicd: config/hwlab-web-probe-sentinel/cicd.d601-v03.yaml#sentinel.cicd
|
||||
secrets: config/hwlab-web-probe-sentinel/secrets.d601-v03.yaml#sentinel.secrets
|
||||
publicExposure: config/hwlab-web-probe-sentinel/public-exposure.workbench-dsflash-go-secondary.yaml#sentinel.publicExposure
|
||||
cicd: config/hwlab-web-probe-sentinel/cicd.workbench-dsflash-go-secondary.yaml#sentinel.cicd
|
||||
secrets: config/hwlab-web-probe-sentinel/secrets.workbench-dsflash-go-secondary.yaml#sentinel.secrets
|
||||
+5
-5
@@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
kind: HwlabWebProbeSentinel
|
||||
metadata:
|
||||
id: d518-v03-workbench-dsflash-go-tool-call-10x
|
||||
id: workbench-dsflash-go-tool-call-10x
|
||||
owner: UniDesk
|
||||
specRef: PJ2026-01060508
|
||||
sentinel:
|
||||
@@ -9,10 +9,10 @@ sentinel:
|
||||
enabled: true
|
||||
mode: web-probe-observe-wrapper
|
||||
configRefs:
|
||||
runtime: config/hwlab-web-probe-sentinel/runtime.d518-v03.yaml#sentinel.runtime
|
||||
runtime: config/hwlab-web-probe-sentinel/runtime.workbench-dsflash-go.yaml#sentinel.runtime
|
||||
scenarios: config/hwlab-web-probe-sentinel/scenarios.workbench.yaml#sentinel.scenarios
|
||||
promptSet: config/hwlab-web-probe-sentinel/prompt-set.dsflash-go.yaml#sentinel.promptSet
|
||||
reportViews: config/hwlab-web-probe-sentinel/report-views.yaml#sentinel.reportViews
|
||||
publicExposure: config/hwlab-web-probe-sentinel/public-exposure.d518-v03.yaml#sentinel.publicExposure
|
||||
cicd: config/hwlab-web-probe-sentinel/cicd.d518-v03.yaml#sentinel.cicd
|
||||
secrets: config/hwlab-web-probe-sentinel/secrets.d518-v03.yaml#sentinel.secrets
|
||||
publicExposure: config/hwlab-web-probe-sentinel/public-exposure.workbench-dsflash-go.yaml#sentinel.publicExposure
|
||||
cicd: config/hwlab-web-probe-sentinel/cicd.workbench-dsflash-go.yaml#sentinel.cicd
|
||||
secrets: config/hwlab-web-probe-sentinel/secrets.workbench-dsflash-go.yaml#sentinel.secrets
|
||||
+5
-5
@@ -1,7 +1,7 @@
|
||||
version: 1
|
||||
kind: HwlabWebProbeSentinel
|
||||
metadata:
|
||||
id: d518-v03-workbench-fake-echo-session-invariance-10x
|
||||
id: workbench-fake-echo-session-invariance-10x
|
||||
owner: UniDesk
|
||||
specRef: PJ2026-01060508
|
||||
issue: 1190
|
||||
@@ -10,10 +10,10 @@ sentinel:
|
||||
enabled: true
|
||||
mode: web-probe-observe-wrapper
|
||||
configRefs:
|
||||
runtime: config/hwlab-web-probe-sentinel/runtime.fake-echo.d518-v03.yaml#sentinel.runtime
|
||||
runtime: config/hwlab-web-probe-sentinel/runtime.fake-echo.yaml#sentinel.runtime
|
||||
scenarios: config/hwlab-web-probe-sentinel/scenarios.fake-echo.workbench.yaml#sentinel.scenarios
|
||||
promptSet: config/hwlab-web-probe-sentinel/prompt-set.fake-echo.yaml#sentinel.promptSet
|
||||
reportViews: config/hwlab-web-probe-sentinel/report-views.yaml#sentinel.reportViews
|
||||
publicExposure: config/hwlab-web-probe-sentinel/public-exposure.fake-echo.d518-v03.yaml#sentinel.publicExposure
|
||||
cicd: config/hwlab-web-probe-sentinel/cicd.fake-echo.d518-v03.yaml#sentinel.cicd
|
||||
secrets: config/hwlab-web-probe-sentinel/secrets.fake-echo.d518-v03.yaml#sentinel.secrets
|
||||
publicExposure: config/hwlab-web-probe-sentinel/public-exposure.fake-echo.yaml#sentinel.publicExposure
|
||||
cicd: config/hwlab-web-probe-sentinel/cicd.fake-echo.yaml#sentinel.cicd
|
||||
secrets: config/hwlab-web-probe-sentinel/secrets.fake-echo.yaml#sentinel.secrets
|
||||
Reference in New Issue
Block a user