-
Notifications
You must be signed in to change notification settings - Fork 6
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
Create pypi project and automate the build and publish #51
Comments
With #55 now producing an artifact, I want to start thinking about a "data package" that we could produce for this library. This would include that artifact, but also include some other metrics that are internally generated (the pytest-benchmark is very narrow about measuring times, not other metrics). This would include memory footprint with a certain number of workers, open file descriptors, and others. I might file this in a new issue. But I mention it here, because this would be most valuable if we could attach that data package along with each release, so that we have references. |
Are you saying that the published package would include metrics related to performance or tests? That would seem to a bit odd. |
Yeah, that's what I was thinking. Sorry wasn't clear. Right now I have it uploading an artifact in the |
@AlanCoding I think we can just add the data within a test report and tools like codecov can incorporate it. Needs to be confirmed. |
Now that dispatcher is a public project and the library can be implemented in other projects we need a basic automation to build the library and publish it to pypi.
Jira: https://issues.redhat.com/browse/AAP-39790
The text was updated successfully, but these errors were encountered: