This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
JointCloud
/
pcm-coordinator
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
update octopusHttp service
pull/509/head
tzwang
5 months ago
parent
828a69eed7
commit
3f35a27a6c
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
internal/storeLink/octopusHttp/octopusHttp.go
+ 2
- 2
internal/storeLink/octopusHttp/octopusHttp.go
View File
@@ -177,8 +177,8 @@ func (o *OctopusHttp) SubmitTask(ctx context.Context, imageId string, cmd string
MinFailedTaskCount: 1,
MinFailedTaskCount: 1,
MinSucceededTaskCount: 1,
MinSucceededTaskCount: 1,
TaskNumber: 1,
TaskNumber: 1,
Parameters: prms,
Envs:
envMap,
//
Parameters: prms,
Envs: envMap,
},
},
},
},
}
}
Write
Preview
Loading…
Cancel
Save