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

Unified Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_builder_forced.json

Issue 2344173002: Archiving of AppRTC APK in client.webrtc waterfall (Closed)
Patch Set: Addressed comments. 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_android32_builder_forced.json
diff --git a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_builder_forced.json b/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_builder_forced.json
index b2b0f71ae9195b797d062f59abbd846174842c00..0925f2d9f537efbc8e06b04cf2edf7413bf65a3d 100644
--- a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_builder_forced.json
+++ b/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_builder_forced.json
@@ -280,6 +280,34 @@
"name": "package build"
},
{
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_MODULE[build::zip]/resources/zip.py"
+ ],
+ "name": "AppRTCDemo zip archive",
+ "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]/Android32_Builder/src/out/Release/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/client.webrtc/Android32 Builder/AppRTCDemo_apk_170242.zip"
+ ],
+ "name": "gsutil upload",
+ "~followup_annotations": [
+ "@@@STEP_LINK@gsutil.upload@https://storage.googleapis.com/chromium-webrtc/client.webrtc/Android32 Builder/AppRTCDemo_apk_170242.zip@@@"
+ ]
+ },
+ {
"cmd": [],
"name": "trigger",
"trigger_specs": [

Powered by Google App Engine
This is Rietveld 408576698