~linaro-graphics-wg/linaro-graphics-tests/trunk

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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
  "job_name": "linaro-gfx-daily-$ROOTFS_TYPE-$HWPACK_TYPE",
  "device_type": "$DEVICE_TYPE",
  "timeout": 18000,
  "actions": [
    {
      "command": "deploy_linaro_image",
      "parameters": {
        "rootfs": "$ROOTFS_URL",
        "hwpack": "$HWPACK_URL"
      },
      "metadata": {
        "rootfs.type":  "$ROOTFS_TYPE",
        "rootfs.date":  "$ROOTFS_DATE",
        "rootfs.build": "$ROOTFS_BUILD",
        "hwpack.type":  "$HWPACK_TYPE",
        "hwpack.date":  "$HWPACK_DATE",
        "hwpack.build": "$HWPACK_BUILD",
        "gfx.xsession": "$XSESSION"
      }
    },
    {
      "command": "add_apt_repository",
      "parameters": {
        "arg": ["ppa:linaro-graphics-wg/ppa"]
      }
    },
    {
      "command": "lava_test_install",
      "parameters": {
        "tests": [
          "linaro.gfx.load_xsession",
          "linaro.gfx.clutter",
          "linaro.gfx.es2gears",
          "linaro.gfx.glcompbench",
          "linaro.gfx.glmark2_es2",
          "linaro.gfx.glmark2_es2_validate",
          "linaro.gfx.glmemperf",
          "linaro.gfx.gtkperf",
          "linaro.gfx.render_bench",
          "linaro.gfx.spandex_gles2",
          "linaro.gfx.x11perf"
        ],
        "install_python": [
          "bzr+http://bazaar.launchpad.net/~linaro-graphics-wg/linaro-graphics-tests/trunk/#egg=linaro-graphics-tests"
        ],
        "timeout": 1800
      }
    },
    {
      "command": "boot_linaro_image"
    },
    {
      "command": "lava_test_run",
      "parameters": {
        "test_name": "linaro.gfx.load_xsession",
        "test_options": "$XSESSION"
      }
    },
    {
      "command": "lava_test_run",
      "parameters": {
        "test_name": "linaro.gfx.clutter"
      }
    },
    {
      "command": "lava_test_run",
      "parameters": {
        "test_name": "linaro.gfx.es2gears"
      }
    },
    {
      "command": "lava_test_run",
      "parameters": {
        "test_name": "linaro.gfx.glcompbench"
      }
    },
    {
      "command": "lava_test_run",
      "parameters": {
        "test_name": "linaro.gfx.glmark2_es2"
      }
    },
    {
      "command": "lava_test_run",
      "parameters": {
        "test_name": "linaro.gfx.glmark2_es2_validate"
      }
    },
    {
      "command": "lava_test_run",
      "parameters": {
        "test_name": "linaro.gfx.glmemperf"
      }
    },
    {
      "command": "lava_test_run",
      "parameters": {
        "test_name": "linaro.gfx.gtkperf"
      }
    },
    {
      "command": "lava_test_run",
      "parameters": {
        "test_name": "linaro.gfx.render_bench"
      }
    },
    {
      "command": "lava_test_run",
      "parameters": {
        "test_name": "linaro.gfx.spandex_gles2"
      }
    },
    {
      "command": "lava_test_run",
      "parameters": {
        "test_name": "linaro.gfx.x11perf"
      }
    },
    {
      "command": "submit_results",
      "parameters": {
        "stream": "$STREAM",
        "server": "http://validation.linaro.org/lava-server/RPC2/"
      }
    }
  ]
}