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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/gn.json

Issue 2161643002: chromium.run_mb: set cwd to checkout (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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 "-m", 270 "-m",
271 "chromium.mac", 271 "chromium.mac",
272 "-b", 272 "-b",
273 "ios-simulator-gn", 273 "ios-simulator-gn",
274 "--config-file", 274 "--config-file",
275 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 275 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
276 "--goma-dir", 276 "--goma-dir",
277 "[CACHE]/cipd/goma", 277 "[CACHE]/cipd/goma",
278 "//out/Debug-iphonesimulator" 278 "//out/Debug-iphonesimulator"
279 ], 279 ],
280 "cwd": "[SLAVE_BUILD]/src",
280 "env": { 281 "env": {
281 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 282 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
282 }, 283 },
283 "name": "generate_build_files (with patch)" 284 "name": "generate_build_files (with patch)"
284 }, 285 },
285 { 286 {
286 "cmd": [ 287 "cmd": [
287 "git", 288 "git",
288 "diff", 289 "diff",
289 "--cached", 290 "--cached",
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 "~followup_annotations": [ 371 "~followup_annotations": [
371 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@" 372 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@"
372 ] 373 ]
373 }, 374 },
374 { 375 {
375 "name": "$result", 376 "name": "$result",
376 "recipe_result": null, 377 "recipe_result": null,
377 "status_code": 0 378 "status_code": 0
378 } 379 }
379 ] 380 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698