Skip to content

Commit

Permalink
kernelci.api.helper: incorporate job kind in create_job_node
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Cañuelo <[email protected]>
  • Loading branch information
r-c-n committed Jan 19, 2024
1 parent 9d5c45e commit ef6e658
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernelci/api/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def create_job_node(self, job_config, input_node,
runtime=None, platform=None):
"""Create a new job node based on input and configuration"""
job_node = {
'kind': job_config.kind,
'parent': input_node['id'],
'name': job_config.name,
'path': input_node['path'] + [job_config.name],
Expand Down

0 comments on commit ef6e658

Please sign in to comment.