Update kernel since previous kernel hang on boot
[lttng-ci.git] / scripts / babeltrace-benchmark / template_lava_job_bt_benchmark.jinja2
CommitLineData
5c65bbc2
JR
1device_type: x86
2job_name: babeltrace_benchmark
3timeouts:
4 job:
5 hours: 3
6 action:
7 hours: 3
8 connection:
9 minutes: 4
10 connections:
11 lava-test-shell:
12 minutes: 4
13priority: medium
14visibility: public
15context:
ba4e084c 16 extra_kernel_args: "cpuidle.off=1 idle=poll cpufreq.off=1 numa_balancing=disable"
5c65bbc2
JR
17 extra_nfsroot_args: ",nfsvers=3 nfsrootdebug"
18
19tags:
20 - dev-sda1
21
22
23actions:
24 - deploy:
25 timeout:
26 minutes: 10
27 to: tftp
28 kernel:
29 url: {{ kernel_url }}
30 type: zimage
5c65bbc2
JR
31 nfsrootfs:
32 url: {{ nfsrootfs_url }}
57793468 33 sha256sum: {{ nfsrootfs_sha256 }}
5c65bbc2
JR
34 compression: gz
35
36 - boot:
37 timeout:
38 minutes: 10
39 method: ipxe
40 commands: nfs
41 auto_login:
42 login_prompt: 'login:'
43 username: root
44 password_prompt: 'Password:'
45 password: root
46 prompts:
47 - 'root@linaro-server:~#'
48
49 - test:
50 definitions:
51 # Base setup of environment #
52 - repository:
53 metadata:
54 format: Lava-Test Test Definition 1.0
55 name: x86-env-setup
56 description: "Basic environment setup for x86 board"
57 os:
58 - ubuntu
59 devices:
60 - x86
61 run:
62 steps:
63 - chmod 755 /
64 - systemctl start systemd-timesyncd
65 - echo nameserver 172.18.0.12 > /etc/resolv.conf
66 - ip a
67 - mount /dev/sda /tmp
68 - rm -rf /tmp/*
69 - locale-gen en_US.UTF-8
70 - apt-get update
71 - apt-get upgrade
72 - hash -r
73 - sync
74 from: inline
75 name: x86-env-setup-inline
76 path: inline/x86-env-setup.yaml
77 - repository: https://github.com/lttng/lttng-ci.git
78 from: git
79 path: lava/benchmark/babeltrace/benchmark.yml
80 name: babeltrace-benchmark
81 params:
82 COMMIT: {{ commit_hash }}
This page took 0.025508 seconds and 4 git commands to generate.