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

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

Issue 2344173002: Archiving of AppRTC APK in client.webrtc waterfall (Closed)
Patch Set: Created 4 years, 3 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]/Android32_Builder", 7 "[BUILDER_CACHE]/Android32_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 "--build_revision", 273 "--build_revision",
274 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 274 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
275 "--factory-properties", 275 "--factory-properties",
276 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Android32 Builder\", \ "buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitc hen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\" : \"slavename\"}", 276 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Android32 Builder\", \ "buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitc hen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\" : \"slavename\"}",
277 "--build-properties", 277 "--build-properties",
278 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Android32 Builder\", \ "buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitc hen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\" : \"slavename\"}" 278 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Android32 Builder\", \ "buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitc hen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\" : \"slavename\"}"
279 ], 279 ],
280 "name": "package build" 280 "name": "package build"
281 }, 281 },
282 { 282 {
283 "cmd": [
284 "python",
285 "-u",
286 "RECIPE_MODULE[build::zip]/resources/zip.py"
287 ],
288 "name": "AppRTCDemo zip archive",
289 "stdin": "{\"entries\": [{\"archive_name\": null, \"path\": \"[BUILDER_CACHE ]/Android32_Builder/src/out/Release/apks/AppRTCDemo.apk\", \"type\": \"file\"}], \"output\": \"[SLAVE_BUILD]/AppRTCDemo_apk.zip\", \"root\": \"[BUILDER_CACHE]/A ndroid32_Builder/src/out/Release/apks\"}"
290 },
291 {
292 "cmd": [
293 "python",
294 "-u",
295 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
296 "--",
297 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
298 "----",
299 "cp",
300 "-a",
301 "public-read",
302 "[SLAVE_BUILD]/AppRTCDemo_apk.zip",
303 "gs://chromium-webrtc/Android32_Builder/AppRTCDemo_apk_170242.zip"
kjellander_chromium 2016/09/18 17:33:23 With the suggested approach above, this will be gs
ehmaldonado_chromium 2016/09/19 06:50:37 Done.
304 ],
305 "name": "gsutil upload",
306 "~followup_annotations": [
307 "@@@STEP_LINK@gsutil.upload@https://storage.googleapis.com/chromium-webrtc /Android32_Builder/AppRTCDemo_apk_170242.zip@@@"
308 ]
309 },
310 {
283 "cmd": [], 311 "cmd": [],
284 "name": "trigger", 312 "name": "trigger",
285 "trigger_specs": [ 313 "trigger_specs": [
286 { 314 {
287 "builder_name": "Android32 Tests (L Nexus5)", 315 "builder_name": "Android32 Tests (L Nexus5)",
288 "properties": { 316 "properties": {
289 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 317 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
290 "parent_got_revision_cp": "refs/heads/master@{#170242}", 318 "parent_got_revision_cp": "refs/heads/master@{#170242}",
291 "revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9" 319 "revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9"
292 } 320 }
(...skipping 10 matching lines...) Expand all
303 "~followup_annotations": [ 331 "~followup_annotations": [
304 "@@@STEP_TEXT@Android32 Tests (L Nexus5)<br />Android32 Tests (L Nexus7.2) @@@" 332 "@@@STEP_TEXT@Android32 Tests (L Nexus5)<br />Android32 Tests (L Nexus7.2) @@@"
305 ] 333 ]
306 }, 334 },
307 { 335 {
308 "name": "$result", 336 "name": "$result",
309 "recipe_result": null, 337 "recipe_result": null,
310 "status_code": 0 338 "status_code": 0
311 } 339 }
312 ] 340 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698