Skip to content

fix: [V2] TestInspectBuildEnv failing #7170

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

Merged

Conversation

dhodun
Copy link

@dhodun dhodun commented Mar 8, 2022

Fixes: #7034

Description:

  1. Removes the useBuildKit tags that were added to integration test inputConfigFiles and should be removed after useBuildKit became nullable field. These were removed on main here: fix: make useBuildkit field nullable across all config versions #6612

Follow Up:
I'm a bit perplexed that this change isn't visible in the v2 branch. git branch --contains=22b0c72c9bd5157ccbd353d7731f2678db20e208 indicates that this change is in the various v2 branches. However the history for these files as displayed in the github UI show neither this commit, nor a merge conflict commit undoing the changes: https://github.com/GoogleContainerTools/skaffold/commits/v2-v1.36.0/integration/testdata/inspect/gcb/skaffold.gcb.yaml

@dhodun dhodun added this to the 2.0.0-alpha-rc1 milestone Mar 8, 2022
@dhodun dhodun requested a review from gsquared94 March 8, 2022 20:53
@dhodun dhodun requested a review from a team as a code owner March 8, 2022 20:53
@dhodun dhodun changed the title added back integration test changes from useBuildKit nullable commit … fix: [V2] TestInspectBuildEnv failing Mar 8, 2022
@dhodun dhodun linked an issue Mar 8, 2022 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Mar 8, 2022

Codecov Report

❗ No coverage uploaded for pull request base (v2-v1.36.0@00c4877). Click here to learn what that means.
The diff coverage is n/a.

@@              Coverage Diff              @@
##             v2-v1.36.0    #7170   +/-   ##
=============================================
  Coverage              ?   67.62%           
=============================================
  Files                 ?      557           
  Lines                 ?    26552           
  Branches              ?        0           
=============================================
  Hits                  ?    17957           
  Misses                ?     7309           
  Partials              ?     1286           

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@MarlonGamez
Copy link
Contributor

@dhodun can you amend the commit message to conform with conventional commits? This change looks good ✅

@dhodun dhodun force-pushed the issue_7034_v2_milestone branch from 20ec4ac to bb9c53f Compare March 15, 2022 15:19
@tejal29 tejal29 merged commit d5f072e into GoogleContainerTools:v2-v1.36.0 Mar 15, 2022
@tejal29
Copy link
Contributor

tejal29 commented Mar 15, 2022

Thanks @dhodun

tejal29 pushed a commit that referenced this pull request Mar 15, 2022
* fix: added missing items from PR 6528 for DockerDebug

* fix: removed GO version pinning not intended in this PR
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.

[V2] TestInspectBuildEnv failing on the v2 branch.
3 participants