Conversation
b5afd3f to
5c8b685
Compare
|
Thanks @AkihiroSuda, the new pipeline stages give us the first feedback. LGTM! It found some failing tests, eg. https://ci-next.docker.com/public/blue/organizations/jenkins/moby/detail/PR-41925/6/pipeline/224/#step-227-log-705 is failing. |
unable to repro on my Ubuntu 20.10 host. Maybe kernel cmdline needs |
|
OK, I'll add |
|
Yes, that did it. The |
|
Thanks 🎉 |
|
s390x and ppc64 failures are unrelated |
|
@tiborvass ptal |
5c8b685 to
54afede
Compare
|
Still odd why this one is failing; and why it's loading all frozen images; |
|
AH!! 🤦 moby/testutil/fixtures/load/frozen.go Lines 24 to 26 in 46cdcd2 |
|
Still no idea what exactly is failing there on ppc64; Possibly the |
The test fails intermittently on cgroup v2.
```
=== FAIL: amd64.integration.container TestInspectOomKilledTrue (0.53s)
kill_test.go:171: assertion failed: true (true bool) != false (inspect.State.OOMKilled bool)
```
Tracked in issue 41929
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
54afede to
1d4adda
Compare
|
|
Thanks to Stefan Scherer for setting up the Jenkins nodes. Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
1d4adda to
c23b99f
Compare
|
Can we merge this? Failures on ppc64le and s390x are unrelated. |
|
Yes, let's merge this one |
Thanks to @StefanScherer for setting up the Jenkins nodes: #41218 (comment)
Closes #41218
Replaces #41918 (Vagrant on GitHub Actions)
TestInspectOomKilledTrueis skipped due to its flakiness on v2 (Flaky test: cgroup2: TestInspectOomKilledTrue fails intermittently #41929)