summaryrefslogtreecommitdiff
path: root/nohz.json
blob: 92bd3e52fc9a00b0a6d996f33c067bf9349f6551 (plain)
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
{
	"device_type": "arndale",
	"actions": [
	{
		"command": "deploy_linaro_image",
		"parameters": {
			"hwpack": "http://snapshots.linaro.org/kernel-hwpack/linux-lng-le-arndale/143/hwpack_linaro-arndale_20131126-1222_b143_armhf_supported.tar.gz",
			"rootfs": "http://snapshots.linaro.org/ubuntu/images/developer/565/linaro-raring-developer-20131127-565.tar.gz"
		},
		"metadata": {
			"distribution": "ubuntu",
			"hwpack.type": "arndale",
			"rootfs.type": "nano-lava"
		}
	},
	{
		"command": "boot_linaro_image",
		"parameters": {
			"boot_cmds": [
				"setenv initrd_high '0xffffffff'",
				"setenv fdt_high '0xffffffff'",
				"setenv bootcmd 'fatload mmc 0:5 0x40007000 uImage; fatload mmc 0:5 0x42000000 uInitrd; fatload mmc 0:5 0x41f00000 board.dtb; bootm 0x40007000 0x42000000 0x41f00000'",
				"setenv bootargs 'console=tty0 console=ttySAC2,115200n8 drm_kms_helper.edid_firmware=edid-1920x1080.fw root=LABEL=testrootfs rootwait ro nohz_full=1'",
				"boot"
			]
		}
	},
	{
		"command": "lava_test_shell",
		"parameters": {
			"testdef_repos": [
			{
				"git-repo": "git://git.linaro.org/people/vireshk/lava.git",
				"testdef": "nohz.yaml"
			}
			],
				"timeout": 18000
		}
	},
	{
		"command": "submit_results",
		"parameters": {
			"stream": "/anonymous/viresh.kumar/",
			"server": "http://validation.linaro.org/lava-server/RPC2/"
		}
	}
	],
		"timeout": 18000,
		"job_name": "Arndale NOHZ"
}