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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64_builder.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", 7 "[BUILDER_CACHE]/Android64_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 "public-read", 301 "public-read",
302 "[SLAVE_BUILD]/AppRTCMobile_apk.zip", 302 "[SLAVE_BUILD]/AppRTCMobile_apk.zip",
303 "gs://chromium-webrtc/client.webrtc/Android64 Builder/AppRTCMobile_apk_170 242.zip" 303 "gs://chromium-webrtc/client.webrtc/Android64 Builder/AppRTCMobile_apk_170 242.zip"
304 ], 304 ],
305 "name": "gsutil upload", 305 "name": "gsutil upload",
306 "~followup_annotations": [ 306 "~followup_annotations": [
307 "@@@STEP_LINK@gsutil.upload@https://storage.googleapis.com/chromium-webrtc /client.webrtc/Android64 Builder/AppRTCMobile_apk_170242.zip@@@" 307 "@@@STEP_LINK@gsutil.upload@https://storage.googleapis.com/chromium-webrtc /client.webrtc/Android64 Builder/AppRTCMobile_apk_170242.zip@@@"
308 ] 308 ]
309 }, 309 },
310 { 310 {
311 "cmd": [
312 "python",
313 "-u",
314 "[BUILDER_CACHE]/Android64_Builder/src/out/Release/bin/run_android_junit_t ests",
315 "--blacklist-file",
316 "[BUILDER_CACHE]/Android64_Builder/src/out/bad_devices.json",
317 "--verbose",
318 "--adb-path",
319 "[BUILDER_CACHE]/Android64_Builder/src/third_party/android_tools/sdk/platf orm-tools/adb"
320 ],
321 "cwd": "[BUILDER_CACHE]/Android64_Builder",
322 "env": {
323 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
324 "PATH": "[BUILDER_CACHE]/Android64_Builder/src/third_party/android_tools/s dk/platform-tools:[BUILDER_CACHE]/Android64_Builder/src/build/android:%(PATH)s"
325 },
326 "name": "android_junit_tests"
327 },
328 {
329 "cmd": [], 311 "cmd": [],
330 "name": "trigger", 312 "name": "trigger",
331 "trigger_specs": [ 313 "trigger_specs": [
332 { 314 {
333 "builder_name": "Android64 Tests (L Nexus9)", 315 "builder_name": "Android64 Tests (L Nexus9)",
334 "properties": { 316 "properties": {
335 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 317 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
336 "parent_got_revision_cp": "refs/heads/master@{#170242}", 318 "parent_got_revision_cp": "refs/heads/master@{#170242}",
337 "revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9" 319 "revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9"
338 } 320 }
339 } 321 }
340 ], 322 ],
341 "~followup_annotations": [ 323 "~followup_annotations": [
342 "@@@STEP_TEXT@Android64 Tests (L Nexus9)@@@" 324 "@@@STEP_TEXT@Android64 Tests (L Nexus9)@@@"
343 ] 325 ]
344 }, 326 },
345 { 327 {
346 "name": "$result", 328 "name": "$result",
347 "recipe_result": null, 329 "recipe_result": null,
348 "status_code": 0 330 "status_code": 0
349 } 331 }
350 ] 332 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698