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

Unified Diff: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_linux_perf_tester.json

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 9 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/chromium.expected/full_tryserver_chromium_perf_linux_perf_tester.json
diff --git a/scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_linux_perf_tester.json b/scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_linux_perf_tester.json
index af88c313ae76ad783589621705b422cc0dc74b5f..f0e41be7913f52d299250d260bc3cda63cb87822 100644
--- a/scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_linux_perf_tester.json
+++ b/scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_linux_perf_tester.json
@@ -3,7 +3,7 @@
"cmd": [
"python",
"-u",
- "[BUILD]/scripts/slave/recipe_modules/bisect_tester/resources/put_temp.py"
+ "RECIPE_MODULE[bisect_tester]/resources/put_temp.py"
],
"name": "saving url to temp file",
"stdin": "http://build.chromium.org/p/tryserver.chromium.perf/json/builders/linux_perf_tester/builds/571",
@@ -13,7 +13,7 @@
"cmd": [
"python",
"-u",
- "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py",
+ "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
"--",
"[DEPOT_TOOLS]/gsutil.py",
"--force-version",
@@ -205,7 +205,7 @@
"cmd": [
"python",
"-u",
- "[BUILD]/scripts/slave/recipe_modules/bisect_tester/resources/put_temp.py"
+ "RECIPE_MODULE[bisect_tester]/resources/put_temp.py"
],
"name": "saving json to temp file",
"stdin": "{\"output\": \"Test output omitted for now\", \"results\": {\"std_err\": 0.0, \"values\": [0, 0], \"mean\": 0.0}}",
@@ -215,7 +215,7 @@
"cmd": [
"python",
"-u",
- "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py",
+ "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
"--",
"[DEPOT_TOOLS]/gsutil.py",
"--force-version",

Powered by Google App Engine
This is Rietveld 408576698