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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/swarming_tests_skipped.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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 "@@@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@@@" 225 "@@@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@@@"
226 ] 226 ]
227 }, 227 },
228 { 228 {
229 "cmd": [ 229 "cmd": [
230 "git", 230 "git",
231 "diff", 231 "diff",
232 "--cached", 232 "--cached",
233 "--name-only" 233 "--name-only"
234 ], 234 ],
235 "cwd": "[SLAVE_BUILD]/src", 235 "cwd": "[BUILDER_CACHE]/ios_simulator_swarming/src",
236 "name": "git diff to analyze patch", 236 "name": "git diff to analyze patch",
237 "stdout": "/path/to/tmp/", 237 "stdout": "/path/to/tmp/",
238 "~followup_annotations": [ 238 "~followup_annotations": [
239 "@@@STEP_LOG_LINE@files@foo.cc@@@", 239 "@@@STEP_LOG_LINE@files@foo.cc@@@",
240 "@@@STEP_LOG_END@files@@@" 240 "@@@STEP_LOG_END@files@@@"
241 ] 241 ]
242 }, 242 },
243 { 243 {
244 "cmd": [ 244 "cmd": [
245 "python", 245 "python",
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 { 484 {
485 "cmd": [], 485 "cmd": [],
486 "name": "trigger" 486 "name": "trigger"
487 }, 487 },
488 { 488 {
489 "name": "$result", 489 "name": "$result",
490 "recipe_result": null, 490 "recipe_result": null,
491 "status_code": 0 491 "status_code": 0
492 } 492 }
493 ] 493 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698