-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[v3] (part 2) Move the v1 runner components to pkg/skaffold/runner/v1
.
#5781
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5781 +/- ##
==========================================
- Coverage 70.95% 70.93% -0.03%
==========================================
Files 439 438 -1
Lines 16408 16410 +2
==========================================
- Hits 11642 11640 -2
- Misses 3913 3916 +3
- Partials 853 854 +1
Continue to review full report at Codecov.
|
05a7bc3
to
f008c5d
Compare
Rebased after #5780 is merged. |
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.
Few questions:
- Should
pkg/skaffold/runner/build_deploy.go
be moved topkg/skaffold/runner/v1/build_deploy.go
? - Should
pkg/skaffold/runner/v1/build_deploy_test.go
be deleted? - Should
pkg/skaffold/runner/prune.go
be moved as well?
971ce77
to
823575c
Compare
Both v1 and v2 will share the
Conflict resolved. pkg/skaffold/runner/v1/build_deploy_test.go is moved to runner/v1 to make sure the v1 build_deploy works. another build_deploy_test.go will be added to v2 for the v2 build_deploy functionality.
prune.go is still needed. |
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.
Fixes: #nnn
Related: #5727
Merge after: #5780
Description
Changes include: