Update to sha-specific nanoserver image reference to fix AppVeyor CI runs#3222
Update to sha-specific nanoserver image reference to fix AppVeyor CI runs#3222crosbymichael merged 2 commits intocontainerd:masterfrom
Conversation
|
Testing if #3217 is related to integration tests no longer running on AppVeyor |
|
Additional info: all current PRs in containerd are "hanging" at running integration tests, which starts a containerd daemon; output ends here: |
|
I give up; I reverted the two commits (as a test within this PR) that precedes regular failures of AppVeyor, but even that is hanging on |
Signed-off-by: Phil Estes <[email protected]>
|
based on #3228 discussion and the docs from appveyor about which Docker images are present, maybe we can just use the sha-specific nanoserver image. |
|
cool. if it can pass CI, please close my pr. thanks! |
|
Green! 😅 |
Codecov Report
@@ Coverage Diff @@
## master #3222 +/- ##
==========================================
- Coverage 48.65% 44.63% -4.03%
==========================================
Files 102 113 +11
Lines 9569 12161 +2592
==========================================
+ Hits 4656 5428 +772
- Misses 4087 5898 +1811
- Partials 826 835 +9
Continue to review full report at Codecov.
|
Kill the underlying containerd after outputting error. Otherwise CI hangs indefinitely and requires the CI infrastructure to kill the build at the timeout expiration. Signed-off-by: Wei Fu <[email protected]> Signed-off-by: Phil Estes <[email protected]>
|
@containerd/containerd-maintainers this could use a quick review and merge as we have about 7+ PRs waiting for the ability to run AppVeyor properly which will need to rebase on this change. |
|
LGTM |
Testing whether there is an actual problem runningmake integrationon Windows, or whether AppVeyor is just extremely slow...Updating nanoserver image with available exact tag; fix from @fuweid to not have CI hang in the future when this (or another image pull transient failure) happens.
Fixes: #3227
Signed-off-by: Phil Estes [email protected]