BuildStream-Migration-Bot opened a new issue #14: URL: https://github.com/apache/buildstream/issues/14
[See original issue on GitLab](https://gitlab.com/BuildStream/buildstream/-/issues/14) In GitLab by [[Gitlab user @tristanvb]](https://gitlab.com/tristanvb) on Apr 28, 2017, 09:10 Currently the artifact cache only stores build results, however it would be nice to store the build logs which contributed to the artifact being created, and it will be important to store some metadata related to the artifact. These should all be stored separately for a given element / cache key in the artifact cache. New artifact structure can look something like this: * logs/ <-- location to store logs (will be only one log file at least for now) * files/ <-- location to store the actual files, the real artifact output * meta/ <-- location to store element metadata ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
