Uh oh!
There was an error while loading. Please reload this page.
GitHub Actions e2e tests - #3320
Conversation
1540ef7 to
f36c075CompareCodecov Report
@@ Coverage Diff @@## master #3320 +/- ##
=======================================
Coverage 58.02% 58.02% =======================================
Files 302 302 Lines 21761 21761 =======================================
Hits 12626 12626 Misses 8214 8214 Partials 921 921 |
b7135b4 to
cb6ba55CompareThere seems to be some issues with the tests while using the Will try a replay to see if it's something on the GitHub Runner. Otherwise will revert to use Edit: Revert to |
96f76f8 to
ea7ff41Comparecrazy-max
commented
Oct 1, 2021
Not related to these changes but |
crazy-max
commented
Oct 1, 2021
d989020 to
f4f9644Compare77afbca to
cd1fd87Comparebaf747a to
381a047CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| RUN curl -fsSL https://github.com/docker/compose/releases/download/${COMPOSE_VERSION}/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose && \ | ||
| chmod +x /usr/local/bin/docker-compose |
There was a problem hiding this comment.
It's a pity we need the uname -m here, but we can probably get rid of that if (in a follow-up) we switch to compose v2
There was a problem hiding this comment.
Yep looking forward for that :)
| TARGET="${TARGET}.exe" | ||
| TARGET="${TARGET}.exe" |
There was a problem hiding this comment.
Looks like #2993 messed up formatting of out scripts and changed tabs to spaces for indentation 😞
We should probably fix that again (perhaps add a shfmt check somewhere https://github.com/moby/moby/blob/d9e3d383f56119b0ba64ed63c6d5a265fbf35f7d/Dockerfile#L204-L209
There was a problem hiding this comment.
Ah yes indeed, we should add shfmt in a follow-up, good idea.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
6e7d368 to
93d4540Compare
thaJeztah
left a comment
There was a problem hiding this comment.
LGTM
left one minor nit (but let me know if you prefer doing in a follow-up)
Uh oh!
There was an error while loading. Please reload this page.
06f6a2d to
2e59cdbCompareSigned-off-by: CrazyMax <crazy-max@users.noreply.github.com>
@thaJeztah Was trying to solve issues with the Seems to occur in https://github.com/moby/moby/blob/459d0dfbbb51fb2423a43655e6c62368ec0f36c9/plugin/fetch_linux.go#L206. Any idea @cpuguy83? Linked test Line 34 in a32cd16 |
thaJeztah
commented
Jan 19, 2022
Reading from my phone, but I recall the "unknown type" error from moby/moby#42889 (haven't found the time to look into that one). Looks like we also need to add the local registry as "insecure registry" (?) |

Follow-up #3234
Switch To GitHub Actions for e2e tests:
binaryandpluginsscriptsGO_STRIPvarplugins-windowsandplugins-osxmerged to plugins scriptalpineandbusterbase variantsAlso use20.10-dindinstead ofstable-dindbecause it has not been updated for 10 months (19.03.15).Signed-off-by: CrazyMax crazy-max@users.noreply.github.com