Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtime: lava: Rename TestJob root Node to avoid collisions #2824

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pawiecz
Copy link
Contributor

@pawiecz pawiecz commented Mar 12, 2025

No description provided.

Signed-off-by: Paweł Wieczorek <[email protected]>
@@ -259,7 +259,7 @@ def get_hierarchy(self, results, job_node):

return {
'node': {
'name': job_node['name'],
'name': f"{job_node['name']}-lava-testjob",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-main or -group maybe instead of -lava-testjob? I assume this is the group that may contain multiple jobs insides. So I guess we will have a -group and a entries in KCIDB?

Would this change affect eg kselftest where we don' t have such a duplication issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants