| 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 3d5829cad3e72ccc54bf9b57e062994a00f7d17a..dddd1c376468431fb076f99679f5caa692a8a632 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,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": [
|
|
|