-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat(ko): Add ko builder to local artifact builder #6785
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
feat(ko): Add ko builder to local artifact builder #6785
Conversation
Codecov Report
@@ Coverage Diff @@
## main #6785 +/- ##
==========================================
- Coverage 70.48% 69.62% -0.86%
==========================================
Files 515 536 +21
Lines 23150 24428 +1278
==========================================
+ Hits 16317 17009 +692
- Misses 5776 6294 +518
- Partials 1057 1125 +68
Continue to review full report at Codecov.
|
"github.com/GoogleContainerTools/skaffold/testutil" | ||
) | ||
|
||
func Test_newPerArtifactBuilder(t *testing.T) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We've generally been just capitalizing the N
as in TestNewPerArtifactBuilder
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
@@ -55,3 +58,41 @@ func TestSourceDependenciesCache(t *testing.T) { | |||
} | |||
}) | |||
} | |||
|
|||
func Test_sourceDependenciesForArtifact(t *testing.T) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And we'd use TestSourceDependenciesForArtifact
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Call the ko builder from the local artifact builder and dependency graph resolver. Tracking: GoogleContainerTools#6041
9408ee6
to
798793a
Compare
Description
Call the ko builder from the local artifact builder and dependency graph resolver.
User facing changes
None. Config file unmarshalling still skips ko config.
Tracking: #6041