| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "client.v8", | 8 "client.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "V8 Linux - arm - sim", | 10 "V8 Linux - arm - sim", |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 "--goma-dir", | 77 "--goma-dir", |
| 78 "[BUILD]/goma", | 78 "[BUILD]/goma", |
| 79 "--" | 79 "--" |
| 80 ], | 80 ], |
| 81 "name": "compile" | 81 "name": "compile" |
| 82 }, | 82 }, |
| 83 { | 83 { |
| 84 "cmd": [ | 84 "cmd": [ |
| 85 "python", | 85 "python", |
| 86 "-u", | 86 "-u", |
| 87 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 87 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 88 "--target", | 88 "--target", |
| 89 "Release", | 89 "Release", |
| 90 "--arch", | 90 "--arch", |
| 91 "arm", | 91 "arm", |
| 92 "--testname", | 92 "--testname", |
| 93 "unittests", | 93 "unittests", |
| 94 "--no-variants", | 94 "--no-variants", |
| 95 "--json-test-results", | 95 "--json-test-results", |
| 96 "/path/to/tmp/json" | 96 "/path/to/tmp/json" |
| 97 ], | 97 ], |
| 98 "cwd": "[SLAVE_BUILD]/v8", | 98 "cwd": "[SLAVE_BUILD]/v8", |
| 99 "name": "Unittests" | 99 "name": "Unittests" |
| 100 }, | 100 }, |
| 101 { | 101 { |
| 102 "cmd": [ | 102 "cmd": [ |
| 103 "python", | 103 "python", |
| 104 "-u", | 104 "-u", |
| 105 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 105 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 106 "--target", | 106 "--target", |
| 107 "Release", | 107 "Release", |
| 108 "--arch", | 108 "--arch", |
| 109 "arm", | 109 "arm", |
| 110 "--testname", | 110 "--testname", |
| 111 "default", | 111 "default", |
| 112 "--flaky-tests", | 112 "--flaky-tests", |
| 113 "skip", | 113 "skip", |
| 114 "--json-test-results", | 114 "--json-test-results", |
| 115 "/path/to/tmp/json" | 115 "/path/to/tmp/json" |
| 116 ], | 116 ], |
| 117 "cwd": "[SLAVE_BUILD]/v8", | 117 "cwd": "[SLAVE_BUILD]/v8", |
| 118 "name": "Check" | 118 "name": "Check" |
| 119 }, | 119 }, |
| 120 { | 120 { |
| 121 "cmd": [ | 121 "cmd": [ |
| 122 "python", | 122 "python", |
| 123 "-u", | 123 "-u", |
| 124 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 124 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 125 "--target", | 125 "--target", |
| 126 "Release", | 126 "Release", |
| 127 "--arch", | 127 "--arch", |
| 128 "arm", | 128 "arm", |
| 129 "--testname", | 129 "--testname", |
| 130 "default", | 130 "default", |
| 131 "--flaky-tests", | 131 "--flaky-tests", |
| 132 "run", | 132 "run", |
| 133 "--json-test-results", | 133 "--json-test-results", |
| 134 "/path/to/tmp/json" | 134 "/path/to/tmp/json" |
| 135 ], | 135 ], |
| 136 "cwd": "[SLAVE_BUILD]/v8", | 136 "cwd": "[SLAVE_BUILD]/v8", |
| 137 "name": "Check - flaky" | 137 "name": "Check - flaky" |
| 138 }, | 138 }, |
| 139 { | 139 { |
| 140 "cmd": [ | 140 "cmd": [ |
| 141 "python", | 141 "python", |
| 142 "-u", | 142 "-u", |
| 143 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 143 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 144 "--target", | 144 "--target", |
| 145 "Release", | 145 "Release", |
| 146 "--arch", | 146 "--arch", |
| 147 "arm", | 147 "arm", |
| 148 "--testname", | 148 "--testname", |
| 149 "webkit", | 149 "webkit", |
| 150 "--flaky-tests", | 150 "--flaky-tests", |
| 151 "skip", | 151 "skip", |
| 152 "--json-test-results", | 152 "--json-test-results", |
| 153 "/path/to/tmp/json" | 153 "/path/to/tmp/json" |
| 154 ], | 154 ], |
| 155 "cwd": "[SLAVE_BUILD]/v8", | 155 "cwd": "[SLAVE_BUILD]/v8", |
| 156 "name": "Webkit" | 156 "name": "Webkit" |
| 157 }, | 157 }, |
| 158 { | 158 { |
| 159 "cmd": [ | 159 "cmd": [ |
| 160 "python", | 160 "python", |
| 161 "-u", | 161 "-u", |
| 162 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 162 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 163 "--target", | 163 "--target", |
| 164 "Release", | 164 "Release", |
| 165 "--arch", | 165 "--arch", |
| 166 "arm", | 166 "arm", |
| 167 "--testname", | 167 "--testname", |
| 168 "webkit", | 168 "webkit", |
| 169 "--flaky-tests", | 169 "--flaky-tests", |
| 170 "run", | 170 "run", |
| 171 "--json-test-results", | 171 "--json-test-results", |
| 172 "/path/to/tmp/json" | 172 "/path/to/tmp/json" |
| 173 ], | 173 ], |
| 174 "cwd": "[SLAVE_BUILD]/v8", | 174 "cwd": "[SLAVE_BUILD]/v8", |
| 175 "name": "Webkit - flaky" | 175 "name": "Webkit - flaky" |
| 176 }, | 176 }, |
| 177 { | 177 { |
| 178 "cmd": [ | 178 "cmd": [ |
| 179 "python", | 179 "python", |
| 180 "-u", | 180 "-u", |
| 181 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 181 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 182 "--target", | 182 "--target", |
| 183 "Release", | 183 "Release", |
| 184 "--arch", | 184 "--arch", |
| 185 "arm", | 185 "arm", |
| 186 "--testname", | 186 "--testname", |
| 187 "test262", | 187 "test262", |
| 188 "--no-variants", | 188 "--no-variants", |
| 189 "--json-test-results", | 189 "--json-test-results", |
| 190 "/path/to/tmp/json" | 190 "/path/to/tmp/json" |
| 191 ], | 191 ], |
| 192 "cwd": "[SLAVE_BUILD]/v8", | 192 "cwd": "[SLAVE_BUILD]/v8", |
| 193 "name": "Test262 - no variants" | 193 "name": "Test262 - no variants" |
| 194 }, | 194 }, |
| 195 { | 195 { |
| 196 "cmd": [ | 196 "cmd": [ |
| 197 "python", | 197 "python", |
| 198 "-u", | 198 "-u", |
| 199 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 199 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 200 "--target", | 200 "--target", |
| 201 "Release", | 201 "Release", |
| 202 "--arch", | 202 "--arch", |
| 203 "arm", | 203 "arm", |
| 204 "--testname", | 204 "--testname", |
| 205 "test262-es6", | 205 "test262-es6", |
| 206 "--no-variants", | 206 "--no-variants", |
| 207 "--json-test-results", | 207 "--json-test-results", |
| 208 "/path/to/tmp/json" | 208 "/path/to/tmp/json" |
| 209 ], | 209 ], |
| 210 "cwd": "[SLAVE_BUILD]/v8", | 210 "cwd": "[SLAVE_BUILD]/v8", |
| 211 "name": "Test262-es6 - no variants" | 211 "name": "Test262-es6 - no variants" |
| 212 }, | 212 }, |
| 213 { | 213 { |
| 214 "cmd": [ | 214 "cmd": [ |
| 215 "python", | 215 "python", |
| 216 "-u", | 216 "-u", |
| 217 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 217 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 218 "--target", | 218 "--target", |
| 219 "Release", | 219 "Release", |
| 220 "--arch", | 220 "--arch", |
| 221 "arm", | 221 "arm", |
| 222 "--testname", | 222 "--testname", |
| 223 "mozilla", | 223 "mozilla", |
| 224 "--json-test-results", | 224 "--json-test-results", |
| 225 "/path/to/tmp/json" | 225 "/path/to/tmp/json" |
| 226 ], | 226 ], |
| 227 "cwd": "[SLAVE_BUILD]/v8", | 227 "cwd": "[SLAVE_BUILD]/v8", |
| 228 "name": "Mozilla" | 228 "name": "Mozilla" |
| 229 } | 229 } |
| 230 ] | 230 ] |
| OLD | NEW |