Job definition file - 25328 download

Name
rpi4-corelab-01 (reports)
Requested type
bcm2711-rpi-4-b (reports)
Copy to clipboard

1
2
3
4
metadata:
5
image.url: https://github.com/montjoie/lava-healthchecks-binary/blob/master/stable/linux-5.10.y/v5.10.10/arm64/defconfig/gcc-8/
6
kernel.tree: stable
7
kernel.version: v5.10.10
8
kernel.endian: little
9
kernel.defconfig: defconfig
10
kernel.defconfig_full: defconfig
11
platform.dtb: dtbs/broadcom/bcm2711-rpi-4-b.dtb
12
platform.dtb_short: bcm2711-rpi-4-b.dtb
13
platform.fastboot: false
14
platform.mach: broadcom
15
test.plan: baseline
16
test.plan_variant: baseline
17
git.commit: 8dc0fcbcfa97bdeb514fa229125791a467e0e319
18
git.describe: v5.10.10
19
git.branch: linux-5.10.y
20
git.url: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
21
device.type: bcm2711-rpi-4-b
22
job.arch: arm64
23
job.name: stable-linux-5.10.y-v5.10.10-arm64-defconfig-gcc-8-bcm2711-rpi-4-b.dtb-bcm2711-rpi-4-b-baseline
24
job.kernel_url: https://github.com/montjoie/lava-healthchecks-binary/blob/master/stable/linux-5.10.y/v5.10.10/arm64/defconfig/gcc-8/Image?raw=true
25
job.kernel_image: Image
26
job.modules_url: https://github.com/montjoie/lava-healthchecks-binary/blob/master/stable/linux-5.10.y/v5.10.10/arm64/defconfig/gcc-8/modules.tar.xz?raw=true
27
job.initrd_url: https://github.com/montjoie/lava-healthchecks-binary/blob/master/images/rootfs/buildroot/kci-2020.05-4-g97706c5d9567/arm64/baseline/rootfs.cpio.gz?raw=true
28
job.nfsrootfs_url: None
29
job.dtb_url: https://github.com/montjoie/lava-healthchecks-binary/blob/master/stable/linux-5.10.y/v5.10.10/arm64/defconfig/gcc-8/dtbs/broadcom/bcm2711-rpi-4-b.dtb?raw=true
30
job.file_server_resource: stable/linux-5.10.y/v5.10.10/arm64/defconfig/gcc-8
31
job.build_environment: gcc-8
32
33
34
35
36
37
38
39
device_type: bcm2711-rpi-4-b
40
41
42
context:
43
extra_kernel_args: console_msg_format=syslog
44
45
46
47
job_name: Health Check for bcm2711-rpi-4-b with v5.10.10
48
timeouts:
49
job:
50
minutes: 10
51
action:
52
minutes: 10
53
actions:
54
power-off:
55
seconds: 30
56
priority: medium
57
visibility: public
58
59
60
61
62
63
64
actions:
65
- deploy:
66
timeout:
67
minutes: 10
68
to: tftp
69
kernel:
70
url: https://github.com/montjoie/lava-healthchecks-binary/blob/master/stable/linux-5.10.y/v5.10.10/arm64/defconfig/gcc-8/Image?raw=true
71
type: image
72
ramdisk:
73
url: https://github.com/montjoie/lava-healthchecks-binary/blob/master/images/rootfs/buildroot/kci-2020.05-4-g97706c5d9567/arm64/baseline/rootfs.cpio.gz?raw=true
74
compression: gz
75
modules:
76
url: https://github.com/montjoie/lava-healthchecks-binary/blob/master/stable/linux-5.10.y/v5.10.10/arm64/defconfig/gcc-8/modules.tar.xz?raw=true
77
compression: xz
78
dtb:
79
url: https://github.com/montjoie/lava-healthchecks-binary/blob/master/stable/linux-5.10.y/v5.10.10/arm64/defconfig/gcc-8/dtbs/broadcom/bcm2711-rpi-4-b.dtb?raw=true
80
os: oe
81
82
83
- boot:
84
timeout:
85
minutes: 5
86
method: u-boot
87
commands: ramdisk
88
prompts:
89
- '/ #'
90
91
92
- test:
93
timeout:
94
minutes: 1
95
definitions:
96
- repository:
97
metadata:
98
format: Lava-Test Test Definition 1.0
99
name: baseline
100
description: "baseline test plan"
101
os:
102
- debian
103
scope:
104
- functional
105
environment:
106
- lava-test-shell
107
run:
108
steps:
109
- KERNELCI_LAVA=y /bin/sh /opt/kernelci/dmesg.sh
110
from: inline
111
name: dmesg
112
path: inline/dmesg.yaml
113
114
- test:
115
timeout:
116
minutes: 1
117
definitions:
118
- repository:
119
metadata:
120
format: Lava-Test Test Definition 1.0
121
name: baseline
122
description: "baseline test plan"
123
os:
124
- debian
125
scope:
126
- functional
127
environment:
128
- lava-test-shell
129
run:
130
steps:
131
- export PATH=/opt/bootrr/helpers:$PATH
132
- cd /opt/bootrr && sh helpers/bootrr-auto
133
lava-signal: kmsg
134
from: inline
135
name: bootrr
136
path: inline/bootrr.yaml