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