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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android_tests__kk_nexus5__forced_invalid.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 (KK Nexus5)", 10 "Android Tests (KK Nexus5)",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 { 75 {
76 "cmd": [ 76 "cmd": [
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 "Release", 81 "Release",
82 "--build-url", 82 "--build-url",
83 "gs://chromium-webrtc/android_rel", 83 "gs://chromium-webrtc/android_rel",
84 "--factory-properties", 84 "--factory-properties",
85 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Android Tests (KK Nexu s5)\", \"mastername\": \"client.webrtc\", \"parent_buildername\": \"Android Buil der\", \"parent_got_revision\": null, \"recipe\": \"webrtc/standalone\", \"slave name\": \"slavename\"}", 85 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Android Tests (KK Nexu s5)\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"parent_builde rname\": \"Android Builder\", \"parent_got_revision\": null, \"recipe\": \"webrt c/standalone\", \"slavename\": \"slavename\"}",
86 "--build-properties", 86 "--build-properties",
87 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Android Tests (KK Nexu s5)\", \"mastername\": \"client.webrtc\", \"parent_buildername\": \"Android Buil der\", \"parent_got_revision\": null, \"recipe\": \"webrtc/standalone\", \"slave name\": \"slavename\"}" 87 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Android Tests (KK Nexu s5)\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"parent_builde rname\": \"Android Builder\", \"parent_got_revision\": null, \"recipe\": \"webrt c/standalone\", \"slavename\": \"slavename\"}"
88 ], 88 ],
89 "name": "extract build" 89 "name": "extract build"
90 }, 90 },
91 { 91 {
92 "name": "$final_result", 92 "name": "$final_result",
93 "reason": "Testers cannot be forced without providing revision information.P lease select a previous build and click [Rebuild] or force a buildfor a Builder instead (will trigger new runs for the testers).", 93 "reason": "Testers cannot be forced without providing revision information.P lease select a previous build and click [Rebuild] or force a buildfor a Builder instead (will trigger new runs for the testers).",
94 "status_code": 1 94 "status_code": 1
95 } 95 }
96 ] 96 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698