feat(cicd): add branch follower taskrun drilldown

This commit is contained in:
Codex
2026-07-03 23:32:39 +00:00
parent 2a5c8644dd
commit 7004f8f7ab
7 changed files with 574 additions and 5 deletions
+18
View File
@@ -126,6 +126,12 @@ followers:
podLabels: ["hwlab.pikastech.local/source-commit", "hwlab.pikastech.local/gitops-render-source-commit"]
podAnnotations: ["hwlab.pikastech.local/source-commit", "hwlab.pikastech.local/gitops-render-source-commit", "hwlab.pikastech.local/boot-commit"]
env: ["HWLAB_COMMIT_ID"]
drillDown:
taskRunTimeoutSeconds: 20
logsTailLines: 120
maxLogBytes: 24000
maxMessageBytes: 1200
maxContainers: 6
closeout:
checks: ["sourceSnapshot", "pipelineRun", "gitMirrorPostFlush", "gitops", "argo", "runtime", "publicHealth"]
@@ -196,6 +202,12 @@ followers:
annotations: ["agentrun.pikastech.local/source-commit"]
podAnnotations: ["agentrun.pikastech.local/source-commit"]
env: ["AGENTRUN_SOURCE_COMMIT", "AGENTRUN_BOOT_COMMIT"]
drillDown:
taskRunTimeoutSeconds: 20
logsTailLines: 120
maxLogBytes: 24000
maxMessageBytes: 1200
maxContainers: 6
closeout:
checks: ["sourceSnapshot", "pipelineRun", "gitops", "argo", "manager", "runtimeHealth"]
@@ -264,5 +276,11 @@ followers:
annotations: ["unidesk.ai/source-commit", "hwlab.pikastech.local/source-commit"]
podAnnotations: ["unidesk.ai/source-commit", "hwlab.pikastech.local/source-commit"]
env: ["UNIDESK_SOURCE_COMMIT", "WEB_PROBE_SENTINEL_SOURCE_COMMIT"]
drillDown:
taskRunTimeoutSeconds: 20
logsTailLines: 120
maxLogBytes: 24000
maxMessageBytes: 1200
maxContainers: 6
closeout:
checks: ["sourceMirror", "imageRegistry", "gitops", "argo", "runtimeHealthEndpoint", "dashboard", "report"]