| OLD | NEW |
| 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 Loading... |
| 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 { |
| 311 "cmd": [], | 329 "cmd": [], |
| 312 "name": "trigger", | 330 "name": "trigger", |
| 313 "trigger_specs": [ | 331 "trigger_specs": [ |
| 314 { | 332 { |
| 315 "builder_name": "Android64 Tests (L Nexus9)", | 333 "builder_name": "Android64 Tests (L Nexus9)", |
| 316 "properties": { | 334 "properties": { |
| 317 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 335 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 318 "parent_got_revision_cp": "refs/heads/master@{#170242}", | 336 "parent_got_revision_cp": "refs/heads/master@{#170242}", |
| 319 "revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9" | 337 "revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9" |
| 320 } | 338 } |
| 321 } | 339 } |
| 322 ], | 340 ], |
| 323 "~followup_annotations": [ | 341 "~followup_annotations": [ |
| 324 "@@@STEP_TEXT@Android64 Tests (L Nexus9)@@@" | 342 "@@@STEP_TEXT@Android64 Tests (L Nexus9)@@@" |
| 325 ] | 343 ] |
| 326 }, | 344 }, |
| 327 { | 345 { |
| 328 "name": "$result", | 346 "name": "$result", |
| 329 "recipe_result": null, | 347 "recipe_result": null, |
| 330 "status_code": 0 | 348 "status_code": 0 |
| 331 } | 349 } |
| 332 ] | 350 ] |
| OLD | NEW |