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

Unified Diff: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_linux_perf_bisector.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_bisector.json
diff --git a/scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_linux_perf_bisector.json b/scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_linux_perf_bisector.json
index f023b1dda840d208a4d7b54200bdc43190f008ed..507b50ea710efd547cba460fa5037a894cccadb0 100644
--- a/scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_linux_perf_bisector.json
+++ b/scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_linux_perf_bisector.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_bisector/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