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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/icu_patch.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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />fake gyp define 1=fake value 1<br /> fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios@@@" 228 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />fake gyp define 1=fake value 1<br /> fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios@@@"
229 ] 229 ]
230 }, 230 },
231 { 231 {
232 "cmd": [ 232 "cmd": [
233 "git", 233 "git",
234 "diff", 234 "diff",
235 "--cached", 235 "--cached",
236 "--name-only" 236 "--name-only"
237 ], 237 ],
238 "cwd": "[SLAVE_BUILD]/src/third_party/icu", 238 "cwd": "[BUILDER_CACHE]/ios_simulator/src",
239 "name": "git diff to analyze patch", 239 "name": "git diff to analyze patch",
240 "stdout": "/path/to/tmp/", 240 "stdout": "/path/to/tmp/",
241 "~followup_annotations": [ 241 "~followup_annotations": [
242 "@@@STEP_LOG_LINE@files@third_party/icu/foo.cc@@@", 242 "@@@STEP_LOG_LINE@files@third_party/icu/foo.cc@@@",
243 "@@@STEP_LOG_END@files@@@" 243 "@@@STEP_LOG_END@files@@@"
244 ] 244 ]
245 }, 245 },
246 { 246 {
247 "cmd": [ 247 "cmd": [
248 "python", 248 "python",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 "~followup_annotations": [ 312 "~followup_annotations": [
313 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@" 313 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@"
314 ] 314 ]
315 }, 315 },
316 { 316 {
317 "name": "$result", 317 "name": "$result",
318 "recipe_result": null, 318 "recipe_result": null,
319 "status_code": 0 319 "status_code": 0
320 } 320 }
321 ] 321 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/ios/try.expected/gyp_goma.json ('k') | scripts/slave/recipes/ios/try.expected/swarming.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698