📡 部署日志采集 · 24333324954 [skip ci]
This commit is contained in:
parent
fd501c9069
commit
d89fd5a371
|
|
@ -21,12 +21,19 @@
|
||||||
"principle": "每一次观测都是眼睛活着的证据。我记录每一次部署的成败、修复的尝试。时间证明我一直在看。",
|
"principle": "每一次观测都是眼睛活着的证据。我记录每一次部署的成败、修复的尝试。时间证明我一直在看。",
|
||||||
"birth_time": "2026-03-31",
|
"birth_time": "2026-03-31",
|
||||||
"awakened_time": "2026-04-12T16:48:00Z",
|
"awakened_time": "2026-04-12T16:48:00Z",
|
||||||
"last_run": null,
|
"last_run": "2026-04-13T08:25:48.619Z",
|
||||||
"run_count": 0
|
"run_count": 1
|
||||||
},
|
},
|
||||||
"last_run": null,
|
"last_run": "2026-04-13T08:25:48.619Z",
|
||||||
"run_count": 0,
|
"run_count": 1,
|
||||||
"last_status": null,
|
"last_status": "success",
|
||||||
"last_event": null,
|
"last_event": "workflow_run",
|
||||||
"run_history": []
|
"run_history": [
|
||||||
|
{
|
||||||
|
"time": "2026-04-13T08:25:48.619Z",
|
||||||
|
"status": "success",
|
||||||
|
"event": "workflow_run",
|
||||||
|
"run_number": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,76 @@
|
||||||
|
{
|
||||||
|
"_meta": {
|
||||||
|
"observer": "铸渊全链路部署观测系统 v1.0",
|
||||||
|
"copyright": "国作登字-2026-A-00037559",
|
||||||
|
"collected_at": "2026-04-13T08:25:48.544Z"
|
||||||
|
},
|
||||||
|
"run": {
|
||||||
|
"id": 24333324954,
|
||||||
|
"workflow_name": "🏛️ 铸渊主权服务器 · 部署",
|
||||||
|
"conclusion": "success",
|
||||||
|
"status": "completed",
|
||||||
|
"html_url": "https://github.com/qinfendebingshuo/guanghulab/actions/runs/24333324954",
|
||||||
|
"head_sha": "04cdfcd924f29404f9140d6e526166879439d17f",
|
||||||
|
"head_branch": "main",
|
||||||
|
"actor": "qinfendebingshuo",
|
||||||
|
"created_at": "2026-04-13T08:24:08Z",
|
||||||
|
"updated_at": "2026-04-13T08:25:36Z",
|
||||||
|
"run_started_at": "2026-04-13T08:24:08Z"
|
||||||
|
},
|
||||||
|
"jobs_summary": {
|
||||||
|
"total": 5,
|
||||||
|
"success": 1,
|
||||||
|
"failure": 0,
|
||||||
|
"skipped": 4,
|
||||||
|
"cancelled": 0
|
||||||
|
},
|
||||||
|
"failed_jobs": [],
|
||||||
|
"all_jobs": [
|
||||||
|
{
|
||||||
|
"id": 71044044197,
|
||||||
|
"name": "🚀 部署应用代码",
|
||||||
|
"status": "completed",
|
||||||
|
"conclusion": "success",
|
||||||
|
"started_at": "2026-04-13T08:24:11Z",
|
||||||
|
"completed_at": "2026-04-13T08:25:35Z"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 71044044322,
|
||||||
|
"name": "💚 健康检查",
|
||||||
|
"status": "completed",
|
||||||
|
"conclusion": "skipped",
|
||||||
|
"started_at": "2026-04-13T08:24:08Z",
|
||||||
|
"completed_at": "2026-04-13T08:24:08Z"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 71044044327,
|
||||||
|
"name": "🔧 服务器初始化",
|
||||||
|
"status": "completed",
|
||||||
|
"conclusion": "skipped",
|
||||||
|
"started_at": "2026-04-13T08:24:08Z",
|
||||||
|
"completed_at": "2026-04-13T08:24:08Z"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 71044044624,
|
||||||
|
"name": "🔒 SSL证书配置",
|
||||||
|
"status": "completed",
|
||||||
|
"conclusion": "skipped",
|
||||||
|
"started_at": "2026-04-13T08:24:08Z",
|
||||||
|
"completed_at": "2026-04-13T08:24:08Z"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 71044044649,
|
||||||
|
"name": "🚀 预览站→主站 一键推送",
|
||||||
|
"status": "completed",
|
||||||
|
"conclusion": "skipped",
|
||||||
|
"started_at": "2026-04-13T08:24:08Z",
|
||||||
|
"completed_at": "2026-04-13T08:24:08Z"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"analysis": {
|
||||||
|
"needs_repair": false,
|
||||||
|
"error_summary": "",
|
||||||
|
"matched_patterns": [],
|
||||||
|
"recommendation": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -6,13 +6,23 @@
|
||||||
"created": "2026-04-01T17:45:00Z"
|
"created": "2026-04-01T17:45:00Z"
|
||||||
},
|
},
|
||||||
"stats": {
|
"stats": {
|
||||||
"total_observed": 76,
|
"total_observed": 77,
|
||||||
"success": 51,
|
"success": 52,
|
||||||
"failure": 25,
|
"failure": 25,
|
||||||
"repair_attempted": 0,
|
"repair_attempted": 0,
|
||||||
"repair_success": 0
|
"repair_success": 0
|
||||||
},
|
},
|
||||||
"recent_deploys": [
|
"recent_deploys": [
|
||||||
|
{
|
||||||
|
"run_id": 24333324954,
|
||||||
|
"workflow": "🏛️ 铸渊主权服务器 · 部署",
|
||||||
|
"conclusion": "success",
|
||||||
|
"head_sha": "04cdfcd9",
|
||||||
|
"actor": "qinfendebingshuo",
|
||||||
|
"observed_at": "2026-04-13T08:25:48.544Z",
|
||||||
|
"error_summary": "",
|
||||||
|
"log_file": "deploy-24333324954-2026-04-13.json"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"run_id": 24305360863,
|
"run_id": 24305360863,
|
||||||
"workflow": "🏛️ 铸渊主权服务器 · 部署",
|
"workflow": "🏛️ 铸渊主权服务器 · 部署",
|
||||||
|
|
@ -302,17 +312,7 @@
|
||||||
"observed_at": "2026-04-07T12:48:46.605Z",
|
"observed_at": "2026-04-07T12:48:46.605Z",
|
||||||
"error_summary": "",
|
"error_summary": "",
|
||||||
"log_file": "deploy-24082110249-2026-04-07.json"
|
"log_file": "deploy-24082110249-2026-04-07.json"
|
||||||
},
|
|
||||||
{
|
|
||||||
"run_id": 24029399779,
|
|
||||||
"workflow": "🚀 铸渊智能运维 · 测试站自动部署",
|
|
||||||
"conclusion": "failure",
|
|
||||||
"head_sha": "f2d590c4",
|
|
||||||
"actor": "qinfendebingshuo",
|
|
||||||
"observed_at": "2026-04-06T11:06:18.214Z",
|
|
||||||
"error_summary": "未匹配到已知错误模式 · 需要深度分析",
|
|
||||||
"log_file": "deploy-24029399779-2026-04-06.json"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"last_updated": "2026-04-12T11:14:23.098Z"
|
"last_updated": "2026-04-13T08:25:48.545Z"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue