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

Unified Diff: scripts/slave/recipes/blimp/integration.expected/Blimp_Android_Tester_test_pass.json

Issue 2415963004: Fix compile on the Blimp Client Engine Integration bot (Closed)
Patch Set: 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
Index: scripts/slave/recipes/blimp/integration.expected/Blimp_Android_Tester_test_pass.json
diff --git a/scripts/slave/recipes/blimp/integration.expected/Blimp_Android_Tester_test_pass.json b/scripts/slave/recipes/blimp/integration.expected/Blimp_Android_Tester_test_pass.json
index 71be6c867d566d6bcee9375fc08d8cce0beb5e48..d15c2f6245036ca2649e42e7891ac617ea9151e3 100644
--- a/scripts/slave/recipes/blimp/integration.expected/Blimp_Android_Tester_test_pass.json
+++ b/scripts/slave/recipes/blimp/integration.expected/Blimp_Android_Tester_test_pass.json
@@ -213,7 +213,7 @@
"engine",
"--goma-dir",
"[CACHE]/cipd/goma",
- "[SLAVE_BUILD]/src/out-linux/Debug"
+ "[SLAVE_BUILD]/src/src/out-linux"
],
"cwd": "[SLAVE_BUILD]/src",
"env": {
@@ -234,7 +234,7 @@
"--ninja-path",
"RECIPE_PACKAGE_REPO[depot_tools]/ninja",
"--target",
- "Release",
+ "Debug",
"--src-dir",
"[SLAVE_BUILD]/src",
"--goma-cache-dir",
@@ -254,7 +254,7 @@
"--goma-service-account-json-file",
"/creds/service_accounts/service-account-goma-client.json",
"--out-dir",
- "[SLAVE_BUILD]/src/out-linux/Debug",
+ "[SLAVE_BUILD]/src/src/out-linux",
"--goma-dir",
"[CACHE]/cipd/goma",
"--",
@@ -285,7 +285,7 @@
"client",
"--goma-dir",
"[CACHE]/cipd/goma",
- "[SLAVE_BUILD]/src/out-android/Debug"
+ "[SLAVE_BUILD]/src/src/out-android"
],
"cwd": "[SLAVE_BUILD]/src",
"env": {
@@ -306,7 +306,7 @@
"--ninja-path",
"RECIPE_PACKAGE_REPO[depot_tools]/ninja",
"--target",
- "Release",
+ "Debug",
"--src-dir",
"[SLAVE_BUILD]/src",
"--goma-cache-dir",
@@ -326,7 +326,7 @@
"--goma-service-account-json-file",
"/creds/service_accounts/service-account-goma-client.json",
"--out-dir",
- "[SLAVE_BUILD]/src/out-android/Debug",
+ "[SLAVE_BUILD]/src/src/out-android",
"--goma-dir",
"[CACHE]/cipd/goma",
"--",
« scripts/slave/recipes/blimp/integration.py ('K') | « scripts/slave/recipes/blimp/integration.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698