| Index: scripts/slave/recipes/run_presubmit.expected/v8.json
|
| diff --git a/scripts/slave/recipes/run_presubmit.expected/v8.json b/scripts/slave/recipes/run_presubmit.expected/v8.json
|
| index 9fe98c7cfa0365f4a5f59f082f3785596486e09e..fef492f0f5dbbb2b8dc5c9bf77d2c27ba63be49c 100644
|
| --- a/scripts/slave/recipes/run_presubmit.expected/v8.json
|
| +++ b/scripts/slave/recipes/run_presubmit.expected/v8.json
|
| @@ -11,13 +11,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",
|
| "--issue",
|
| "12853011",
|
| "--patchset",
|
| @@ -30,7 +30,6 @@
|
| "v8@HEAD",
|
| "--output_manifest"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| @@ -74,7 +73,7 @@
|
| "-m",
|
| "Committed patch"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/v8",
|
| + "cwd": "[CWD]/v8",
|
| "name": "commit git patch"
|
| },
|
| {
|
| @@ -92,7 +91,7 @@
|
| "--rietveld_email",
|
| "",
|
| "--root",
|
| - "[SLAVE_BUILD]/v8",
|
| + "[CWD]/v8",
|
| "--commit",
|
| "--verbose",
|
| "--verbose",
|
| @@ -105,7 +104,6 @@
|
| "--upstream",
|
| "f2cbea7e89a45f46819777bb78a1f5bd0241f64c"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
|
|