| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 6 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 7 "--", | 7 "--", |
| 8 "[DEPOT_TOOLS]/gsutil.py", | 8 "[DEPOT_TOOLS]/gsutil.py", |
| 9 "----", | 9 "----", |
| 10 "cp", | 10 "cp", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 "-y" | 21 "-y" |
| 22 ], | 22 ], |
| 23 "cwd": "[SLAVE_BUILD]", | 23 "cwd": "[SLAVE_BUILD]", |
| 24 "name": "Unpack the build" | 24 "name": "Unpack the build" |
| 25 }, | 25 }, |
| 26 { | 26 { |
| 27 "cmd": [ | 27 "cmd": [ |
| 28 "unpacked\\bin\\drmemory", | 28 "unpacked\\bin\\drmemory", |
| 29 "-version" | 29 "-version" |
| 30 ], | 30 ], |
| 31 "cwd": "[SLAVE_BUILD]", | |
| 32 "name": "Get the revision number", | 31 "name": "Get the revision number", |
| 33 "stdout": "/path/to/tmp/" | 32 "stdout": "/path/to/tmp/" |
| 34 }, | 33 }, |
| 35 { | 34 { |
| 36 "cmd": [ | 35 "cmd": [ |
| 37 "..\\..\\win7-cr-builder\\build\\src\\tools\\valgrind\\chrome_tests.bat", | 36 "..\\..\\win7-cr-builder\\build\\src\\tools\\valgrind\\chrome_tests.bat", |
| 38 "-t", | 37 "-t", |
| 39 "url", | 38 "url", |
| 40 "--tool", | 39 "--tool", |
| 41 "drmemory_light", | 40 "drmemory_light", |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 "DRMEMORY_COMMAND": "unpacked/bin/drmemory.exe" | 180 "DRMEMORY_COMMAND": "unpacked/bin/drmemory.exe" |
| 182 }, | 181 }, |
| 183 "name": "Chromium 'unit' tests" | 182 "name": "Chromium 'unit' tests" |
| 184 }, | 183 }, |
| 185 { | 184 { |
| 186 "name": "$result", | 185 "name": "$result", |
| 187 "recipe_result": null, | 186 "recipe_result": null, |
| 188 "status_code": 0 | 187 "status_code": 0 |
| 189 } | 188 } |
| 190 ] | 189 ] |
| OLD | NEW |