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

[RFC] Release Plan in 2023 Q2 #680

Open
5 of 7 tasks
henrysun007 opened this issue Mar 28, 2023 · 2 comments
Open
5 of 7 tasks

[RFC] Release Plan in 2023 Q2 #680

henrysun007 opened this issue Mar 28, 2023 · 2 comments

Comments

@henrysun007
Copy link
Contributor

henrysun007 commented Mar 28, 2023

We are releasing v0.5.0 recently. It is the first release since last year. Next we are going to publish releases as planned. At least one release will be published in 2023 Q2. The planned features are listed below:

  • Support the execution service running in Occlum
  • Replace the original RPC with tonic gRPC ( Support grpc #668)
  • Implement all the services asynchronously

- [ ] Generate CI code coverage report automatically in CI

If everything went smoothly, we could work on another release. The possible features are listed below:
- [ ] Multiple task concurrency in the management and execution service

@henrysun007 henrysun007 changed the title [RFC] Release Plan in 2022 Q2 [RFC] Release Plan in 2023 Q2 Mar 28, 2023
@henrysun007
Copy link
Contributor Author

Generating code coverage report needs to compile code in debug mode. The debug output is too large to fit in one action runner that has only 15GB disk. Therefore, we are not integrating the code coverage report generation in the CI at present.

@henrysun007
Copy link
Contributor Author

Hanlding multiple tasks in one execution service faces isolation issues, so we keep the current single task handling.

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

No branches or pull requests

1 participant