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