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

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

Issue 2403473002: filter: temporarily disable analyze_report (Closed)
Patch Set: Created 4 years, 2 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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 312 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
313 }, 313 },
314 "name": "analyze", 314 "name": "analyze",
315 "~followup_annotations": [ 315 "~followup_annotations": [
316 "@@@STEP_TEXT@No compile necessary@@@", 316 "@@@STEP_TEXT@No compile necessary@@@",
317 "@@@STEP_LOG_LINE@json.output@{@@@", 317 "@@@STEP_LOG_LINE@json.output@{@@@",
318 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", 318 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@",
319 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", 319 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@",
320 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", 320 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@",
321 "@@@STEP_LOG_LINE@json.output@}@@@", 321 "@@@STEP_LOG_LINE@json.output@}@@@",
322 "@@@STEP_LOG_END@json.output@@@" 322 "@@@STEP_LOG_END@json.output@@@",
323 ]
324 },
325 {
326 "cmd": [
327 "python",
328 "-u",
329 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
330 "--show-path",
331 "python",
332 "RECIPE_PACKAGE_REPO[build]/scripts/slave/send_analyze_event.py",
333 "--event-mon-run-type",
334 "test",
335 "--master-name",
336 "tryserver.blink",
337 "--builder-name",
338 "mac10.9_blink_rel",
339 "--build-id",
340 "571",
341 "--analyze-input",
342 "{\"additional_compile_targets\": [], \"files\": [\"v8/foo.cc\"], \"test_t argets\": [\"blink_tests\"]}",
343 "--analyze-output",
344 "{\"compile_targets\": [], \"status\": \"No dependency\", \"test_targets\" : []}"
345 ],
346 "name": "analyze report",
347 "~followup_annotations": [
348 "@@@STEP_LOG_LINE@analyze_details@{@@@", 323 "@@@STEP_LOG_LINE@analyze_details@{@@@",
349 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@ @", 324 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@ @",
350 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", 325 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@",
351 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@", 326 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@",
352 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @", 327 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @",
353 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@", 328 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@",
354 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", 329 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@",
355 "@@@STEP_LOG_LINE@analyze_details@ ]@@@", 330 "@@@STEP_LOG_LINE@analyze_details@ ]@@@",
356 "@@@STEP_LOG_LINE@analyze_details@}@@@", 331 "@@@STEP_LOG_LINE@analyze_details@}@@@",
357 "@@@STEP_LOG_END@analyze_details@@@" 332 "@@@STEP_LOG_END@analyze_details@@@"
358 ] 333 ]
359 }, 334 },
360 { 335 {
361 "cmd": [ 336 "cmd": [
362 "python", 337 "python",
363 "-u", 338 "-u",
364 "import sys; sys.exit(0)" 339 "import sys; sys.exit(0)"
365 ], 340 ],
366 "name": "mark: before_tests" 341 "name": "mark: before_tests"
367 }, 342 },
368 { 343 {
369 "name": "$result", 344 "name": "$result",
370 "recipe_result": null, 345 "recipe_result": null,
371 "status_code": 0 346 "status_code": 0
372 } 347 }
373 ] 348 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698