vmware-archive / buildkit-cli-for-kubectl

BuildKit CLI for kubectl is a tool for building container images with your Kubernetes cluster
Other
501 stars 40 forks source link

Vendor bump #139

Closed dhiltgen closed 1 year ago

dhiltgen commented 1 year ago

Clean up some stale dep's

codecov-commenter commented 1 year ago

Codecov Report

Merging #139 (f264c2c) into main (aecc31d) will decrease coverage by 55.44%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #139       +/-   ##
==========================================
- Coverage   65.16%   9.73%   -55.44%     
==========================================
  Files          40      38        -2     
  Lines        2825    2815       -10     
==========================================
- Hits         1841     274     -1567     
- Misses        760    2514     +1754     
+ Partials      224      27      -197     
Flag Coverage Δ
integration-tests ?
unit-tests 9.73% <ø> (+0.03%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

see 32 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

dhiltgen commented 1 year ago

Seems like CI is going to require a deeper investigation to figure out what's going wrong...

dhiltgen commented 1 year ago

I've managed to get the docker-based integration test to sporadically pass - still a bit flaky though. The containerd-based test is still not revived.

dhiltgen commented 1 year ago

Let's merge this with the docker-based results. I'll continue to take a look at the containerd integration run in the background and see if I can revive it.