Index: scripts/slave/recipes/v8/auto_roll_push.expected/rolling_deactivated.json |
diff --git a/scripts/slave/recipes/v8/auto_roll_push.expected/rolling_deactivated.json b/scripts/slave/recipes/v8/auto_roll_push.expected/rolling_deactivated.json |
index dddd1c376468431fb076f99679f5caa692a8a632..3d5829cad3e72ccc54bf9b57e062994a00f7d17a 100644 |
--- a/scripts/slave/recipes/v8/auto_roll_push.expected/rolling_deactivated.json |
+++ b/scripts/slave/recipes/v8/auto_roll_push.expected/rolling_deactivated.json |
@@ -8,6 +8,7 @@ |
"python", |
"RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "cleanup_temp" |
}, |
{ |
@@ -22,13 +23,13 @@ |
"--slave", |
"TestSlavename", |
"--spec", |
- "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", |
+ "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", |
"--root", |
"v8", |
"--revision_mapping_file", |
"{\"v8\": \"got_revision\"}", |
"--git-cache-dir", |
- "[ROOT]/b/build/slave/cache_dir", |
+ "[GIT_CACHE]", |
"--output_json", |
"/path/to/tmp/json", |
"--revision", |
@@ -37,6 +38,7 @@ |
"--no_shallow", |
"--output_manifest" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -72,10 +74,11 @@ |
"cmd": [ |
"python", |
"-u", |
- "[ROOT]/b/build/scripts/tools/runit.py", |
- "[ROOT]/b/build/scripts/tools/pycurl.py", |
+ "[BUILD]/scripts/tools/runit.py", |
+ "[BUILD]/scripts/tools/pycurl.py", |
"https://v8-roll.appspot.com/status" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "check roll status", |
"stdout": "/path/to/tmp/", |
"~followup_annotations": [ |