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

Pull 'cache-from' images on Google Cloud Build #958

Merged
merged 1 commit into from
Sep 8, 2018

Conversation

dgageot
Copy link
Contributor

@dgageot dgageot commented Sep 7, 2018

Fixes #936

Signed-off-by: David Gageot david@gageot.net

Fixes GoogleContainerTools#936

Signed-off-by: David Gageot <david@gageot.net>
@dgageot dgageot requested review from balopat and r2d4 as code owners September 7, 2018 12:06
@codecov-io
Copy link

codecov-io commented Sep 7, 2018

Codecov Report

Merging #958 into master will increase coverage by 0.14%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #958      +/-   ##
==========================================
+ Coverage   43.78%   43.93%   +0.14%     
==========================================
  Files          63       64       +1     
  Lines        2654     2661       +7     
==========================================
+ Hits         1162     1169       +7     
  Misses       1370     1370              
  Partials      122      122
Impacted Files Coverage Δ
pkg/skaffold/build/gcb/cloud_build.go 0% <ø> (-13.67%) ⬇️
pkg/skaffold/build/gcb/desc.go 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ba4bf67...bdb0a09. Read the comment docs.

desc := builder.buildDescription(artifact, "bucket", "object")

expected := []*cloudbuild.BuildStep{{
Name: "docker/docker",
Copy link
Contributor

Choose a reason for hiding this comment

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

This is unrelated to your change, but should we be using https://github.com/GoogleCloudPlatform/cloud-builders/tree/master/docker instead of docker/docker as the image?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

By default, we do. This is just a test

Copy link
Contributor

Choose a reason for hiding this comment

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

Ah, great.

desc := builder.buildDescription(artifact, "bucket", "object")

expected := []*cloudbuild.BuildStep{{
Name: "docker/docker",
Copy link
Contributor

Choose a reason for hiding this comment

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

Ah, great.

@dgageot dgageot merged commit 956ed5f into GoogleContainerTools:master Sep 8, 2018
@dgageot dgageot deleted the fix-936 branch December 28, 2018 07:11
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.

3 participants