| 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__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 Loading... |
| 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 "RECIPE_MODULE[build::zip]/resources/zip.py" |
| 259 ], |
| 260 "name": "AppRTCDemo zip archive", |
| 261 "stdin": "{\"entries\": [{\"archive_name\": null, \"path\": \"[BUILDER_CACHE
]/Android64_Builder__dbg_/src/out/Debug/apks/AppRTCDemo.apk\", \"type\": \"file\
"}], \"output\": \"[SLAVE_BUILD]/AppRTCDemo_apk.zip\", \"root\": \"[BUILDER_CACH
E]/Android64_Builder__dbg_/src/out/Debug/apks\"}" |
| 262 }, |
| 263 { |
| 264 "cmd": [ |
| 265 "python", |
| 266 "-u", |
| 267 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 268 "--", |
| 269 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 270 "----", |
| 271 "cp", |
| 272 "-a", |
| 273 "public-read", |
| 274 "[SLAVE_BUILD]/AppRTCDemo_apk.zip", |
| 275 "gs://chromium-webrtc/Android64_Builder_(dbg)/AppRTCDemo_apk_170242.zip" |
| 276 ], |
| 277 "name": "gsutil upload", |
| 278 "~followup_annotations": [ |
| 279 "@@@STEP_LINK@gsutil.upload@https://storage.googleapis.com/chromium-webrtc
/Android64_Builder_(dbg)/AppRTCDemo_apk_170242.zip@@@" |
| 280 ] |
| 281 }, |
| 282 { |
| 255 "name": "$result", | 283 "name": "$result", |
| 256 "recipe_result": null, | 284 "recipe_result": null, |
| 257 "status_code": 0 | 285 "status_code": 0 |
| 258 } | 286 } |
| 259 ] | 287 ] |
| OLD | NEW |