| Index: scripts/slave/recipes/run_presubmit.expected/recipes-py.json
|
| diff --git a/scripts/slave/recipes/run_presubmit.expected/recipes-py.json b/scripts/slave/recipes/run_presubmit.expected/recipes-py.json
|
| index 3ee425939b0fe45a8e9778f631e82576e06a0565..d7ffac4db12097b72ca3a6c1cc5bb402aeb61cd1 100644
|
| --- a/scripts/slave/recipes/run_presubmit.expected/recipes-py.json
|
| +++ b/scripts/slave/recipes/run_presubmit.expected/recipes-py.json
|
| @@ -11,13 +11,13 @@
|
| "--slave",
|
| "TestSlavename",
|
| "--spec",
|
| - "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infra.git'}]",
|
| + "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infra.git'}]",
|
| "--root",
|
| "infra/recipes-py",
|
| "--revision_mapping_file",
|
| "{\"infra/recipes-py\": \"got_revision\"}",
|
| "--git-cache-dir",
|
| - "[GIT_CACHE]",
|
| + "[ROOT]/b/build/slave/cache_dir",
|
| "--issue",
|
| "12853011",
|
| "--patchset",
|
| @@ -32,7 +32,6 @@
|
| "infra/recipes-py@HEAD",
|
| "--output_manifest"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| @@ -77,7 +76,7 @@
|
| "-m",
|
| "Committed patch"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/infra/recipes-py",
|
| + "cwd": "[CWD]/infra/recipes-py",
|
| "name": "commit git patch"
|
| },
|
| {
|
| @@ -87,7 +86,6 @@
|
| "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
|
| "runhooks"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| @@ -108,7 +106,7 @@
|
| "--rietveld_email",
|
| "",
|
| "--root",
|
| - "[SLAVE_BUILD]/infra/recipes-py",
|
| + "[CWD]/infra/recipes-py",
|
| "--commit",
|
| "--verbose",
|
| "--verbose",
|
| @@ -121,7 +119,6 @@
|
| "--upstream",
|
| "566be4c6bf5a619a0f53810d649ca87525be7d24"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
|
|