Skip to content
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

Make tests module depend on jibDockerBuild task of other modules #32

Merged
merged 1 commit into from
Jun 20, 2022

Conversation

slinkydeveloper
Copy link
Collaborator

No description provided.

Copy link
Contributor

@tillrohrmann tillrohrmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Merging this PR now.

@tillrohrmann tillrohrmann merged commit 7590d3b into main Jun 20, 2022
@slinkydeveloper slinkydeveloper deleted the issues/31 branch June 20, 2022 14:00
@tillrohrmann
Copy link
Contributor

What I realized yesterday is that every test run now builds the docker images new. If you test often, then you might deplete your Docker pull capacity at Dockerhub as it happened to me.

@slinkydeveloper
Copy link
Collaborator Author

If you test often, then you might deplete your Docker pull capacity at Dockerhub as it happened to me.

I think that's an orthogonal issue, I think we need to make sure that we don't pull every time the base image. This is also important for offline building. I think this PR is doing the right thing, as building the docker image is really part of the build flow of the e2e tests

@tillrohrmann
Copy link
Contributor

Yes, ideally jib could reuse cached images so that the pulling will be mitigated.

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

Successfully merging this pull request may close these issues.

2 participants