aboutsummaryrefslogtreecommitdiff
path: root/test-configs.yaml
diff options
context:
space:
mode:
authorKhouloud Touil <ktouil@baylibre.com>2019-07-31 14:10:13 +0200
committerGuillaume Tucker <guillaume.tucker@collabora.com>2019-08-09 10:51:21 +0200
commit2588889b93b55b28c7a6fe3bcc3b170ee3ce936e (patch)
tree17053fe194d5de5818f7ad0bb2a9ce834a396677 /test-configs.yaml
parent6a6d2e030b498e7de463efe26cf4efd948ae94a4 (diff)
test-config.yaml: Add support for meson-g12-odroid-n2
We have a meson-g12-odroid-n2 in lab-baylibre, ready to accept jobs. Signed-off-by: Khouloud Touil <ktouil@baylibre.com>
Diffstat (limited to 'test-configs.yaml')
-rw-r--r--test-configs.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/test-configs.yaml b/test-configs.yaml
index 79f21d5..9c7d233 100644
--- a/test-configs.yaml
+++ b/test-configs.yaml
@@ -590,6 +590,13 @@ device_types:
filters:
- blacklist: {defconfig: ['allnoconfig', 'allmodconfig']}
+ meson-g12b-odroid-n2:
+ mach: amlogic
+ class: arm64-dtb
+ boot_method: uboot
+ filters:
+ - blacklist: {defconfig: ['allnoconfig', 'allmodconfig']}
+
meson_gxbb_p200:
name: 'meson-gxbb-p200'
mach: amlogic
@@ -1166,6 +1173,9 @@ test_configs:
- device_type: meson-g12a-x96-max
test_plans: [boot, simple]
+ - device_type: meson-g12b-odroid-n2
+ test_plans: [boot, simple]
+
- device_type: meson_gxbb_p200
test_plans: [boot, kselftest]