Skip to content

Conversation

@machshev
Copy link
Collaborator

Update the scheduler to index the deployment object mappings by deploy.full_name instead of the deploy object itself. This means that the Deploy object does not need to be "hash-able".

The full_name now takes account of the variant, as without this the deployment objects are not uniquely identifiable from the "full name". From what I can tell the only use of the full_name attribute is for logs and for unique IDs, which turns out not to be unique enough.

Update the scheduler to index the deployment object mappings by
`deploy.full_name` instead of the `deploy` object itself. This means
that the `Deploy` object does not need to be "hash-able".

The `full_name` now takes account of the variant, as without this the
deployment objects are not uniquely identifiable from the "full name".
From what I can tell the only use of the `full_name` attribute is for
logs and for unique IDs, which turns out not to be unique enough.

Signed-off-by: James McCorrie <[email protected]>
Copy link
Contributor

@hcallahan-lowrisc hcallahan-lowrisc left a comment

Choose a reason for hiding this comment

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

SGTM/LGTM!

@machshev machshev added this pull request to the merge queue Oct 15, 2025
Merged via the queue into lowRISC:master with commit 6938d34 Oct 15, 2025
6 checks passed
@machshev machshev deleted the detangle_deploy branch October 29, 2025 10:17
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.

2 participants