Skip to content

Commit

Permalink
send_kcidb: add 'lab' field to misc data submitted
Browse files Browse the repository at this point in the history
Today the Maestro lab is sent through the 'runtime' field,
but that name is not that great for labs. Let's add a 'lab'
field, but wait a bit to remove the 'runtime' field, so we
can transition some KCIDB queries without any trouble.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.com>
  • Loading branch information
padovan authored and nuclearcat committed Feb 19, 2025
1 parent 5d78260 commit 50ce74d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/send_kcidb.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ def _parse_build_node(self, origin, node):
'misc': {
'platform': node['data'].get('platform'),
'runtime': node['data'].get('runtime'),
'lab': node['data'].get('runtime'),
'job_id': node['data'].get('job_id'),
'job_context': node['data'].get('job_context'),
'kernel_type': node['data'].get('kernel_type'),
Expand Down

0 comments on commit 50ce74d

Please sign in to comment.