Index: scripts/slave/recipes/dart/dartium_build.expected/basic_win_64_MirrorFalse.json |
diff --git a/scripts/slave/recipes/dart/dartium_build.expected/basic_win_64_MirrorFalse.json b/scripts/slave/recipes/dart/dartium_build.expected/basic_win_64_MirrorFalse.json |
index 9ed6eef3cf0df6a7f4082dc614d237c002a47d98..d45b2f108d925978517cd705b61028eeb3b7b6c4 100644 |
--- a/scripts/slave/recipes/dart/dartium_build.expected/basic_win_64_MirrorFalse.json |
+++ b/scripts/slave/recipes/dart/dartium_build.expected/basic_win_64_MirrorFalse.json |
@@ -6,8 +6,9 @@ |
"RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
"config", |
"--spec", |
- "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'dartium.deps', 'url': 'https://dart.googlecode.com/svn/branches/bleeding_edge/deps/dartium.deps'}]" |
+ "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'dartium.deps', 'url': 'https://dart.googlecode.com/svn/branches/bleeding_edge/deps/dartium.deps'}]" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -28,6 +29,7 @@ |
"--output-json", |
"/path/to/tmp/json" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -74,9 +76,10 @@ |
"RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
"runhooks" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-account-goma-client.json", |
- "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 gomadir='[ROOT]\\b\\build\\goma' linux_strip_binary=1 target_arch=x64 use_goma=1", |
+ "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 gomadir='[BUILD]\\goma' linux_strip_binary=1 target_arch=x64 use_goma=1", |
"GYP_GENERATORS": "ninja", |
"PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -97,9 +100,9 @@ |
"--target", |
"Release_x64", |
"--src-dir", |
- "[CWD]\\src", |
+ "[SLAVE_BUILD]\\src", |
"--goma-cache-dir", |
- "[ROOT]\\b\\build\\slave\\goma_cache", |
+ "[GOMA_CACHE]", |
"--build-tool", |
"ninja", |
"--compiler", |
@@ -109,11 +112,12 @@ |
"--goma-service-account-json-file", |
"C:\\creds\\service_accounts\\service-account-goma-client.json", |
"--goma-dir", |
- "[ROOT]\\b\\build\\goma", |
+ "[BUILD]\\goma", |
"--", |
"All", |
"chromium_builder_tests" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-account-goma-client.json" |
}, |
@@ -127,9 +131,10 @@ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]\\src\\dart\\tools\\dartium\\multivm_archive.py", |
+ "[SLAVE_BUILD]\\src\\dart\\tools\\dartium\\multivm_archive.py", |
"12345" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "archive_build" |
}, |
{ |