Skip to content

Commit

Permalink
AgentId复用类型转换问题 TencentBlueKing#10915
Browse files Browse the repository at this point in the history
  • Loading branch information
tangruotian committed Sep 6, 2024
1 parent 68b3046 commit 4b5f26e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ data class AgentReuseMutexTree(
return addNode(
jobId = container.jobId,
dispatchType = dispatchType,
// TODO: 需要dependOn复用树
// 逻辑上可能需要dependOn复用树
existDep = (container.jobControlOption?.dependOnId?.contains(reuseId) == true) ||
(container.jobControlOption?.dependOnName == reuseId),
stageIndex = stageIndex,
Expand Down

0 comments on commit 4b5f26e

Please sign in to comment.