Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CONF
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UvA
CONF
Commits
af7e56ea
Commit
af7e56ea
authored
4 years ago
by
Spiros Koulouzis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
if found one matching node return it without looking for the best
parent
e29cd5f3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
planner.py
planner/planner/planner.py
+2
-0
No files found.
planner/planner/planner.py
View file @
af7e56ea
...
@@ -265,6 +265,8 @@ class Planner:
...
@@ -265,6 +265,8 @@ class Planner:
# Find all nodes in the definitions that have the capability: capability
# Find all nodes in the definitions that have the capability: capability
logger
.
info
(
' Looking for nodes in node types with capability: '
+
capability
)
logger
.
info
(
' Looking for nodes in node types with capability: '
+
capability
)
capable_nodes
=
self
.
get_node_types_by_capability
(
capability
)
capable_nodes
=
self
.
get_node_types_by_capability
(
capability
)
if
capable_nodes
and
len
(
capable_nodes
)
==
1
:
return
capable_nodes
if
capable_nodes
:
if
capable_nodes
:
# Add number of matching capabilities for each node.
# Add number of matching capabilities for each node.
# Try to score matching_nodes to return one. The more requirements a node meets the better
# Try to score matching_nodes to return one. The more requirements a node meets the better
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment