Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Side by Side Diff: scripts/slave/recipes/ios/unified_builder_tester.expected/goma.json

Issue 2133483002: Fix configuration of goma in iOS recipes. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 "GYP_GENERATORS": "ninja", 187 "GYP_GENERATORS": "ninja",
188 "LANDMINES_VERBOSE": "1", 188 "LANDMINES_VERBOSE": "1",
189 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 189 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
190 }, 190 },
191 "name": "gclient runhooks", 191 "name": "gclient runhooks",
192 "~followup_annotations": [ 192 "~followup_annotations": [
193 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />use_goma=1<br />fake gyp define 1=fa ke value 1<br />fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios@@@" 193 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />use_goma=1<br />fake gyp define 1=fa ke value 1<br />fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios@@@"
194 ] 194 ]
195 }, 195 },
196 { 196 {
197 "allow_subannotations": true,
198 "cmd": [
199 "python",
200 "-u",
201 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
202 "--src-dir",
203 "[SLAVE_BUILD]/src",
204 "--output-json",
205 "/path/to/tmp/json"
206 ],
207 "env": {
208 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
209 },
210 "name": "clang_revision",
211 "~followup_annotations": [
212 "@@@STEP_LOG_LINE@json.output@{@@@",
213 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
214 "@@@STEP_LOG_LINE@json.output@}@@@",
215 "@@@STEP_LOG_END@json.output@@@"
216 ]
217 },
218 {
219 "cmd": [ 197 "cmd": [
220 "python", 198 "python",
221 "-u", 199 "-u",
222 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 200 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
223 "--show-path", 201 "--show-path",
224 "python", 202 "python",
225 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 203 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
226 "--gsutil-py-path", 204 "--gsutil-py-path",
227 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 205 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
228 "--ninja-path", 206 "--ninja-path",
229 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 207 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
230 "--target", 208 "--target",
231 "Release-iphoneos", 209 "Release-iphoneos",
232 "--src-dir", 210 "--src-dir",
233 "[SLAVE_BUILD]/src", 211 "[SLAVE_BUILD]/src",
234 "--goma-cache-dir", 212 "--goma-cache-dir",
235 "[GOMA_CACHE]", 213 "[GOMA_CACHE]",
236 "--build-tool", 214 "--build-tool",
237 "ninja", 215 "ninja",
238 "--compiler",
239 "goma-clang",
240 "--goma-jsonstatus",
241 "/path/to/tmp/json",
242 "--goma-service-account-json-file",
243 "/creds/service_accounts/service-account-goma-client.json",
244 "--goma-dir",
245 "[BUILD]/goma",
246 "--", 216 "--",
247 "All" 217 "All"
248 ], 218 ],
249 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos", 219 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos",
250 "env": { 220 "env": {
251 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 221 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
252 }, 222 },
253 "name": "compile", 223 "name": "compile"
254 "~followup_annotations": [
255 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
256 "@@@STEP_LOG_END@json.output (invalid)@@@"
257 ]
258 }, 224 },
259 { 225 {
260 "name": "$result", 226 "name": "$result",
261 "recipe_result": null, 227 "recipe_result": null,
262 "status_code": 0 228 "status_code": 0
263 } 229 }
264 ] 230 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698