Index: scripts/slave/recipes/client.fletch.recipe_autogen.expected/dartino_linux_release_x86_dev.json |
diff --git a/scripts/slave/recipes/client.fletch.recipe_autogen.expected/dartino_linux_release_x86_dev.json b/scripts/slave/recipes/client.fletch.recipe_autogen.expected/dartino_linux_release_x86_dev.json |
index 879bfe1ed1a0be2279994f3aef82efad0a0f8783..3b30646a2fd702e77fb8abc40db0e4e2060dabf8 100644 |
--- a/scripts/slave/recipes/client.fletch.recipe_autogen.expected/dartino_linux_release_x86_dev.json |
+++ b/scripts/slave/recipes/client.fletch.recipe_autogen.expected/dartino_linux_release_x86_dev.json |
@@ -11,13 +11,13 @@ |
"--slave", |
"TestSlave", |
"--spec", |
- "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'sdk', 'url': 'https://github.com/dartino/sdk.git'}]", |
+ "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'sdk', 'url': 'https://github.com/dartino/sdk.git'}]", |
"--root", |
"sdk", |
"--revision_mapping_file", |
"{}", |
"--git-cache-dir", |
- "[ROOT]/b/build/slave/cache_dir", |
+ "[GIT_CACHE]", |
"--output_json", |
"/path/to/tmp/json", |
"--revision", |
@@ -26,6 +26,7 @@ |
"--no_shallow", |
"--output_manifest" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -51,8 +52,9 @@ |
"cmd": [ |
"python", |
"-u", |
- "[ROOT]/b/build/scripts/slave/runhooks_wrapper.py" |
+ "[BUILD]/scripts/slave/runhooks_wrapper.py" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"CHROMIUM_GYP_SYNTAX_CHECK": "1", |
"DEPOT_TOOLS_UPDATE": "0", |
@@ -64,12 +66,12 @@ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/sdk/third_party/dart/tools/task_kill.py", |
+ "[SLAVE_BUILD]/sdk/third_party/dart/tools/task_kill.py", |
"--kill_browsers=True" |
], |
- "cwd": "[CWD]/sdk", |
+ "cwd": "[SLAVE_BUILD]/sdk", |
"env": { |
- "BUILDBOT_JAVA_HOME": "[CWD]/sdk/third_party/java/linux/j2sdk" |
+ "BUILDBOT_JAVA_HOME": "[SLAVE_BUILD]/sdk/third_party/java/linux/j2sdk" |
}, |
"name": "Taskkill" |
}, |
@@ -78,9 +80,9 @@ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/sdk/tools/bots/dartino.py" |
+ "[SLAVE_BUILD]/sdk/tools/bots/dartino.py" |
], |
- "cwd": "[CWD]/sdk", |
+ "cwd": "[SLAVE_BUILD]/sdk", |
"env": { |
"BUILDBOT_ANNOTATED_STEPS_RUN": "1", |
"BUILDBOT_BUILDERNAME": "dartino-linux-release-x86-dev", |
@@ -92,12 +94,12 @@ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/sdk/third_party/dart/tools/task_kill.py", |
+ "[SLAVE_BUILD]/sdk/third_party/dart/tools/task_kill.py", |
"--kill_browsers=True" |
], |
- "cwd": "[CWD]/sdk", |
+ "cwd": "[SLAVE_BUILD]/sdk", |
"env": { |
- "BUILDBOT_JAVA_HOME": "[CWD]/sdk/third_party/java/linux/j2sdk" |
+ "BUILDBOT_JAVA_HOME": "[SLAVE_BUILD]/sdk/third_party/java/linux/j2sdk" |
}, |
"name": "Taskkill (2)" |
}, |