|
@@ -62,6 +62,7 @@ class CrossTest(CIBaseTest):
|
|
|
targets = [
|
|
|
'mc:qemuarm-stretch:isar-image-base',
|
|
|
'mc:qemuarm-buster:isar-image-base',
|
|
|
+ 'mc:qemuarm-bullseye:isar-image-base',
|
|
|
'mc:qemuarm64-stretch:isar-image-base',
|
|
|
'mc:qemuamd64-stretch:isar-image-base',
|
|
|
'mc:de0-nano-soc-buster:isar-image-base',
|
|
@@ -81,16 +82,6 @@ class CrossTest(CIBaseTest):
|
|
|
except:
|
|
|
self.cancel('KFAIL')
|
|
|
|
|
|
- def test_cross_bullseye(self):
|
|
|
- targets = [
|
|
|
- 'mc:qemuarm-bullseye:isar-image-base'
|
|
|
- ]
|
|
|
-
|
|
|
- try:
|
|
|
- self.perform_build_test(targets, 1, None)
|
|
|
- except:
|
|
|
- self.cancel('KFAIL')
|
|
|
-
|
|
|
def test_cross_bookworm(self):
|
|
|
targets = [
|
|
|
'mc:qemuarm-bookworm:isar-image-base'
|
|
@@ -124,18 +115,24 @@ class NoCrossTest(CIBaseTest):
|
|
|
targets = [
|
|
|
'mc:qemuarm-stretch:isar-image-base',
|
|
|
'mc:qemuarm-buster:isar-image-base',
|
|
|
+ 'mc:qemuarm-bullseye:isar-image-base',
|
|
|
'mc:qemuarm64-stretch:isar-image-base',
|
|
|
'mc:qemui386-stretch:isar-image-base',
|
|
|
'mc:qemui386-buster:isar-image-base',
|
|
|
+ 'mc:qemui386-bullseye:isar-image-base',
|
|
|
'mc:qemuamd64-stretch:isar-image-base',
|
|
|
'mc:qemuamd64-buster:isar-image-base',
|
|
|
'mc:qemuamd64-buster-tgz:isar-image-base',
|
|
|
'mc:qemuamd64-buster-cpiogz:isar-image-base',
|
|
|
'mc:qemuamd64-buster:isar-initramfs',
|
|
|
+ 'mc:qemuamd64-bullseye:isar-image-base',
|
|
|
'mc:qemumipsel-stretch:isar-image-base',
|
|
|
'mc:qemumipsel-buster:isar-image-base',
|
|
|
+ 'mc:qemumipsel-bullseye:isar-image-base',
|
|
|
'mc:nand-ubi-demo-buster:isar-image-ubi',
|
|
|
'mc:rpi-stretch:isar-image-base',
|
|
|
+ 'mc:hikey-bullseye:isar-image-base',
|
|
|
+ 'mc:virtualbox-bullseye:isar-image-base',
|
|
|
'mc:qemuamd64-focal:isar-image-base'
|
|
|
]
|
|
|
|
|
@@ -145,21 +142,6 @@ class NoCrossTest(CIBaseTest):
|
|
|
|
|
|
self.perform_build_test(targets, 0, None)
|
|
|
|
|
|
- def test_nocross_bullseye(self):
|
|
|
- targets = [
|
|
|
- 'mc:qemuamd64-bullseye:isar-image-base',
|
|
|
- 'mc:qemuarm-bullseye:isar-image-base',
|
|
|
- 'mc:qemui386-bullseye:isar-image-base',
|
|
|
- 'mc:qemumipsel-bullseye:isar-image-base',
|
|
|
- 'mc:hikey-bullseye:isar-image-base',
|
|
|
- 'mc:virtualbox-bullseye:isar-image-base'
|
|
|
- ]
|
|
|
-
|
|
|
- try:
|
|
|
- self.perform_build_test(targets, 0, None)
|
|
|
- except:
|
|
|
- self.cancel('KFAIL')
|
|
|
-
|
|
|
def test_nocross_bookworm(self):
|
|
|
targets = [
|
|
|
'mc:qemuamd64-bookworm:isar-image-base',
|