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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android_tests__jb_nexus7_2__dbg_.json

Issue 687863002: WebRTC: Add flakiness dashboard reporting. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebased Created 6 years, 1 month 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "client.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Android Tests (JB Nexus7.2)(dbg)", 10 "Android Tests (JB Nexus7.2)(dbg)",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "python", 77 "python",
78 "-u", 78 "-u",
79 "[BUILD]/scripts/slave/extract_build.py", 79 "[BUILD]/scripts/slave/extract_build.py",
80 "--target", 80 "--target",
81 "Debug", 81 "Debug",
82 "--build-url", 82 "--build-url",
83 "gs://chromium-webrtc/android_dbg", 83 "gs://chromium-webrtc/android_dbg",
84 "--build_revision", 84 "--build_revision",
85 "12345", 85 "12345",
86 "--factory-properties", 86 "--factory-properties",
87 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Android Tests (JB Nexus7 .2)(dbg)\", \"mastername\": \"client.webrtc\", \"parent_buildername\": \"Android Builder (dbg)\", \"parent_got_revision\": \"12345\", \"recipe\": \"webrtc/stand alone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 87 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Android Tests (JB Nexus7 .2)(dbg)\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"parent_b uildername\": \"Android Builder (dbg)\", \"parent_got_revision\": \"12345\", \"r ecipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slaven ame\"}",
88 "--build-properties", 88 "--build-properties",
89 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Android Tests (JB Nexus7 .2)(dbg)\", \"mastername\": \"client.webrtc\", \"parent_buildername\": \"Android Builder (dbg)\", \"parent_got_revision\": \"12345\", \"recipe\": \"webrtc/stand alone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}" 89 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Android Tests (JB Nexus7 .2)(dbg)\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"parent_b uildername\": \"Android Builder (dbg)\", \"parent_got_revision\": \"12345\", \"r ecipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slaven ame\"}"
90 ], 90 ],
91 "name": "extract build" 91 "name": "extract build"
92 }, 92 },
93 { 93 {
94 "cmd": [ 94 "cmd": [
95 "python", 95 "python",
96 "-u", 96 "-u",
97 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree (sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw ith('.pyc'):\n os.remove(os.path.join(base, f))\n", 97 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree (sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw ith('.pyc'):\n os.remove(os.path.join(base, f))\n",
98 "[SLAVE_BUILD]/src/out/Debug/debug_info_dumps", 98 "[SLAVE_BUILD]/src/out/Debug/debug_info_dumps",
99 "[SLAVE_BUILD]/src/out/Debug/test_logs", 99 "[SLAVE_BUILD]/src/out/Debug/test_logs",
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", 397 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@",
398 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", 398 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@",
399 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", 399 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@",
400 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", 400 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@",
401 "@@@STEP_LOG_LINE@python.inline@ print l@@@", 401 "@@@STEP_LOG_LINE@python.inline@ print l@@@",
402 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 402 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
403 "@@@STEP_LOG_END@python.inline@@@" 403 "@@@STEP_LOG_END@python.inline@@@"
404 ] 404 ]
405 } 405 }
406 ] 406 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698