Skip to content

Commit 670cc92

Browse files
author
Staging script
committed
Staging PR 2824
1 parent 363845c commit 670cc92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernelci/runtime/lava.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def get_hierarchy(self, results, job_node):
267267

268268
return {
269269
'node': {
270-
'name': job_node['name'],
270+
'name': f"{job_node['name']}-lava-testjob",
271271
'result': job_result,
272272
'artifacts': {},
273273
'data': job_node['data'],

0 commit comments

Comments
 (0)