| Index: scripts/slave/recipes/run_presubmit.expected/infra_with_runhooks.json
|
| diff --git a/scripts/slave/recipes/run_presubmit.expected/infra_with_runhooks.json b/scripts/slave/recipes/run_presubmit.expected/infra_with_runhooks.json
|
| index 72b24c59d52ca4c06c0337c2c9c159338b3b1afd..144f2a635cc615ffc38fb84d82b77edc2c2ec4e0 100644
|
| --- a/scripts/slave/recipes/run_presubmit.expected/infra_with_runhooks.json
|
| +++ b/scripts/slave/recipes/run_presubmit.expected/infra_with_runhooks.json
|
| @@ -11,13 +11,13 @@
|
| "--slave",
|
| "TestSlavename",
|
| "--spec",
|
| - "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'}]",
|
| + "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infra.git'}]",
|
| "--root",
|
| "infra",
|
| "--revision_mapping_file",
|
| "{\"infra\": \"got_revision\"}",
|
| "--git-cache-dir",
|
| - "[ROOT]/b/build/slave/cache_dir",
|
| + "[GIT_CACHE]",
|
| "--issue",
|
| "12853011",
|
| "--patchset",
|
| @@ -30,6 +30,7 @@
|
| "infra@HEAD",
|
| "--output_manifest"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| @@ -73,7 +74,7 @@
|
| "-m",
|
| "Committed patch"
|
| ],
|
| - "cwd": "[CWD]/infra",
|
| + "cwd": "[SLAVE_BUILD]/infra",
|
| "name": "commit git patch"
|
| },
|
| {
|
| @@ -83,6 +84,7 @@
|
| "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
|
| "runhooks"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| @@ -103,7 +105,7 @@
|
| "--rietveld_email",
|
| "",
|
| "--root",
|
| - "[CWD]/infra",
|
| + "[SLAVE_BUILD]/infra",
|
| "--commit",
|
| "--verbose",
|
| "--verbose",
|
| @@ -116,6 +118,7 @@
|
| "--upstream",
|
| "5e03a58dc0850e5137a8ebbce29610670c756aed"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
|
|