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 "client.libyuv", | 8 "client.libyuv", |
9 "--builder", | 9 "--builder", |
10 "Linux Memcheck", | 10 "Linux Memcheck", |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 "name": "gclient runhooks" | 62 "name": "gclient runhooks" |
63 }, | 63 }, |
64 { | 64 { |
65 "cmd": [ | 65 "cmd": [ |
66 "python", | 66 "python", |
67 "-u", | 67 "-u", |
68 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 68 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
69 "--show-path", | 69 "--show-path", |
70 "python", | 70 "python", |
71 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 71 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 72 "--gsutil-py-path", |
| 73 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
72 "--ninja-path", | 74 "--ninja-path", |
73 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 75 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
74 "--target", | 76 "--target", |
75 "Release", | 77 "Release", |
76 "--src-dir", | 78 "--src-dir", |
77 "[SLAVE_BUILD]/src", | 79 "[SLAVE_BUILD]/src", |
78 "--goma-cache-dir", | 80 "--goma-cache-dir", |
79 "[GOMA_CACHE]", | 81 "[GOMA_CACHE]", |
80 "--build-tool", | 82 "--build-tool", |
81 "ninja", | 83 "ninja", |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
121 ], | 123 ], |
122 "cwd": "[SLAVE_BUILD]", | 124 "cwd": "[SLAVE_BUILD]", |
123 "name": "libyuv_unittest" | 125 "name": "libyuv_unittest" |
124 }, | 126 }, |
125 { | 127 { |
126 "name": "$result", | 128 "name": "$result", |
127 "recipe_result": null, | 129 "recipe_result": null, |
128 "status_code": 0 | 130 "status_code": 0 |
129 } | 131 } |
130 ] | 132 ] |
OLD | NEW |