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

Unified Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64_builder__dbg_.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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64_builder__dbg_.json
diff --git a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64_builder__dbg_.json b/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64_builder__dbg_.json
index 4877d00ea9a9d66498ba669a239ea01befb0d5dc..2e1c54b4ccc8081d9fa25749cd9cde0629e0f79f 100644
--- a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64_builder__dbg_.json
+++ b/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64_builder__dbg_.json
@@ -252,6 +252,34 @@
]
},
{
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_MODULE[build::zip]/resources/zip.py"
+ ],
+ "name": "AppRTCDemo zip archive",
+ "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_CACHE]/Android64_Builder__dbg_/src/out/Debug/apks\"}"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
+ "--",
+ "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
+ "----",
+ "cp",
+ "-a",
+ "public-read",
+ "[SLAVE_BUILD]/AppRTCDemo_apk.zip",
+ "gs://chromium-webrtc/Android64_Builder_(dbg)/AppRTCDemo_apk_170242.zip"
+ ],
+ "name": "gsutil upload",
+ "~followup_annotations": [
+ "@@@STEP_LINK@gsutil.upload@https://storage.googleapis.com/chromium-webrtc/Android64_Builder_(dbg)/AppRTCDemo_apk_170242.zip@@@"
+ ]
+ },
+ {
"name": "$result",
"recipe_result": null,
"status_code": 0

Powered by Google App Engine
This is Rietveld 408576698