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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/use_v8_patch_on_blink_trybot.json

Issue 2140083002: chromium_tests: use correct cwd for analyze diff (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 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/mac_layout", 7 "[BUILDER_CACHE]/mac_layout",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 "@@@STEP_LOG_END@json.output@@@" 254 "@@@STEP_LOG_END@json.output@@@"
255 ] 255 ]
256 }, 256 },
257 { 257 {
258 "cmd": [ 258 "cmd": [
259 "git", 259 "git",
260 "diff", 260 "diff",
261 "--cached", 261 "--cached",
262 "--name-only" 262 "--name-only"
263 ], 263 ],
264 "cwd": "[SLAVE_BUILD]/src/v8", 264 "cwd": "[BUILDER_CACHE]/mac_layout/src/v8",
265 "name": "git diff to analyze patch", 265 "name": "git diff to analyze patch",
266 "stdout": "/path/to/tmp/", 266 "stdout": "/path/to/tmp/",
267 "~followup_annotations": [ 267 "~followup_annotations": [
268 "@@@STEP_LOG_LINE@files@v8/foo.cc@@@", 268 "@@@STEP_LOG_LINE@files@v8/foo.cc@@@",
269 "@@@STEP_LOG_END@files@@@", 269 "@@@STEP_LOG_END@files@@@",
270 "@@@SET_BUILD_PROPERTY@subproject_tag@\"blink-paths\"@@@" 270 "@@@SET_BUILD_PROPERTY@subproject_tag@\"blink-paths\"@@@"
271 ] 271 ]
272 }, 272 },
273 { 273 {
274 "cmd": [ 274 "cmd": [
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 "import sys; sys.exit(0)" 341 "import sys; sys.exit(0)"
342 ], 342 ],
343 "name": "mark: before_tests" 343 "name": "mark: before_tests"
344 }, 344 },
345 { 345 {
346 "name": "$result", 346 "name": "$result",
347 "recipe_result": null, 347 "recipe_result": null,
348 "status_code": 0 348 "status_code": 0
349 } 349 }
350 ] 350 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698