| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.testing.master", | 8 "chromium.testing.master", |
| 9 "--builder", | 9 "--builder", |
| 10 "TestBuilder", | 10 "TestBuilder", |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 "os", | 153 "os", |
| 154 "Linux", | 154 "Linux", |
| 155 "--controller-var", | 155 "--controller-var", |
| 156 "verbosity", | 156 "verbosity", |
| 157 "INFO", | 157 "INFO", |
| 158 "--task", | 158 "--task", |
| 159 "task-hash", | 159 "task-hash", |
| 160 "[SLAVE_BUILD]/src/testing/legion/examples/hello_world/task_test.isolated" | 160 "[SLAVE_BUILD]/src/testing/legion/examples/hello_world/task_test.isolated" |
| 161 ], | 161 ], |
| 162 "cwd": "[SLAVE_BUILD]", | 162 "cwd": "[SLAVE_BUILD]", |
| 163 "name": "Running test for hello_world_test" | 163 "name": "Running test for hello_world_test", |
| 164 "stdout": "/path/to/tmp/" |
| 164 }, | 165 }, |
| 165 { | 166 { |
| 166 "cmd": [ | 167 "cmd": [ |
| 167 "python", | 168 "python", |
| 168 "-u", | 169 "-u", |
| 169 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", | 170 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", |
| 170 "archive", | 171 "archive", |
| 171 "--isolate", | 172 "--isolate", |
| 172 "[SLAVE_BUILD]/src/testing/legion/examples/subprocess/subprocess_test.isol
ate", | 173 "[SLAVE_BUILD]/src/testing/legion/examples/subprocess/subprocess_test.isol
ate", |
| 173 "--isolated", | 174 "--isolated", |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 "os", | 219 "os", |
| 219 "Linux", | 220 "Linux", |
| 220 "--controller-var", | 221 "--controller-var", |
| 221 "verbosity", | 222 "verbosity", |
| 222 "INFO", | 223 "INFO", |
| 223 "--task", | 224 "--task", |
| 224 "task-hash", | 225 "task-hash", |
| 225 "[SLAVE_BUILD]/src/testing/legion/examples/subprocess/task.isolated" | 226 "[SLAVE_BUILD]/src/testing/legion/examples/subprocess/task.isolated" |
| 226 ], | 227 ], |
| 227 "cwd": "[SLAVE_BUILD]", | 228 "cwd": "[SLAVE_BUILD]", |
| 228 "name": "Running test for subprocess_test" | 229 "name": "Running test for subprocess_test", |
| 230 "stdout": "/path/to/tmp/" |
| 229 }, | 231 }, |
| 230 { | 232 { |
| 231 "cmd": [ | 233 "cmd": [ |
| 232 "python", | 234 "python", |
| 233 "-u", | 235 "-u", |
| 234 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", | 236 "[SLAVE_BUILD]/src/tools/swarming_client/isolate.py", |
| 235 "archive", | 237 "archive", |
| 236 "--isolate", | 238 "--isolate", |
| 237 "[SLAVE_BUILD]/src/testing/legion/examples/http_example/http_test.isolate"
, | 239 "[SLAVE_BUILD]/src/testing/legion/examples/http_example/http_test.isolate"
, |
| 238 "--isolated", | 240 "--isolated", |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 "verbosity", | 307 "verbosity", |
| 306 "INFO", | 308 "INFO", |
| 307 "--task", | 309 "--task", |
| 308 "http-client", | 310 "http-client", |
| 309 "[SLAVE_BUILD]/src/testing/legion/examples/http_example/http_client.isolat
ed", | 311 "[SLAVE_BUILD]/src/testing/legion/examples/http_example/http_client.isolat
ed", |
| 310 "--task", | 312 "--task", |
| 311 "http-server", | 313 "http-server", |
| 312 "[SLAVE_BUILD]/src/testing/legion/examples/http_example/http_server.isolat
ed" | 314 "[SLAVE_BUILD]/src/testing/legion/examples/http_example/http_server.isolat
ed" |
| 313 ], | 315 ], |
| 314 "cwd": "[SLAVE_BUILD]", | 316 "cwd": "[SLAVE_BUILD]", |
| 315 "name": "Running test for http_test" | 317 "name": "Running test for http_test", |
| 318 "stdout": "/path/to/tmp/" |
| 316 }, | 319 }, |
| 317 { | 320 { |
| 318 "name": "$result", | 321 "name": "$result", |
| 319 "recipe_result": null, | 322 "recipe_result": null, |
| 320 "status_code": 0 | 323 "status_code": 0 |
| 321 } | 324 } |
| 322 ] | 325 ] |
| OLD | NEW |