-
Notifications
You must be signed in to change notification settings - Fork 12
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
Pace requires make build
#272
Comments
I did a bit of investigating into this, and it looks like we don't even have a plan that builds and pushes these any more. The tests we run on Google Cloud build the image every time locally, tag it, then run the container with that image. This isn't all bad, as it looks like some steps are cached, presumably because we use the same virtual machine...
The next step should be to add a CI plan that runs on every commit to |
Pushing images to GCR is a pain (because of authentication), and it's not hard to build this image. I'd suggest fixing this by modifying the DEV=y pathway so it will build the image if and only if it is undefined locally. I don't think we need to proactively change our image names right now, if we need to at all by the end of the project. |
If a user runs
make savepoint_tests_*
from within Pace, Docker returnsUnable to find image 'us.gcr.io/vcm-ml/pace:latest' locally
. We need to runmake build
first. This artifact doesn't even exist on https://console.cloud.google.com/gcr/images/vcm-ml?referrer=search&project=vcm-ml.The text was updated successfully, but these errors were encountered: