e3c2c1b732
基于固定 master 提交构建全新缓存镜像,并在成功验证后保留当前版和回滚版。 增加任务领取网关,在不打断运行中 CI 的前提下切换镜像。 补充宿主维护服务、部署说明、共享记忆和定向行为测试。 修复构建测试在 Windows 与 WSL 下并发写入日志的竞态。
13 lines
565 B
JSON
13 lines
565 B
JSON
{
|
|
"api_url": "https://git.genarrative.world/git/api/v1",
|
|
"repository": "GenarrativeAI/Genarrative",
|
|
"repository_url": "http://gitea:3000/GenarrativeAI/Genarrative.git",
|
|
"clone_url": "https://git.genarrative.world/git/GenarrativeAI/Genarrative.git",
|
|
"runner_container": "gitea-runner",
|
|
"runner_api_path": "admin/actions/runners/2",
|
|
"token_file": "/etc/genarrative-ci-cache/api-token",
|
|
"state_dir": "/var/lib/genarrative-ci-cache",
|
|
"gate_socket": "/var/lib/genarrative-ci-cache-gate/gate.sock",
|
|
"gate_url": "http://gitea-runner-fetch-gate:8080"
|
|
}
|