Skip to content

Commit 05895c7

Browse files
author
Helen Koike
committed
[Draft] Add android-mainline
Add definitions of android-mainline from legacy system to the new system. Add android-mainline tree Add lab-kontron and lab-pengutronix definitions Add respective platforms Signed-off-by: Helen Koike <[email protected]>
1 parent ea246a6 commit 05895c7

File tree

1 file changed

+119
-0
lines changed

1 file changed

+119
-0
lines changed

config/pipeline.yaml

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,22 @@ storage:
101101

102102
runtimes:
103103

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+
104120
docker:
105121
lab_type: docker
106122
env_file: '/home/kernelci/.docker-env'
@@ -259,6 +275,9 @@ trees:
259275
mediatek:
260276
url: 'https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git'
261277

278+
android:
279+
url: 'https://android.googlesource.com/kernel/common'
280+
262281
platforms:
263282

264283
docker:
@@ -342,9 +361,91 @@ platforms:
342361

343362
shell:
344363

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'
345410

346411
scheduler:
347412

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+
348449
- job: baseline-arm64
349450
event:
350451
channel: node
@@ -552,3 +653,21 @@ build_configs:
552653
tree: mediatek
553654
branch: 'for-next'
554655
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

Comments
 (0)