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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/gyp_goma.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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 "-m", 271 "-m",
272 "chromium.mac", 272 "chromium.mac",
273 "-b", 273 "-b",
274 "ios-simulator", 274 "ios-simulator",
275 "--config-file", 275 "--config-file",
276 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 276 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
277 "--goma-dir", 277 "--goma-dir",
278 "[CACHE]/cipd/goma", 278 "[CACHE]/cipd/goma",
279 "//out/Debug-iphonesimulator" 279 "//out/Debug-iphonesimulator"
280 ], 280 ],
281 "cwd": "[SLAVE_BUILD]/src",
281 "env": { 282 "env": {
282 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 283 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
283 }, 284 },
284 "name": "generate_build_files (with patch)" 285 "name": "generate_build_files (with patch)"
285 }, 286 },
286 { 287 {
287 "cmd": [ 288 "cmd": [
288 "git", 289 "git",
289 "diff", 290 "diff",
290 "--cached", 291 "--cached",
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 "~followup_annotations": [ 372 "~followup_annotations": [
372 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@" 373 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@"
373 ] 374 ]
374 }, 375 },
375 { 376 {
376 "name": "$result", 377 "name": "$result",
377 "recipe_result": null, 378 "recipe_result": null,
378 "status_code": 0 379 "status_code": 0
379 } 380 }
380 ] 381 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/ios/try.expected/gn.json ('k') | scripts/slave/recipes/nacl/sdk.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698