fix: move branch follower targets to jd01

This commit is contained in:
Codex
2026-07-03 04:57:40 +00:00
parent cb93348c29
commit c866f8318d
4 changed files with 69 additions and 28 deletions
+19 -19
View File
@@ -9,7 +9,7 @@ metadata:
controller:
namespace: devops-infra
kubeRoute: D601:k3s
kubeRoute: JD01:k3s
fieldManager: unidesk-cicd-branch-follower
serviceAccountName: unidesk-cicd-branch-follower
deploymentName: unidesk-cicd-branch-follower
@@ -89,28 +89,28 @@ followers:
closeout:
checks: ["sourceSnapshot", "pipelineRun", "gitMirrorPostFlush", "gitops", "argo", "runtime", "publicHealth"]
- id: agentrun-d601-v02
- id: agentrun-jd01-v02
enabled: true
adapter: agentrun-yaml-lane
description: Follow AgentRun v0.2 into the D601 YAML-only runtime lane.
description: Follow AgentRun v0.2 into the JD01 YAML-only runtime lane.
source:
repository: pikasTech/agentrun
branch: v0.2
branchRef: config/agentrun.yaml#controlPlane.lanes.v02.source.branch
authorityRef: config/agentrun.yaml#controlPlane.lanes.v02.source.sourceAuthority
branchRef: config/agentrun.yaml#controlPlane.lanes.jd01-v02.source.branch
authorityRef: config/agentrun.yaml#controlPlane.lanes.jd01-v02.source.sourceAuthority
snapshotPrefix: refs/unidesk/snapshots/agentrun-yaml-lane/v0.2
snapshotRef: config/agentrun.yaml#controlPlane.lanes.v02.source.sourceSnapshot.stageRefPrefix
snapshotRef: config/agentrun.yaml#controlPlane.lanes.jd01-v02.source.sourceSnapshot.stageRefPrefix
target:
node: D601
lane: v02
node: JD01
lane: jd01-v02
namespace: agentrun-v02
configRefs:
lane: config/agentrun.yaml#controlPlane.lanes.v02
source: config/agentrun.yaml#controlPlane.lanes.v02.source
runtime: config/agentrun.yaml#controlPlane.lanes.v02.runtime
pipeline: config/agentrun.yaml#controlPlane.lanes.v02.ci.pipeline
pipelineRunPrefix: config/agentrun.yaml#controlPlane.lanes.v02.ci.pipelineRunPrefix
argoApplication: config/agentrun.yaml#controlPlane.lanes.v02.gitops.argoApplication
lane: config/agentrun.yaml#controlPlane.lanes.jd01-v02
source: config/agentrun.yaml#controlPlane.lanes.jd01-v02.source
runtime: config/agentrun.yaml#controlPlane.lanes.jd01-v02.runtime
pipeline: config/agentrun.yaml#controlPlane.lanes.jd01-v02.ci.pipeline
pipelineRunPrefix: config/agentrun.yaml#controlPlane.lanes.jd01-v02.ci.pipelineRunPrefix
argoApplication: config/agentrun.yaml#controlPlane.lanes.jd01-v02.gitops.argoApplication
budgets:
endToEndSeconds: 120
statusSeconds: 35
@@ -118,19 +118,19 @@ followers:
sourceSyncSeconds: 20
commands:
plan:
argv: ["bun", "scripts/cli.ts", "agentrun", "control-plane", "trigger-current", "--node", "D601", "--lane", "v02", "--dry-run", "--raw"]
argv: ["bun", "scripts/cli.ts", "agentrun", "control-plane", "trigger-current", "--node", "JD01", "--lane", "jd01-v02", "--dry-run", "--raw"]
timeoutSeconds: 35
status:
argv: ["bun", "scripts/cli.ts", "agentrun", "control-plane", "status", "--node", "D601", "--lane", "v02", "--raw"]
argv: ["bun", "scripts/cli.ts", "agentrun", "control-plane", "status", "--node", "JD01", "--lane", "jd01-v02", "--raw"]
timeoutSeconds: 35
trigger:
argv: ["bun", "scripts/cli.ts", "agentrun", "control-plane", "trigger-current", "--node", "D601", "--lane", "v02", "--confirm", "--wait", "--raw"]
argv: ["bun", "scripts/cli.ts", "agentrun", "control-plane", "trigger-current", "--node", "JD01", "--lane", "jd01-v02", "--confirm", "--wait", "--raw"]
timeoutSeconds: 120
events:
argv: ["bun", "scripts/cli.ts", "agentrun", "control-plane", "status", "--node", "D601", "--lane", "v02", "--full"]
argv: ["bun", "scripts/cli.ts", "agentrun", "control-plane", "status", "--node", "JD01", "--lane", "jd01-v02", "--full"]
timeoutSeconds: 35
logs:
argv: ["bun", "scripts/cli.ts", "agentrun", "control-plane", "status", "--node", "D601", "--lane", "v02", "--full"]
argv: ["bun", "scripts/cli.ts", "agentrun", "control-plane", "status", "--node", "JD01", "--lane", "jd01-v02", "--full"]
timeoutSeconds: 35
closeout:
checks: ["sourceSnapshot", "pipelineRun", "gitops", "argo", "manager", "runtimeHealth"]