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
|
#this backend is used for edge validation
testflinger:
environment:
TRUST_TEST_KEYS: "false"
halt-timeout: 3h
wait-timeout: 1h30m
warn-timeout: 5m
kill-timeout: 3h
systems:
- ubuntu-core-18-arm-32-rpi3:
queue: rpi3b
image: https://storage.googleapis.com/snapd-spread-tests/images/pi3-18-stable-core18_edge/pi.img.xz
workers: 1
username: ubuntu
password: ubuntu
- ubuntu-core-20-arm-32-rpi3:
queue: rpi3b
image: https://storage.googleapis.com/snapd-spread-tests/images/pi3-20-stable-core20_edge/pi.img.xz
workers: 1
username: ubuntu
password: ubuntu
- ubuntu-core-22-arm-32-rpi3:
queue: rpi3b
image: https://storage.googleapis.com/snapd-spread-tests/images/pi3-22-stable-core22_edge/pi.img.xz
workers: 1
username: ubuntu
password: ubuntu
- ubuntu-core-20-arm-64-rpi4:
queue: rpi4b
image: https://storage.googleapis.com/snapd-spread-tests/images/pi4-20-stable-core20_edge/pi.img.xz
workers: 1
username: ubuntu
password: ubuntu
- ubuntu-core-22-arm-64-rpi4:
queue: rpi4b
image: https://storage.googleapis.com/snapd-spread-tests/images/pi4-22-stable-core22_edge/pi.img.xz
workers: 1
username: ubuntu
password: ubuntu
- ubuntu-core-24-arm-64-rpi4:
queue: rpi4b
image: https://storage.googleapis.com/snapd-spread-tests/images/pi4-24-stable-core24_edge/pi.img.xz
workers: 1
username: ubuntu
password: ubuntu
- ubuntu-core-24-arm-64-rpi5:
queue: rpi5b
image: https://storage.googleapis.com/snapd-spread-tests/images/pi4-24-stable-core24_edge/pi.img.xz
workers: 1
username: ubuntu
password: ubuntu
|