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

Update runtime component to use manifests #130

Merged
merged 41 commits into from
Aug 23, 2024

Conversation

patrickpa
Copy link
Contributor

@patrickpa patrickpa commented Aug 21, 2024

Description

This PR adds the concept of manifest files for the runtime Python module.

The runtime now expects a framework manifest that lists all the module manifests to be executed.

The module will follow the execution described in the runtime manual based on the configuration parameter.

Main changes

  1. Update module to read execution list from manifest file
  2. Add manifests validation
  3. Add runtime execution based on manifest
  4. Update demo pipeline to use new runtime version
  5. Update tests to use new runtime version

How was the PR tested?

  1. Executed the runtime using local manifests to provide the desired output.
  2. Executed the demo pipeline using the new runtime version.
  3. Unit-tests are passing as intended.

Notes

  • None.

@patrickpa patrickpa self-assigned this Aug 21, 2024
Signed-off-by: Patrick Abrahão <[email protected]>
Signed-off-by: Patrick Abrahão <[email protected]>
Signed-off-by: Patrick Abrahão <[email protected]>
Signed-off-by: Patrick Abrahão <[email protected]>
Signed-off-by: Patrick Abrahão <[email protected]>
Signed-off-by: Patrick Abrahão <[email protected]>
Signed-off-by: Patrick Abrahão <[email protected]>
Signed-off-by: Patrick Abrahão <[email protected]>
Copy link
Collaborator

@hoangtungdinh hoangtungdinh left a comment

Choose a reason for hiding this comment

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

Amazing work! Thanks @patrickpa

@hoangtungdinh hoangtungdinh merged commit 30bfea9 into develop Aug 23, 2024
4 checks passed
@hoangtungdinh hoangtungdinh deleted the patrick/add_manifest_to_runtime branch August 23, 2024 10:20
hoangtungdinh pushed a commit that referenced this pull request Aug 28, 2024
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