summaryrefslogtreecommitdiff
path: root/sr-ir/sr-ir-qemu.yaml
blob: 0209130e19da3cb4a66718bcd13b426f2a55bb31 (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
device_type: qemu
job_name: QEMU SR-IR aarch64
timeouts:
  job:
    minutes: 1200
  action:
    minutes: 1200
  connection:
    minutes: 2
visibility: public
context:
  arch: arm64
  machine: virt,gic-version=3
  cpu: cortex-a72
  guestfs_interface: virtio
  netdevice: user
actions:
- deploy:
    namespace: target
    timeout:
      minutes: 15
    to: tmpfs
    images:
      acs:
        image_arg: -drive id=disk0,file={acs},if=none,format=raw -device virtio-blk-device,drive=disk0
          -nographic -nographic -no-acpi -m 4G -smp 2
        url: https://people.linaro.org/~ilias.apalodimas/qemu/debian/ir_acs_live_image.img
      firmware:
        image_arg: -bios {firmware}
        url: https://people.linaro.org/~ilias.apalodimas/qemu/debian/u-boot.bin
    os: oe
- boot:
    namespace: target
    timeout:
      minutes: 1200
    method: qemu
    media: tmpfs
    prompts:
      - '# ~'