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

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

Powered by Google App Engine
This is Rietveld 408576698