Add smoke tests for components installed in the emulators and latest docker image #506
Add smoke tests for components installed in the emulators and latest docker image #506anindyatahsin wants to merge 7 commits into
emulators and latest docker image #506Conversation
cloudsdkdocker
left a comment
There was a problem hiding this comment.
Overall I feel like this is on the right track. My concerns are that this testing will affect the eventual images that are built, are we confident that executing all these steps doesn't affect the images/environment in any way? Have we tested the size changes?
Is there a way to run these tests without running them directly in the existing images? Could we extend the existing images and build those extensions in the daily cloud build dry run instead to avoid negative impacts?
…he images we copy the relevant Dockerfiles and test with docker images including testing
Based on the suggestion moved out the test Dockerfile in a separate location and will only be used when during the docker image testing. |
|
Creating a new pull request for smoke testing gcloud cli docker images. So closing this for now. |
Add smoke tests for components installed in the
emulators,debian_component_basedandlatestdocker images