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

Remove upgrade to v1beta10 #2030

Merged
merged 3 commits into from
Apr 26, 2019
Merged

Conversation

priyawadhwa
Copy link
Contributor

I accidentally upgraded to v1beta10 in #2016 when v1beta9 had yet to be
released. To fix this, I've removed v1beta10 and merged the original
v1beta9->v1beta10 upgrade into the current v1beta8->v1beta9 upgrade.

Should allow #2029 to go through

I accidentally upgraded to v1beta10 in GoogleContainerTools#2016 when v1beta9 had yet to be
released. To fix this, I've removed v1beta10 and merged the original
v1beta9->v1beta10 upgrade  into the current v1beta8->v1beta9 upgrade.
name: bazel
properties:
target: //mytarget
executionEnvironment:
Copy link
Contributor

@corneliusweig corneliusweig Apr 25, 2019

Choose a reason for hiding this comment

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

This is gone in the v1beta8.upgrade_test, whereas it was present in v1beta9.upgrade_test. Is this intentional?

Copy link
Contributor

Choose a reason for hiding this comment

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

Good catch - I think it should be in v1beta8.upgrade_test as we had plugins/executionEnv in v1beta8 and removing them in v1beta9
@priyawadhwa ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

There should be tests for this now, thanks!

Copy link
Contributor

@balopat balopat left a comment

Choose a reason for hiding this comment

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

LGTM

@codecov-io
Copy link

codecov-io commented Apr 25, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@9c47a08). Click here to learn what that means.
The diff coverage is 60%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #2030   +/-   ##
=========================================
  Coverage          ?   55.96%           
=========================================
  Files             ?      173           
  Lines             ?     7556           
  Branches          ?        0           
=========================================
  Hits              ?     4229           
  Misses            ?     2924           
  Partials          ?      403
Impacted Files Coverage Δ
pkg/skaffold/schema/latest/config.go 100% <ø> (ø)
pkg/skaffold/schema/versions.go 74.35% <ø> (ø)
pkg/skaffold/schema/v1beta8/upgrade.go 58.2% <60%> (ø)

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 9c47a08...89bbb7d. Read the comment docs.

@dgageot dgageot merged commit 6184872 into GoogleContainerTools:master Apr 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants