Index: scripts/slave/recipes/v8/auto_tag.expected/same_lkgr.json |
diff --git a/scripts/slave/recipes/v8/auto_tag.expected/same_lkgr.json b/scripts/slave/recipes/v8/auto_tag.expected/same_lkgr.json |
index 87ddec9dccbeceaad9cc65b902ef092517965390..07907e356f81901520496f32d8e6451f8859a4fd 100644 |
--- a/scripts/slave/recipes/v8/auto_tag.expected/same_lkgr.json |
+++ b/scripts/slave/recipes/v8/auto_tag.expected/same_lkgr.json |
@@ -6,8 +6,9 @@ |
"RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
"config", |
"--spec", |
- "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]" |
+ "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -27,6 +28,7 @@ |
"--output-json", |
"/path/to/tmp/json" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -50,7 +52,7 @@ |
"-f", |
"FETCH_HEAD" |
], |
- "cwd": "[CWD]/v8", |
+ "cwd": "[SLAVE_BUILD]/v8", |
"name": "git checkout" |
}, |
{ |
@@ -60,7 +62,7 @@ |
"-D", |
"work" |
], |
- "cwd": "[CWD]/v8", |
+ "cwd": "[SLAVE_BUILD]/v8", |
"name": "git branch" |
}, |
{ |
@@ -69,7 +71,7 @@ |
"clean", |
"-ffd" |
], |
- "cwd": "[CWD]/v8", |
+ "cwd": "[SLAVE_BUILD]/v8", |
"name": "git clean" |
}, |
{ |
@@ -78,7 +80,7 @@ |
"show", |
"refs/remotes/branch-heads/3.4:include/v8-version.h" |
], |
- "cwd": "[CWD]/v8", |
+ "cwd": "[SLAVE_BUILD]/v8", |
"name": "Check latest version file", |
"stdout": "/path/to/tmp/" |
}, |
@@ -88,7 +90,7 @@ |
"show", |
"refs/remotes/branch-heads/3.4~1:include/v8-version.h" |
], |
- "cwd": "[CWD]/v8", |
+ "cwd": "[SLAVE_BUILD]/v8", |
"name": "Check previous version file", |
"stdout": "/path/to/tmp/" |
}, |
@@ -100,7 +102,7 @@ |
"--format=%H", |
"refs/remotes/branch-heads/3.4" |
], |
- "cwd": "[CWD]/v8", |
+ "cwd": "[SLAVE_BUILD]/v8", |
"name": "git log", |
"stdout": "/path/to/tmp/" |
}, |
@@ -110,7 +112,7 @@ |
"show", |
"74882b7a8e55268d1658f83efefa1c2585cee723:include/v8-version.h" |
], |
- "cwd": "[CWD]/v8", |
+ "cwd": "[SLAVE_BUILD]/v8", |
"name": "Check head version file", |
"stdout": "/path/to/tmp/" |
}, |
@@ -121,7 +123,7 @@ |
"--tags", |
"74882b7a8e55268d1658f83efefa1c2585cee723" |
], |
- "cwd": "[CWD]/v8", |
+ "cwd": "[SLAVE_BUILD]/v8", |
"name": "git describe", |
"stdout": "/path/to/tmp/" |
}, |
@@ -132,7 +134,7 @@ |
"https://chromium.googlesource.com/v8/v8", |
"refs/heads/3.4-lkgr" |
], |
- "cwd": "[CWD]/v8", |
+ "cwd": "[SLAVE_BUILD]/v8", |
"name": "git ls-remote 3.4-lkgr", |
"stdout": "/path/to/tmp/", |
"~followup_annotations": [ |
@@ -145,6 +147,7 @@ |
"echo", |
"There is no new lkgr." |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "log" |
}, |
{ |