{{template "base/head" .}}
{{template "repo/header" .}}
{{template "base/alert" .}}

{{with .task}}

任务名称: {{.JobName}}

{{end}}

任务结果:

{{with .taskRes}} {{range .TaskStatuses}}
状态 {{.State}}
{{end}} {{end}}
{{with .result}}
硬件信息
CPU {{.Resource.CPU}}
Memory {{.Resource.Memory}}
NvidiaComGpu {{.Resource.NvidiaComGpu}}
调试信息
平台 {{.Platform}}
开始时间 {{.JobStatus.StartTime}}
结束时间 {{.JobStatus.EndTime}}
ExitCode {{.JobStatus.AppExitCode}}
退出信息 {{.JobStatus.AppExitDiagnostics | nl2br}}
{{end}}
{{template "base/footer" .}}