diff options
author | Alexander Kanavin <alex@linutronix.de> | 2024-10-31 11:15:24 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-11-30 05:41:59 -0800 |
commit | afa029245b463d254c0f3c47d12275b36fbd5269 (patch) | |
tree | d22174f3a873e2c3ebab6ba9717ddf842518a503 | |
parent | ad7bee26f895638aabbe29325d14c6836eb06ed0 (diff) | |
download | poky-afa029245b463d254c0f3c47d12275b36fbd5269.tar.gz |
selftest/sstatetests: run CDN mirror check only once
The first no-fail check was an attempt to work around the old
CDN's instability (and it didn't really help); it should not be necessary
with the new CDN, and only delays a-full completion.
(From OE-Core rev: 6ffde2643e6ee8a2a0eddca173a254dbdc4a79bb)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 7f75c42b7fcf60a9ca58d3ded9047df675d76dc2)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/lib/oeqa/selftest/cases/sstatetests.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/cases/sstatetests.py b/meta/lib/oeqa/selftest/cases/sstatetests.py index faaf7f6b0c..fa0172dd6d 100644 --- a/meta/lib/oeqa/selftest/cases/sstatetests.py +++ b/meta/lib/oeqa/selftest/cases/sstatetests.py | |||
@@ -978,12 +978,10 @@ MACHINE = "{}" | |||
978 | 978 | ||
979 | def test_cdn_mirror_qemux86_64(self): | 979 | def test_cdn_mirror_qemux86_64(self): |
980 | exceptions = [] | 980 | exceptions = [] |
981 | self.run_test("qemux86-64", "core-image-minimal core-image-full-cmdline core-image-sato-sdk", exceptions, ignore_errors = True) | ||
982 | self.run_test("qemux86-64", "core-image-minimal core-image-full-cmdline core-image-sato-sdk", exceptions) | 981 | self.run_test("qemux86-64", "core-image-minimal core-image-full-cmdline core-image-sato-sdk", exceptions) |
983 | 982 | ||
984 | def test_cdn_mirror_qemuarm64(self): | 983 | def test_cdn_mirror_qemuarm64(self): |
985 | exceptions = [] | 984 | exceptions = [] |
986 | self.run_test("qemuarm64", "core-image-minimal core-image-full-cmdline core-image-sato-sdk", exceptions, ignore_errors = True) | ||
987 | self.run_test("qemuarm64", "core-image-minimal core-image-full-cmdline core-image-sato-sdk", exceptions) | 985 | self.run_test("qemuarm64", "core-image-minimal core-image-full-cmdline core-image-sato-sdk", exceptions) |
988 | 986 | ||
989 | def test_local_cache_qemux86_64(self): | 987 | def test_local_cache_qemux86_64(self): |