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

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

Issue 2397593003: analyze: send results to event_mon (Closed)
Patch Set: review 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]/android_cronet", 7 "[BUILDER_CACHE]/android_cronet",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 { 281 {
282 "cmd": [ 282 "cmd": [
283 "python", 283 "python",
284 "-u", 284 "-u",
285 "import sys; sys.exit(0)" 285 "import sys; sys.exit(0)"
286 ], 286 ],
287 "name": "analyze", 287 "name": "analyze",
288 "~followup_annotations": [ 288 "~followup_annotations": [
289 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", 289 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@",
290 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 290 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
291 "@@@STEP_LOG_END@excluded_files@@@", 291 "@@@STEP_LOG_END@excluded_files@@@"
292 ]
293 },
294 {
295 "cmd": [
296 "python",
297 "-u",
298 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
299 "--show-path",
300 "python",
301 "RECIPE_PACKAGE_REPO[build]/scripts/slave/send_analyze_event.py",
302 "--event-mon-run-type",
303 "test",
304 "--master-name",
305 "tryserver.chromium.android",
306 "--builder-name",
307 "android_cronet",
308 "--build-id",
309 "571",
310 "--analyze-input",
311 "{\"additional_compile_targets\": [], \"files\": [\"foo.cc\"], \"test_targ ets\": []}",
312 "--analyze-output",
313 "{\"status\": \"Analyze disabled: matched exclusion\"}"
314 ],
315 "name": "analyze report",
316 "~followup_annotations": [
292 "@@@STEP_LOG_LINE@analyze_details@{@@@", 317 "@@@STEP_LOG_LINE@analyze_details@{@@@",
293 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@ @", 318 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@ @",
294 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", 319 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@",
295 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@", 320 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@",
296 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @", 321 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @",
297 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@", 322 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@",
298 "@@@STEP_LOG_LINE@analyze_details@}@@@", 323 "@@@STEP_LOG_LINE@analyze_details@}@@@",
299 "@@@STEP_LOG_END@analyze_details@@@" 324 "@@@STEP_LOG_END@analyze_details@@@"
300 ] 325 ]
301 }, 326 },
302 { 327 {
303 "cmd": [ 328 "cmd": [
304 "python", 329 "python",
305 "-u", 330 "-u",
306 "import sys; sys.exit(0)" 331 "import sys; sys.exit(0)"
307 ], 332 ],
308 "name": "mark: before_tests" 333 "name": "mark: before_tests"
309 }, 334 },
310 { 335 {
311 "name": "$result", 336 "name": "$result",
312 "recipe_result": null, 337 "recipe_result": null,
313 "status_code": 0 338 "status_code": 0
314 } 339 }
315 ] 340 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698