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