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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_mac_blink_dbg.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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 "@@@STEP_LOG_END@json.output@@@" 251 "@@@STEP_LOG_END@json.output@@@"
252 ] 252 ]
253 }, 253 },
254 { 254 {
255 "cmd": [ 255 "cmd": [
256 "git", 256 "git",
257 "diff", 257 "diff",
258 "--cached", 258 "--cached",
259 "--name-only" 259 "--name-only"
260 ], 260 ],
261 "cwd": "[SLAVE_BUILD]/src", 261 "cwd": "[BUILDER_CACHE]/mac_layout/src",
262 "name": "git diff to analyze patch", 262 "name": "git diff to analyze patch",
263 "stdout": "/path/to/tmp/", 263 "stdout": "/path/to/tmp/",
264 "~followup_annotations": [ 264 "~followup_annotations": [
265 "@@@STEP_LOG_LINE@files@foo.cc@@@", 265 "@@@STEP_LOG_LINE@files@foo.cc@@@",
266 "@@@STEP_LOG_END@files@@@", 266 "@@@STEP_LOG_END@files@@@",
267 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" 267 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@"
268 ] 268 ]
269 }, 269 },
270 { 270 {
271 "cmd": [ 271 "cmd": [
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/mac_blink_dbg/571/layout-test-results/results.html@@@", 494 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/mac_blink_dbg/571/layout-test-results/results.html@@@",
495 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/mac_blink_dbg/571/layout-test-results.zip@@@" 495 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/mac_blink_dbg/571/layout-test-results.zip@@@"
496 ] 496 ]
497 }, 497 },
498 { 498 {
499 "name": "$result", 499 "name": "$result",
500 "recipe_result": null, 500 "recipe_result": null,
501 "status_code": 0 501 "status_code": 0
502 } 502 }
503 ] 503 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698