Skip to content

Commit

Permalink
send_kcidb: add link to Maestro Viewer to misc
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.com>
  • Loading branch information
padovan committed Feb 27, 2025
1 parent cd01307 commit 6b4435a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/send_kcidb.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ def _parse_build_node(self, origin, node):
'kernel_type': node['data'].get('kernel_type'),
'error_code': error_code,
'error_msg': node['data'].get('error_msg'),
'maestro_viewer': f"https://api.kernelci.org/viewer?node_id={node['id']}"
}
}
artifacts = node.get('artifacts')
Expand Down Expand Up @@ -493,6 +494,8 @@ def _parse_test_node(self, origin, test_node):
'kernel_type': test_node['data'].get('kernel_type'),
'arch': test_node['data'].get('arch'),
'runtime': runtime,
'maestro_viewer': f"https://api.kernelci.org/viewer?node_id={test_node['id']}"

}
}

Expand Down

0 comments on commit 6b4435a

Please sign in to comment.