fix: align jd01 yaml ops rollout
This commit is contained in:
@@ -773,14 +773,14 @@ controlPlane:
|
|||||||
localPostgresExpectedAbsent: false
|
localPostgresExpectedAbsent: false
|
||||||
secrets:
|
secrets:
|
||||||
- id: manager-api-key
|
- id: manager-api-key
|
||||||
sourceRef: /root/.config/hwlab-v03/master-server-admin-api-key.env
|
sourceRef: hwlab/jd01-v03-admin.env
|
||||||
sourceKey: HWLAB_API_KEY
|
sourceKey: HWLAB_API_KEY
|
||||||
targetRef:
|
targetRef:
|
||||||
namespace: agentrun-v02
|
namespace: agentrun-v02
|
||||||
name: agentrun-v02-api-key
|
name: agentrun-v02-api-key
|
||||||
key: HWLAB_API_KEY
|
key: HWLAB_API_KEY
|
||||||
- id: runner-api-key-legacy-name
|
- id: runner-api-key-legacy-name
|
||||||
sourceRef: /root/.config/hwlab-v03/master-server-admin-api-key.env
|
sourceRef: hwlab/jd01-v03-admin.env
|
||||||
sourceKey: HWLAB_API_KEY
|
sourceKey: HWLAB_API_KEY
|
||||||
targetRef:
|
targetRef:
|
||||||
namespace: agentrun-v02
|
namespace: agentrun-v02
|
||||||
|
|||||||
@@ -479,7 +479,7 @@ targets:
|
|||||||
serviceWriteName: git-mirror-write
|
serviceWriteName: git-mirror-write
|
||||||
cachePvcName: hwlab-git-mirror-cache
|
cachePvcName: hwlab-git-mirror-cache
|
||||||
cachePvcStorage: 20Gi
|
cachePvcStorage: 20Gi
|
||||||
cacheHostPath: /var/lib/rancher/k3s/storage/hwlab-jd01-v03-git-mirror-cache
|
cacheHostPath: null
|
||||||
servicePort: 8080
|
servicePort: 8080
|
||||||
readContainerPort: 8080
|
readContainerPort: 8080
|
||||||
writeContainerPort: 8081
|
writeContainerPort: 8081
|
||||||
|
|||||||
@@ -195,7 +195,7 @@ nodes:
|
|||||||
baseImageRef: config/hwlab-node-control-plane.yaml#targets[1].tekton.toolsImage.output
|
baseImageRef: config/hwlab-node-control-plane.yaml#targets[1].tekton.toolsImage.output
|
||||||
envRecipeRef: config/hwlab-web-probe-sentinel/profiles.yaml#nodes.${NODE}.sentinels.${nodeLower}-web-probe-sentinel.runtime
|
envRecipeRef: config/hwlab-web-probe-sentinel/profiles.yaml#nodes.${NODE}.sentinels.${nodeLower}-web-probe-sentinel.runtime
|
||||||
targetValidation:
|
targetValidation:
|
||||||
scenarioId: workbench-dsflash-go-tool-call-10x
|
scenarioId: workbench-dsflash-go-single-turn-smoke
|
||||||
maxSeconds: 300
|
maxSeconds: 300
|
||||||
serviceUnavailablePolicy: structured-failure
|
serviceUnavailablePolicy: structured-failure
|
||||||
secrets:
|
secrets:
|
||||||
|
|||||||
@@ -6,6 +6,25 @@ metadata:
|
|||||||
specRef: PJ2026-01060508
|
specRef: PJ2026-01060508
|
||||||
sentinel:
|
sentinel:
|
||||||
scenarios:
|
scenarios:
|
||||||
|
- id: workbench-dsflash-go-single-turn-smoke
|
||||||
|
enabled: true
|
||||||
|
cadence: 10m
|
||||||
|
observeTargetPath: /workbench
|
||||||
|
sampleIntervalMs: 1000
|
||||||
|
screenshotIntervalMs: 60000
|
||||||
|
maxRunSeconds: 300
|
||||||
|
providerProfile: dsflash-go
|
||||||
|
providerProfileMode: exact
|
||||||
|
promptSetRef: config/hwlab-web-probe-sentinel/prompt-set.dsflash-go.yaml#sentinel.promptSet
|
||||||
|
reportViewRef: config/hwlab-web-probe-sentinel/report-views.multi-sentinel.yaml#sentinel.reportViews
|
||||||
|
commandSequence:
|
||||||
|
- type: newSession
|
||||||
|
- type: selectProvider
|
||||||
|
provider: dsflash-go
|
||||||
|
- type: sendPrompt
|
||||||
|
promptSource: promptSet
|
||||||
|
repeat: 1
|
||||||
|
|
||||||
- id: workbench-dsflash-go-tool-call-10x
|
- id: workbench-dsflash-go-tool-call-10x
|
||||||
enabled: true
|
enabled: true
|
||||||
cadence: 10m
|
cadence: 10m
|
||||||
|
|||||||
Reference in New Issue
Block a user