summaryrefslogtreecommitdiff
path: root/clusters/ci.morph
blob: 2c391477d39ca22d956d81f742120663f55f834e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
name: ci
kind: cluster
description: |
  Deploy all the systems for CD.

  This cluster morph is for use by the Mason Continuous Delivery pipeline
  during development.
systems:
- morph: systems/devel-system-x86_64-generic.morph
  deploy:
    devel-system-x86_64-generic:
      type: rawdisk
      location: devel-system-x86_64-generic.img
      DISK_SIZE: 4G
- morph: systems/devel-system-x86_32-generic.morph
  deploy:
    devel-system-x86_32-generic:
      type: rawdisk
      location: devel-system-x86_32-generic.img
      DISK_SIZE: 4G
- morph: systems/build-system-armv7lhf-jetson.morph
  deploy:
    devel-system-armv7lhf-jetson:
      type: rawdisk
      location: build-system-armv7lhf-jetson.img
      BOOTLOADER_CONFIG_FORMAT: extlinux
      BOOTLOADER_INSTALL: none
      DISK_SIZE: 2G
      DTB_PATH: boot/tegra124-jetson-tk1.dtb
      KERNEL_ARGS: cma=256M console=tty0 console=ttyS0,115200n8 no_console_suspend=1
        nouveau.pstate=1
      ROOT_DEVICE: /dev/mmcblk0p1
- morph: systems/weston-system-x86_64-generic.morph
  deploy:
    weston-system-x86_64-generic:
      type: rawdisk
      location: weston-system-x86_64-generic.img
      DISK_SIZE: 4G
      KERNEL_ARGS: vga=788
- morph: systems/weston-system-armv7lhf-jetson.morph
  deploy:
    weston-system-armv7lhf-jetson:
      type: rawdisk
      location: weston-system-armv7lhf-jetson.img
      BOOTLOADER_CONFIG_FORMAT: extlinux
      BOOTLOADER_INSTALL: none
      DISK_SIZE: 4G
      DTB_PATH: boot/tegra124-jetson-tk1.dtb
      KERNEL_ARGS: cma=256M console=tty0 console=ttyS0,115200n8 no_console_suspend=1
        nouveau.pstate=1
      ROOT_DEVICE: /dev/mmcblk0p1