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

Unified Diff: scripts/slave/recipe_modules/blimp/example.expected/Blimp_Client_Engine_Integration_test_pass.json

Issue 2416253003: Add the recipe_modules/blimp for integration bot (Closed)
Patch Set: case comment Created 4 years, 2 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
« no previous file with comments | « scripts/slave/recipe_modules/blimp/example.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/blimp/example.expected/Blimp_Client_Engine_Integration_test_pass.json
diff --git a/scripts/slave/recipes/blimp/integration.expected/Blimp_Client_Engine_Integration_test_pass.json b/scripts/slave/recipe_modules/blimp/example.expected/Blimp_Client_Engine_Integration_test_pass.json
similarity index 94%
copy from scripts/slave/recipes/blimp/integration.expected/Blimp_Client_Engine_Integration_test_pass.json
copy to scripts/slave/recipe_modules/blimp/example.expected/Blimp_Client_Engine_Integration_test_pass.json
index 273e6892d9c6766ced75c41b85c373765da0c0dd..cdb1d2eda8c15458befef78ad8cea245c10e9c69 100644
--- a/scripts/slave/recipes/blimp/integration.expected/Blimp_Client_Engine_Integration_test_pass.json
+++ b/scripts/slave/recipe_modules/blimp/example.expected/Blimp_Client_Engine_Integration_test_pass.json
@@ -346,6 +346,41 @@
]
},
{
+ "cmd": [
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/src/blimp/tools/client_engine_integration.py",
+ "-l",
+ "[SLAVE_BUILD]/src/out-linux/Debug",
+ "run"
+ ],
+ "name": "[Blimp] Starting engine and forwarder"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/src/blimp/tools/client_engine_integration.py",
+ "-l",
+ "[SLAVE_BUILD]/src/out-linux/Debug",
+ "load",
+ "--apk-path",
+ "[SLAVE_BUILD]/src/out-android/Debug/apks/ChromePublic.apk"
+ ],
+ "name": "[Blimp] Installing apk and running blimp"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/src/blimp/tools/client_engine_integration.py",
+ "-l",
+ "[SLAVE_BUILD]/src/out-linux/Debug",
+ "stop"
+ ],
+ "name": "[Blimp] Killing engine and forwarder"
+ },
+ {
"name": "$result",
"recipe_result": null,
"status_code": 0
« no previous file with comments | « scripts/slave/recipe_modules/blimp/example.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698