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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze.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]/linux", 7 "[BUILDER_CACHE]/linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 "env": { 325 "env": {
326 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 326 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
327 }, 327 },
328 "name": "analyze", 328 "name": "analyze",
329 "~followup_annotations": [ 329 "~followup_annotations": [
330 "@@@STEP_LOG_LINE@json.output@{@@@", 330 "@@@STEP_LOG_LINE@json.output@{@@@",
331 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", 331 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@",
332 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", 332 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@",
333 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", 333 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@",
334 "@@@STEP_LOG_LINE@json.output@}@@@", 334 "@@@STEP_LOG_LINE@json.output@}@@@",
335 "@@@STEP_LOG_END@json.output@@@" 335 "@@@STEP_LOG_END@json.output@@@",
336 ]
337 },
338 {
339 "cmd": [
340 "python",
341 "-u",
342 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
343 "--show-path",
344 "python",
345 "RECIPE_PACKAGE_REPO[build]/scripts/slave/send_analyze_event.py",
346 "--event-mon-run-type",
347 "test",
348 "--master-name",
349 "tryserver.chromium.linux",
350 "--builder-name",
351 "linux_chromium_rel_ng",
352 "--build-id",
353 "571",
354 "--analyze-input",
355 "{\"additional_compile_targets\": [\"chromium_swarm_tests\"], \"files\": [ \"foo.cc\"], \"test_targets\": []}",
356 "--analyze-output",
357 "{\"compile_targets\": [], \"status\": \"Found dependency\", \"test_target s\": []}"
358 ],
359 "name": "analyze report",
360 "~followup_annotations": [
361 "@@@STEP_LOG_LINE@analyze_details@{@@@", 336 "@@@STEP_LOG_LINE@analyze_details@{@@@",
362 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 337 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
363 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", 338 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@",
364 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 339 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
365 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", 340 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@",
366 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@", 341 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@",
367 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @", 342 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @",
368 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@", 343 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@",
369 "@@@STEP_LOG_LINE@analyze_details@}@@@", 344 "@@@STEP_LOG_LINE@analyze_details@}@@@",
370 "@@@STEP_LOG_END@analyze_details@@@" 345 "@@@STEP_LOG_END@analyze_details@@@"
371 ] 346 ]
372 }, 347 },
373 { 348 {
374 "cmd": [ 349 "cmd": [
375 "python", 350 "python",
376 "-u", 351 "-u",
377 "import sys; sys.exit(0)" 352 "import sys; sys.exit(0)"
378 ], 353 ],
379 "name": "mark: before_tests" 354 "name": "mark: before_tests"
380 }, 355 },
381 { 356 {
382 "name": "$result", 357 "name": "$result",
383 "recipe_result": null, 358 "recipe_result": null,
384 "status_code": 0 359 "status_code": 0
385 } 360 }
386 ] 361 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698