Index: scripts/slave/recipes/v8/auto_roll_push.expected/standard.json |
diff --git a/scripts/slave/recipes/v8/auto_roll_push.expected/standard.json b/scripts/slave/recipes/v8/auto_roll_push.expected/standard.json |
index 5f5b06697f5b843890177431ce31b10cd4bce9f5..c24ba1ae115fa2220096eadb19352bf2fd07eb70 100644 |
--- a/scripts/slave/recipes/v8/auto_roll_push.expected/standard.json |
+++ b/scripts/slave/recipes/v8/auto_roll_push.expected/standard.json |
@@ -8,7 +8,6 @@ |
"python", |
"RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "cleanup_temp" |
}, |
{ |
@@ -23,13 +22,13 @@ |
"--slave", |
"TestSlavename", |
"--spec", |
- "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'}]", |
+ "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'}]", |
"--root", |
"v8", |
"--revision_mapping_file", |
"{\"v8\": \"got_revision\"}", |
"--git-cache-dir", |
- "[GIT_CACHE]", |
+ "[ROOT]/b/build/slave/cache_dir", |
"--output_json", |
"/path/to/tmp/json", |
"--revision", |
@@ -38,7 +37,6 @@ |
"--no_shallow", |
"--output_manifest" |
], |
- "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -74,11 +72,10 @@ |
"cmd": [ |
"python", |
"-u", |
- "[BUILD]/scripts/tools/runit.py", |
- "[BUILD]/scripts/tools/pycurl.py", |
+ "[ROOT]/b/build/scripts/tools/runit.py", |
+ "[ROOT]/b/build/scripts/tools/pycurl.py", |
"https://v8-roll.appspot.com/status" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "check roll status", |
"stdout": "/path/to/tmp/", |
"~followup_annotations": [ |
@@ -91,16 +88,16 @@ |
"cmd": [ |
"python", |
"-u", |
- "[SLAVE_BUILD]/v8/tools/release/auto_push.py", |
+ "[CWD]/v8/tools/release/auto_push.py", |
"--author", |
"v8-autoroll@chromium.org", |
"--reviewer", |
"v8-autoroll@chromium.org", |
"--push", |
"--work-dir", |
- "[SLAVE_BUILD]/workdir" |
+ "[CWD]/workdir" |
], |
- "cwd": "[SLAVE_BUILD]/v8", |
+ "cwd": "[CWD]/v8", |
"name": "push candidate" |
}, |
{ |