Job definition file - 35861 download

Copy to clipboard

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