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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/script_test_with_overridden_compile_targets.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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 338 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
339 }, 339 },
340 "name": "analyze", 340 "name": "analyze",
341 "~followup_annotations": [ 341 "~followup_annotations": [
342 "@@@STEP_TEXT@No compile necessary@@@", 342 "@@@STEP_TEXT@No compile necessary@@@",
343 "@@@STEP_LOG_LINE@json.output@{@@@", 343 "@@@STEP_LOG_LINE@json.output@{@@@",
344 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", 344 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@",
345 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", 345 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@",
346 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", 346 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@",
347 "@@@STEP_LOG_LINE@json.output@}@@@", 347 "@@@STEP_LOG_LINE@json.output@}@@@",
348 "@@@STEP_LOG_END@json.output@@@" 348 "@@@STEP_LOG_END@json.output@@@",
349 ]
350 },
351 {
352 "cmd": [
353 "python",
354 "-u",
355 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
356 "--show-path",
357 "python",
358 "RECIPE_PACKAGE_REPO[build]/scripts/slave/send_analyze_event.py",
359 "--event-mon-run-type",
360 "test",
361 "--master-name",
362 "tryserver.chromium.linux",
363 "--builder-name",
364 "linux_chromium_rel_ng",
365 "--build-id",
366 "571",
367 "--analyze-input",
368 "{\"additional_compile_targets\": [\"chromium_swarm_tests\"], \"files\": [ \"foo.cc\"], \"test_targets\": [\"overridden_target\"]}",
369 "--analyze-output",
370 "{\"compile_targets\": [], \"status\": \"No dependency\", \"test_targets\" : []}"
371 ],
372 "name": "analyze report",
373 "~followup_annotations": [
374 "@@@STEP_LOG_LINE@analyze_details@{@@@", 349 "@@@STEP_LOG_LINE@analyze_details@{@@@",
375 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 350 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
376 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", 351 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@",
377 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 352 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
378 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", 353 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@",
379 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@", 354 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@",
380 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @", 355 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @",
381 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@", 356 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@",
382 "@@@STEP_LOG_LINE@analyze_details@ \"overridden_target\"@@@", 357 "@@@STEP_LOG_LINE@analyze_details@ \"overridden_target\"@@@",
383 "@@@STEP_LOG_LINE@analyze_details@ ]@@@", 358 "@@@STEP_LOG_LINE@analyze_details@ ]@@@",
384 "@@@STEP_LOG_LINE@analyze_details@}@@@", 359 "@@@STEP_LOG_LINE@analyze_details@}@@@",
385 "@@@STEP_LOG_END@analyze_details@@@" 360 "@@@STEP_LOG_END@analyze_details@@@"
386 ] 361 ]
387 }, 362 },
388 { 363 {
389 "cmd": [ 364 "cmd": [
390 "python", 365 "python",
391 "-u", 366 "-u",
392 "import sys; sys.exit(0)" 367 "import sys; sys.exit(0)"
393 ], 368 ],
394 "name": "mark: before_tests" 369 "name": "mark: before_tests"
395 }, 370 },
396 { 371 {
397 "name": "$result", 372 "name": "$result",
398 "recipe_result": null, 373 "recipe_result": null,
399 "status_code": 0 374 "status_code": 0
400 } 375 }
401 ] 376 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698