Merge pull request #1253 from pikasTech/issue-1248-jd01-p2p4
fix: align JD01 YAML ops rollout
This commit is contained in:
@@ -773,14 +773,14 @@ controlPlane:
|
||||
localPostgresExpectedAbsent: false
|
||||
secrets:
|
||||
- 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
|
||||
targetRef:
|
||||
namespace: agentrun-v02
|
||||
name: agentrun-v02-api-key
|
||||
key: HWLAB_API_KEY
|
||||
- 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
|
||||
targetRef:
|
||||
namespace: agentrun-v02
|
||||
|
||||
@@ -479,7 +479,7 @@ targets:
|
||||
serviceWriteName: git-mirror-write
|
||||
cachePvcName: hwlab-git-mirror-cache
|
||||
cachePvcStorage: 20Gi
|
||||
cacheHostPath: /var/lib/rancher/k3s/storage/hwlab-jd01-v03-git-mirror-cache
|
||||
cacheHostPath: null
|
||||
servicePort: 8080
|
||||
readContainerPort: 8080
|
||||
writeContainerPort: 8081
|
||||
|
||||
@@ -195,7 +195,7 @@ nodes:
|
||||
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
|
||||
targetValidation:
|
||||
scenarioId: workbench-dsflash-go-tool-call-10x
|
||||
scenarioId: workbench-dsflash-go-single-turn-smoke
|
||||
maxSeconds: 300
|
||||
serviceUnavailablePolicy: structured-failure
|
||||
secrets:
|
||||
|
||||
@@ -6,6 +6,25 @@ metadata:
|
||||
specRef: PJ2026-01060508
|
||||
sentinel:
|
||||
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
|
||||
enabled: true
|
||||
cadence: 10m
|
||||
|
||||
Reference in New Issue
Block a user