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 "android", | 10 "android", |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 "--src-dir", | 81 "--src-dir", |
82 "[SLAVE_BUILD]/src", | 82 "[SLAVE_BUILD]/src", |
83 "--goma-cache-dir", | 83 "--goma-cache-dir", |
84 "[GOMA_CACHE]", | 84 "[GOMA_CACHE]", |
85 "--build-tool", | 85 "--build-tool", |
86 "ninja", | 86 "ninja", |
87 "--compiler", | 87 "--compiler", |
88 "goma", | 88 "goma", |
89 "--goma-jsonstatus", | 89 "--goma-jsonstatus", |
90 "/path/to/tmp/json", | 90 "/path/to/tmp/json", |
91 "--goma-service-account-json-file", | |
92 "/creds/service_accounts/service-account-goma-client.json", | |
93 "--goma-dir", | 91 "--goma-dir", |
94 "[BUILD]/goma", | 92 "[BUILD]/goma", |
95 "--goma-fail-fast", | 93 "--goma-fail-fast", |
96 "--goma-disable-local-fallback", | 94 "--goma-disable-local-fallback", |
97 "--" | 95 "--" |
98 ], | 96 ], |
99 "cwd": "[SLAVE_BUILD]", | 97 "cwd": "[SLAVE_BUILD]", |
100 "env": { | 98 "env": { |
101 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 99 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
102 }, | 100 }, |
103 "name": "compile", | 101 "name": "compile", |
104 "~followup_annotations": [ | 102 "~followup_annotations": [ |
105 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 103 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
106 "@@@STEP_LOG_END@json.output (invalid)@@@" | 104 "@@@STEP_LOG_END@json.output (invalid)@@@" |
107 ] | 105 ] |
108 }, | 106 }, |
109 { | 107 { |
110 "name": "$result", | 108 "name": "$result", |
111 "recipe_result": null, | 109 "recipe_result": null, |
112 "status_code": 0 | 110 "status_code": 0 |
113 } | 111 } |
114 ] | 112 ] |
OLD | NEW |