Skip to content

Cache YAML file in build environment #3431

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

Closed
ericholscher opened this issue Dec 21, 2017 · 2 comments
Closed

Cache YAML file in build environment #3431

ericholscher opened this issue Dec 21, 2017 · 2 comments
Labels
Improvement Minor improvement to code

Comments

@ericholscher
Copy link
Member

We will often not know much about the actual YAML file used to construct a build environment. We could in theory go back in time to find it, but we should cache it at the top level of the environment, so we can query it in the future.

@ericholscher ericholscher added the Improvement Minor improvement to code label Dec 21, 2017
@ericholscher ericholscher added this to the YAML File Completion milestone Dec 21, 2017
@agjohnson
Copy link
Contributor

I proposed storing a metadata json blob with builds that includes the configuration we used to build. This could be just the yaml file, but i think it would be more helpful as a blob of all of the settings used in the build. This would be more useful than caching for query, as we can also display metadata around the build to users -- build image used, python version used, requirements file found, etc.

@agjohnson
Copy link
Contributor

Closing in favor of #3751

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Minor improvement to code
Projects
None yet
Development

No branches or pull requests

2 participants