@@ -101,6 +101,22 @@ storage:
101
101
102
102
runtimes :
103
103
104
+ lab-kontron :
105
+ lab_type : legacy.lava_rest
106
+ url : ' https://lavalab.kontron.com/'
107
+ filters :
108
+ - passlist :
109
+ plan :
110
+ - baseline
111
+
112
+ lab-pengutronix :
113
+ lab_type : legacy.lava_rest
114
+ url : ' https://hekla.openlab.pengutronix.de/'
115
+ filters :
116
+ - passlist :
117
+ plan :
118
+ - baseline
119
+
104
120
docker :
105
121
lab_type : docker
106
122
env_file : ' /home/kernelci/.docker-env'
@@ -259,6 +275,9 @@ trees:
259
275
mediatek :
260
276
url : ' https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git'
261
277
278
+ android :
279
+ url : ' https://android.googlesource.com/kernel/common'
280
+
262
281
platforms :
263
282
264
283
docker :
@@ -342,9 +361,91 @@ platforms:
342
361
343
362
shell :
344
363
364
+ kontron-kswitch-d10-mmt-6g-2gs :
365
+ mach : at91
366
+ class : arm-dtb
367
+ dtb : ' lan966x-kontron-kswitch-d10-mmt-6g-2gs.dtb'
368
+ boot_method : uboot
369
+
370
+ kontron-kswitch-d10-mmt-8g :
371
+ mach : at91
372
+ class : arm-dtb
373
+ dtb : ' lan966x-kontron-kswitch-d10-mmt-8g.dtb'
374
+ boot_method : uboot
375
+
376
+ imx6dl-riotboard :
377
+ mach : imx
378
+ class : arm-dtb
379
+ boot_method : barebox
380
+ filters :
381
+ - blocklist :
382
+ defconfig :
383
+ - ' imx_v4_v5_defconfig'
384
+ - ' multi_v5_defconfig'
385
+ - ' allmodconfig'
386
+
387
+ imx6qp-wandboard-revd1 :
388
+ mach : imx
389
+ class : arm-dtb
390
+ boot_method : barebox
391
+ flags : ['fastboot']
392
+ filters :
393
+ - blocklist :
394
+ defconfig :
395
+ - ' imx_v4_v5_defconfig'
396
+ - ' multi_v5_defconfig'
397
+ - ' allmodconfig'
398
+
399
+ dove-cubox :
400
+ mach : mvebu
401
+ class : arm-dtb
402
+ boot_method : barebox
403
+ filters :
404
+ - blocklist :
405
+ defconfig :
406
+ - ' allmodconfig'
407
+ - ' allnoconfig'
408
+ - ' tinyconfig'
409
+ - ' -chromebook'
345
410
346
411
scheduler :
347
412
413
+ - job : baseline-armel-kontron-android_mainline
414
+ event :
415
+ channel : node
416
+ name : android-mainline
417
+ result : pass
418
+ runtime :
419
+ type : legacy.lava_rest
420
+ name : lab-kontron
421
+ platforms :
422
+ - kontron-kswitch-d10-mmt-6g-2gs
423
+ - kontron-kswitch-d10-mmt-8g
424
+
425
+ - job : baseline-armel-pengutronix-android_mainline
426
+ event :
427
+ channel : node
428
+ name : android-mainline
429
+ result : pass
430
+ runtime :
431
+ type : legacy.lava_rest
432
+ name : lab-pengutronix
433
+ platforms :
434
+ - imx6dl-riotboard
435
+ - imx6qp-wandboard-revd1
436
+
437
+ - job : baseline-armel-android_mainline_imx
438
+ event :
439
+ channel : node
440
+ name : android-mainline-imx
441
+ result : pass
442
+ runtime :
443
+ type : legacy.lava_rest
444
+ name : lab-kontron
445
+ platforms :
446
+ - imx6dl-riotboard
447
+ - imx6qp-wandboard-revd1
448
+
348
449
- job : baseline-arm64
349
450
event :
350
451
channel : node
@@ -552,3 +653,21 @@ build_configs:
552
653
tree : mediatek
553
654
branch : ' for-next'
554
655
variants : *build-variants
656
+
657
+ android_mainline :
658
+ tree : android
659
+ branch : ' android-mainline'
660
+ build_environment : gcc-10
661
+ arch : armel
662
+ defconfig : multi_v7_defconfig
663
+ filters :
664
+ - regex : { defconfig: 'multi_v7_defconfig' }
665
+
666
+ android_mainline_imx :
667
+ tree : android
668
+ branch : ' android-mainline'
669
+ build_environment : gcc-10
670
+ arch : armel
671
+ defconfig : imx_v6_v7_defconfig
672
+ filters :
673
+ - regex : { defconfig: 'imx_v6_v7_defconfig' }
0 commit comments