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

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

Powered by Google App Engine
This is Rietveld 408576698