-
Notifications
You must be signed in to change notification settings - Fork 136
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
Improve cacheability in Python client builds #3105
Comments
Looks like this issue will have two parts. One part is using the cached tools (because of the mage target and it's dependencies that need the tools), and the other one is the image. So i suggest either adding two checkboxes to the description, so we can visualise this, and then i will link the PRs that resolve this. Currently in progress is restoring the cached tools for the jobs in Python client workflow (so, part 1 of my suggestion above). PR for this is in draft on my fork |
@pavlovic-ivan Task list with two items added to the description - feel free to adjust/fix the wording. |
@richscott thank you! |
PR for this issue (task 1): #3244 |
Hi @richscott. I did investigate the task FYI: @dave-gantenbein |
I agree - marking this as done - great work! |
Thanks! |
The
python-client.yml
workflow runs the Mage targettest2epython
, which does a build of the python-client Docker image each time, then runs it. Can the built image be cached?Tasks:
The text was updated successfully, but these errors were encountered: