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

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

Issue 2373283002: Revert of WebRTC: Add android_junit_tests. (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]/Android64_Builder__dbg_", 7 "[BUILDER_CACHE]/Android64_Builder__dbg_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 245 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
246 "PATH": "[BUILDER_CACHE]/Android64_Builder__dbg_/src/third_party/android_t ools/sdk/platform-tools:[BUILDER_CACHE]/Android64_Builder__dbg_/src/build/androi d:%(PATH)s" 246 "PATH": "[BUILDER_CACHE]/Android64_Builder__dbg_/src/third_party/android_t ools/sdk/platform-tools:[BUILDER_CACHE]/Android64_Builder__dbg_/src/build/androi d:%(PATH)s"
247 }, 247 },
248 "name": "compile", 248 "name": "compile",
249 "~followup_annotations": [ 249 "~followup_annotations": [
250 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 250 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
251 "@@@STEP_LOG_END@json.output (invalid)@@@" 251 "@@@STEP_LOG_END@json.output (invalid)@@@"
252 ] 252 ]
253 }, 253 },
254 { 254 {
255 "cmd": [
256 "python",
257 "-u",
258 "[BUILDER_CACHE]/Android64_Builder__dbg_/src/out/Debug/bin/run_android_jun it_tests",
259 "--blacklist-file",
260 "[BUILDER_CACHE]/Android64_Builder__dbg_/src/out/bad_devices.json",
261 "--verbose",
262 "--adb-path",
263 "[BUILDER_CACHE]/Android64_Builder__dbg_/src/third_party/android_tools/sdk /platform-tools/adb"
264 ],
265 "cwd": "[BUILDER_CACHE]/Android64_Builder__dbg_",
266 "env": {
267 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
268 "PATH": "[BUILDER_CACHE]/Android64_Builder__dbg_/src/third_party/android_t ools/sdk/platform-tools:[BUILDER_CACHE]/Android64_Builder__dbg_/src/build/androi d:%(PATH)s"
269 },
270 "name": "android_junit_tests"
271 },
272 {
273 "name": "$result", 255 "name": "$result",
274 "recipe_result": null, 256 "recipe_result": null,
275 "status_code": 0 257 "status_code": 0
276 } 258 }
277 ] 259 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698