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

Unified Diff: scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus7_perf_bisect.json

Issue 1899193003: Set CHROMIUM_OUTPUT_DIR when running the android-chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 8 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/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus7_perf_bisect.json
diff --git a/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus7_perf_bisect.json b/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus7_perf_bisect.json
index 7a487b745462a29b2b0aef7584da22ba60888d02..f9045ff1689d5ce56bcbb1938ecf77621fbca549 100644
--- a/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus7_perf_bisect.json
+++ b/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus7_perf_bisect.json
@@ -515,6 +515,9 @@
"--results-label=Patch"
],
"cwd": "[SLAVE_BUILD]",
+ "env": {
+ "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release"
+ },
"name": "Performance Test (With Patch) 1 of 1",
"stderr": "/path/to/tmp/",
"stdout": "/path/to/tmp/",
@@ -747,6 +750,9 @@
"--results-label=TOT"
],
"cwd": "[SLAVE_BUILD]",
+ "env": {
+ "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release"
+ },
"name": "Performance Test (Without Patch) 1 of 1",
"stderr": "/path/to/tmp/",
"stdout": "/path/to/tmp/",

Powered by Google App Engine
This is Rietveld 408576698