]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
Revert "selftest/sstatetests: run CDN mirror check only once"
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Feb 2025 21:44:16 +0000 (21:44 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Feb 2025 21:44:42 +0000 (21:44 +0000)
This reverts commit 0d3901b768272abc2e27ba2ab807dad24917e0cf.

We've still having CDN issues so go back to the double attempt to
see if this improves things.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/sstatetests.py

index 51642445669e165f75753da3b52a532a0f6433e2..681a57f4db0299c4e2eb37ee7d8f2178222a7e9b 100644 (file)
@@ -986,10 +986,12 @@ MACHINE = "{}"
 
     def test_cdn_mirror_qemux86_64(self):
         exceptions = []
+        self.run_test("qemux86-64", "core-image-minimal core-image-full-cmdline core-image-sato-sdk", exceptions, ignore_errors = True)
         self.run_test("qemux86-64", "core-image-minimal core-image-full-cmdline core-image-sato-sdk", exceptions)
 
     def test_cdn_mirror_qemuarm64(self):
         exceptions = []
+        self.run_test("qemuarm64", "core-image-minimal core-image-full-cmdline core-image-sato-sdk", exceptions, ignore_errors = True)
         self.run_test("qemuarm64", "core-image-minimal core-image-full-cmdline core-image-sato-sdk", exceptions)
 
     def test_local_cache_qemux86_64(self):