kpt
kpt copied to clipboard
docker execution: trim "image up to date" lines
This line was recently added to docker's output, and is not part of function execution so should be filtered.
It is also breaking our tests!
A little confused as to how #4114 is passing tests without this, given that others failed.
/hold
Looks like it is "random" e.g. https://github.com/kptdev/kpt/pull/4119#issuecomment-1912813388 ... not removing hold until I figure out why it is "random"
I think it's just random because of races around image pulling.
/hold cancel
/assign @droot
Hopefully this will eliminate a lot of the flakes we're seeing on dependabot PRs.
/lgtm
/approve