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 "ios_arm64", | 10 "ios_arm64", |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 "--gsutil-py-path", | 98 "--gsutil-py-path", |
99 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 99 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
100 "--ninja-path", | 100 "--ninja-path", |
101 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 101 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
102 "--target", | 102 "--target", |
103 "Debug-iphoneos", | 103 "Debug-iphoneos", |
104 "--src-dir", | 104 "--src-dir", |
105 "[SLAVE_BUILD]/src", | 105 "[SLAVE_BUILD]/src", |
106 "--goma-cache-dir", | 106 "--goma-cache-dir", |
107 "[GOMA_CACHE]", | 107 "[GOMA_CACHE]", |
108 "--build-tool", | |
109 "ninja", | |
110 "--compiler", | 108 "--compiler", |
111 "goma-clang", | 109 "goma-clang", |
112 "--goma-jsonstatus", | 110 "--goma-jsonstatus", |
113 "/path/to/tmp/json", | 111 "/path/to/tmp/json", |
114 "--goma-service-account-json-file", | 112 "--goma-service-account-json-file", |
115 "/creds/service_accounts/service-account-goma-client.json", | 113 "/creds/service_accounts/service-account-goma-client.json", |
116 "--goma-dir", | 114 "--goma-dir", |
117 "[BUILD]/goma", | 115 "[BUILD]/goma", |
118 "--goma-fail-fast", | 116 "--goma-fail-fast", |
119 "--goma-disable-local-fallback", | 117 "--goma-disable-local-fallback", |
120 "--", | 118 "--", |
121 "All" | 119 "All" |
122 ], | 120 ], |
123 "env": { | 121 "env": { |
124 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 122 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
125 }, | 123 }, |
126 "name": "compile", | 124 "name": "compile", |
127 "~followup_annotations": [ | 125 "~followup_annotations": [ |
128 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 126 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
129 "@@@STEP_LOG_END@json.output (invalid)@@@" | 127 "@@@STEP_LOG_END@json.output (invalid)@@@" |
130 ] | 128 ] |
131 }, | 129 }, |
132 { | 130 { |
133 "name": "$result", | 131 "name": "$result", |
134 "recipe_result": null, | 132 "recipe_result": null, |
135 "status_code": 0 | 133 "status_code": 0 |
136 } | 134 } |
137 ] | 135 ] |
OLD | NEW |