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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_arm.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_arm", 7 "[BUILDER_CACHE]/linux_arm",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 { 294 {
295 "cmd": [ 295 "cmd": [
296 "python", 296 "python",
297 "-u", 297 "-u",
298 "import sys; sys.exit(0)" 298 "import sys; sys.exit(0)"
299 ], 299 ],
300 "name": "analyze", 300 "name": "analyze",
301 "~followup_annotations": [ 301 "~followup_annotations": [
302 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", 302 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@",
303 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 303 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
304 "@@@STEP_LOG_END@excluded_files@@@" 304 "@@@STEP_LOG_END@excluded_files@@@",
305 ]
306 },
307 {
308 "cmd": [
309 "python",
310 "-u",
311 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
312 "--show-path",
313 "python",
314 "RECIPE_PACKAGE_REPO[build]/scripts/slave/send_analyze_event.py",
315 "--event-mon-run-type",
316 "test",
317 "--master-name",
318 "tryserver.chromium.linux",
319 "--builder-name",
320 "linux_arm",
321 "--build-id",
322 "571",
323 "--analyze-input",
324 "{\"additional_compile_targets\": [], \"files\": [\"foo.cc\"], \"test_targ ets\": []}",
325 "--analyze-output",
326 "{\"status\": \"Analyze disabled: matched exclusion\"}"
327 ],
328 "name": "analyze report",
329 "~followup_annotations": [
330 "@@@STEP_LOG_LINE@analyze_details@{@@@", 305 "@@@STEP_LOG_LINE@analyze_details@{@@@",
331 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@ @", 306 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@ @",
332 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", 307 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@",
333 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@", 308 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@",
334 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @", 309 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @",
335 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@", 310 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@",
336 "@@@STEP_LOG_LINE@analyze_details@}@@@", 311 "@@@STEP_LOG_LINE@analyze_details@}@@@",
337 "@@@STEP_LOG_END@analyze_details@@@" 312 "@@@STEP_LOG_END@analyze_details@@@"
338 ] 313 ]
339 }, 314 },
340 { 315 {
341 "cmd": [ 316 "cmd": [
342 "python", 317 "python",
343 "-u", 318 "-u",
344 "import sys; sys.exit(0)" 319 "import sys; sys.exit(0)"
345 ], 320 ],
346 "name": "mark: before_tests" 321 "name": "mark: before_tests"
347 }, 322 },
348 { 323 {
349 "name": "$result", 324 "name": "$result",
350 "recipe_result": null, 325 "recipe_result": null,
351 "status_code": 0 326 "status_code": 0
352 } 327 }
353 ] 328 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698