| Index: scripts/slave/recipes/run_presubmit.expected/master_deps.json
|
| diff --git a/scripts/slave/recipes/run_presubmit.expected/master_deps.json b/scripts/slave/recipes/run_presubmit.expected/master_deps.json
|
| index 9200af9c67c569d6cec35096ed97a8ae407060b5..62329731aadafe7d981905bdde4d514751c71ace 100644
|
| --- a/scripts/slave/recipes/run_presubmit.expected/master_deps.json
|
| +++ b/scripts/slave/recipes/run_presubmit.expected/master_deps.json
|
| @@ -11,13 +11,13 @@
|
| "--slave",
|
| "TestSlavename",
|
| "--spec",
|
| - "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'build_internal/master.DEPS', 'url': 'https://chrome-internal.googlesource.com/chrome/tools/build/master.DEPS.git'}]",
|
| + "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'build_internal/master.DEPS', 'url': 'https://chrome-internal.googlesource.com/chrome/tools/build/master.DEPS.git'}]",
|
| "--root",
|
| "build_internal/master.DEPS",
|
| "--revision_mapping_file",
|
| "{\"build_internal/master.DEPS\": \"got_revision\"}",
|
| "--git-cache-dir",
|
| - "[GIT_CACHE]",
|
| + "[ROOT]/b/build/slave/cache_dir",
|
| "--issue",
|
| "12853011",
|
| "--patchset",
|
| @@ -30,7 +30,6 @@
|
| "build_internal/master.DEPS@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]/build_internal/master.DEPS",
|
| + "cwd": "[CWD]/build_internal/master.DEPS",
|
| "name": "commit git patch"
|
| },
|
| {
|
| @@ -92,7 +91,7 @@
|
| "--rietveld_email",
|
| "",
|
| "--root",
|
| - "[SLAVE_BUILD]/build_internal/master.DEPS",
|
| + "[CWD]/build_internal/master.DEPS",
|
| "--commit",
|
| "--verbose",
|
| "--verbose",
|
| @@ -105,7 +104,6 @@
|
| "--upstream",
|
| "a555a5c944862aefc99e357258e54e9d53747145"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
|
|