appveyor: make CI happy #3228
Conversation
42abb98 to
71b0555
Compare
|
CI is hang at pulling seed image I set 30s timeout and dump goroutine stack after pulling seed image. Because the But the wait is hang.... job url is here cc @estesp |
|
ping @jterry75 any idea about the seed image name here? |
9fd160c to
a715c7d
Compare
|
Ah, yes,
So if CI is using Windows Server 2019, that image would need to be something like If it's running Windows Server 2016, then it's gonna be more tricky because nano server for Windows Server 2016 no longer exists. |
`microsoft/nanoserver:latest` is not found. We need to use existing tag which doen't change frequently. Fix: containerd#3227 Signed-off-by: Wei Fu <[email protected]>
no idea about this error. ping @jterry75 @jhowardmsft |
| if _, err = client.Pull(ctx, testImage, WithPullUnpack); err != nil { | ||
| ctrd.Stop() | ||
| ctrd.Wait() | ||
| fmt.Fprintf(os.Stderr, "%s: %s\n", err, buf.String()) |
There was a problem hiding this comment.
show the error first and then kill it.
There was a problem hiding this comment.
I'm going to pull this fix into #3222 because if this ever happens again, it causes quite a backup as it requires the full 60 minutes to expire before AppVeyor kills the run.
microsoft/nanoserver:latestis not found. We need to use existing tagwhich doen't change frequently.
Fix: #3227
Signed-off-by: Wei Fu [email protected]