lava: Update recursive DNS server for babeltrace-benchmark jobs
[lttng-ci.git] / scripts / babeltrace-benchmark / template_lava_job_bt_benchmark.jinja2
1 device_type: x86
2 job_name: babeltrace_benchmark
3 timeouts:
4 job:
5 hours: 3
6 action:
7 hours: 3
8 connection:
9 minutes: 4
10 connections:
11 lava-test-shell:
12 minutes: 4
13 priority: medium
14 visibility: public
15 context:
16 extra_kernel_args: "cpuidle.off=1 idle=poll cpufreq.off=1 numa_balancing=disable"
17 extra_nfsroot_args: ",nfsvers=3 nfsrootdebug"
18
19 tags:
20 - dev-sda1
21
22
23 actions:
24 - deploy:
25 timeout:
26 minutes: 10
27 to: tftp
28 kernel:
29 url: {{ kernel_url }}
30 type: zimage
31 nfsrootfs:
32 url: {{ nfsrootfs_url }}
33 sha256sum: {{ nfsrootfs_sha256 }}
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.13 > /etc/resolv.conf
66 - ip a
67 - mount /dev/sda1 /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.033672 seconds and 4 git commands to generate.