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

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

Issue 2234893002: ios: fix cwd for git diff (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 }, 306 },
307 "name": "generate_build_files (with patch)" 307 "name": "generate_build_files (with patch)"
308 }, 308 },
309 { 309 {
310 "cmd": [ 310 "cmd": [
311 "git", 311 "git",
312 "diff", 312 "diff",
313 "--cached", 313 "--cached",
314 "--name-only" 314 "--name-only"
315 ], 315 ],
316 "cwd": "[SLAVE_BUILD]/src", 316 "cwd": "[BUILDER_CACHE]/ios_simulator_gn/src",
317 "name": "git diff to analyze patch", 317 "name": "git diff to analyze patch",
318 "stdout": "/path/to/tmp/", 318 "stdout": "/path/to/tmp/",
319 "~followup_annotations": [ 319 "~followup_annotations": [
320 "@@@STEP_LOG_LINE@files@foo.cc@@@", 320 "@@@STEP_LOG_LINE@files@foo.cc@@@",
321 "@@@STEP_LOG_END@files@@@" 321 "@@@STEP_LOG_END@files@@@"
322 ] 322 ]
323 }, 323 },
324 { 324 {
325 "cmd": [ 325 "cmd": [
326 "python", 326 "python",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 "~followup_annotations": [ 394 "~followup_annotations": [
395 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@" 395 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@"
396 ] 396 ]
397 }, 397 },
398 { 398 {
399 "name": "$result", 399 "name": "$result",
400 "recipe_result": null, 400 "recipe_result": null,
401 "status_code": 0 401 "status_code": 0
402 } 402 }
403 ] 403 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/ios/try.expected/basic.json ('k') | scripts/slave/recipes/ios/try.expected/gyp_goma.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698