Skip to content

Commit

Permalink
kbuild.py: Update node model
Browse files Browse the repository at this point in the history
Change node update according to new model:
#2249

Signed-off-by: Denys Fedoryshchenko <[email protected]>
  • Loading branch information
nuclearcat committed Jan 15, 2024
1 parent 6b23e4b commit 4cff6c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernelci/kbuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,7 @@ def submit(self, retcode):
}

node = self._node.copy()
results['node']['data']['kernel_revision'] = node['data']['kernel_revision'] # noqa
node.update(results['node'])
api_helper = kernelci.api.helper.APIHelper(api)
print(json.dumps(node, indent=2))
Expand Down

0 comments on commit 4cff6c3

Please sign in to comment.