Address PR comments.
This commit is contained in:
+1
-1
@@ -23,4 +23,4 @@ namespace TestImpact
|
||||
AZStd::vector<AZStd::string> m_vertexes;
|
||||
AZStd::vector<AZStd::pair<AZStd::string, AZStd::string>> m_edges;
|
||||
};
|
||||
}
|
||||
} // namespace TestImpact
|
||||
|
||||
+2
-2
@@ -213,7 +213,7 @@ namespace TestImpact
|
||||
AZStd::vector<const TestTarget*> selectedTestTargets;
|
||||
|
||||
// Prioritization disabled for now
|
||||
// https://jira.agscollab.com/browse/SPEC-6563
|
||||
// SPEC-6563
|
||||
for (const auto& [testTarget, dependerTargets] : selectedTestTargetAndDependerMap)
|
||||
{
|
||||
selectedTestTargets.push_back(testTarget);
|
||||
@@ -221,4 +221,4 @@ namespace TestImpact
|
||||
|
||||
return selectedTestTargets;
|
||||
}
|
||||
}
|
||||
} // namespace TestImpact
|
||||
|
||||
+1
-1
@@ -74,4 +74,4 @@ namespace TestImpact
|
||||
const DynamicDependencyMap* m_dynamicDependencyMap;
|
||||
DependencyGraphDataMap m_dependencyGraphDataMap;
|
||||
};
|
||||
}
|
||||
} // namespace TestImpact
|
||||
|
||||
Reference in New Issue
Block a user