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 "Android Debug (GN)", | 10 "Android Debug (GN)", |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
86 "--gsutil-py-path", | 86 "--gsutil-py-path", |
87 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 87 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
88 "--ninja-path", | 88 "--ninja-path", |
89 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 89 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
90 "--target", | 90 "--target", |
91 "Debug", | 91 "Debug", |
92 "--src-dir", | 92 "--src-dir", |
93 "[SLAVE_BUILD]/src", | 93 "[SLAVE_BUILD]/src", |
94 "--goma-cache-dir", | 94 "--goma-cache-dir", |
95 "[GOMA_CACHE]", | 95 "[GOMA_CACHE]", |
96 "--build-tool", | |
97 "ninja", | |
98 "--compiler", | 96 "--compiler", |
99 "goma", | 97 "goma", |
100 "--goma-jsonstatus", | 98 "--goma-jsonstatus", |
101 "/path/to/tmp/json", | 99 "/path/to/tmp/json", |
102 "--goma-service-account-json-file", | 100 "--goma-service-account-json-file", |
103 "/creds/service_accounts/service-account-goma-client.json", | 101 "/creds/service_accounts/service-account-goma-client.json", |
104 "--goma-dir", | 102 "--goma-dir", |
105 "[BUILD]/goma", | 103 "[BUILD]/goma", |
106 "--", | 104 "--", |
107 "all" | 105 "all" |
108 ], | 106 ], |
109 "env": { | 107 "env": { |
110 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 108 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
111 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 109 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
112 }, | 110 }, |
113 "name": "compile", | 111 "name": "compile", |
114 "~followup_annotations": [ | 112 "~followup_annotations": [ |
115 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 113 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
116 "@@@STEP_LOG_END@json.output (invalid)@@@" | 114 "@@@STEP_LOG_END@json.output (invalid)@@@" |
117 ] | 115 ] |
118 }, | 116 }, |
119 { | 117 { |
120 "name": "$result", | 118 "name": "$result", |
121 "recipe_result": null, | 119 "recipe_result": null, |
122 "status_code": 0 | 120 "status_code": 0 |
123 } | 121 } |
124 ] | 122 ] |
OLD | NEW |