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 "Android32 x86 Debug", | 10 "Android32 x86 Debug", |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 "--gsutil-py-path", | 73 "--gsutil-py-path", |
74 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 74 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
75 "--ninja-path", | 75 "--ninja-path", |
76 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 76 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
77 "--target", | 77 "--target", |
78 "Debug", | 78 "Debug", |
79 "--src-dir", | 79 "--src-dir", |
80 "[SLAVE_BUILD]/src", | 80 "[SLAVE_BUILD]/src", |
81 "--goma-cache-dir", | 81 "--goma-cache-dir", |
82 "[GOMA_CACHE]", | 82 "[GOMA_CACHE]", |
83 "--build-tool", | |
84 "ninja", | |
85 "--compiler", | 83 "--compiler", |
86 "goma", | 84 "goma", |
87 "--goma-jsonstatus", | 85 "--goma-jsonstatus", |
88 "/path/to/tmp/json", | 86 "/path/to/tmp/json", |
89 "--goma-service-account-json-file", | 87 "--goma-service-account-json-file", |
90 "/creds/service_accounts/service-account-goma-client.json", | 88 "/creds/service_accounts/service-account-goma-client.json", |
91 "--goma-dir", | 89 "--goma-dir", |
92 "[BUILD]/goma", | 90 "[BUILD]/goma", |
93 "--" | 91 "--" |
94 ], | 92 ], |
95 "env": { | 93 "env": { |
96 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 94 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
97 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 95 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
98 }, | 96 }, |
99 "name": "compile", | 97 "name": "compile", |
100 "~followup_annotations": [ | 98 "~followup_annotations": [ |
101 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 99 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
102 "@@@STEP_LOG_END@json.output (invalid)@@@" | 100 "@@@STEP_LOG_END@json.output (invalid)@@@" |
103 ] | 101 ] |
104 }, | 102 }, |
105 { | 103 { |
106 "name": "$result", | 104 "name": "$result", |
107 "recipe_result": null, | 105 "recipe_result": null, |
108 "status_code": 0 | 106 "status_code": 0 |
109 } | 107 } |
110 ] | 108 ] |
OLD | NEW |