Index: scripts/slave/recipes/v8/auto_tag.expected/dry_run.json |
diff --git a/scripts/slave/recipes/v8/auto_tag.expected/dry_run.json b/scripts/slave/recipes/v8/auto_tag.expected/dry_run.json |
index 89e85aae56b80de00eddb5c996d83b94690506ff..0bcb26ccf94276659582925d47a271e1b8ccd7dc 100644 |
--- a/scripts/slave/recipes/v8/auto_tag.expected/dry_run.json |
+++ b/scripts/slave/recipes/v8/auto_tag.expected/dry_run.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 @@ |
"--upstream", |
"refs/remotes/branch-heads/3.4" |
], |
- "cwd": "[CWD]/v8", |
+ "cwd": "[SLAVE_BUILD]/v8", |
"name": "git new-branch" |
}, |
{ |
@@ -109,8 +111,9 @@ |
"-u", |
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
"\n#define V8_MAJOR_VERSION 3\n#define V8_MINOR_VERSION 4\n#define V8_BUILD_NUMBER 3\n#define V8_PATCH_LEVEL 3\n", |
- "[CWD]/v8/include/v8-version.h" |
+ "[SLAVE_BUILD]/v8/include/v8-version.h" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "Increment version" |
}, |
{ |
@@ -120,11 +123,12 @@ |
"-am", |
"Version 3.4.3.3" |
], |
- "cwd": "[CWD]/v8", |
+ "cwd": "[SLAVE_BUILD]/v8", |
"name": "git commit" |
}, |
{ |
"cmd": [], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "Dry-run commit" |
}, |
{ |
@@ -135,7 +139,7 @@ |
"--format=%H", |
"refs/remotes/branch-heads/3.4" |
], |
- "cwd": "[CWD]/v8", |
+ "cwd": "[SLAVE_BUILD]/v8", |
"name": "git log", |
"stdout": "/path/to/tmp/" |
}, |
@@ -145,7 +149,7 @@ |
"show", |
"c1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6:include/v8-version.h" |
], |
- "cwd": "[CWD]/v8", |
+ "cwd": "[SLAVE_BUILD]/v8", |
"name": "Check head version file", |
"stdout": "/path/to/tmp/" |
}, |
@@ -156,12 +160,13 @@ |
"--tags", |
"c1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6" |
], |
- "cwd": "[CWD]/v8", |
+ "cwd": "[SLAVE_BUILD]/v8", |
"name": "git describe", |
"stdout": "/path/to/tmp/" |
}, |
{ |
"cmd": [], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "Dry-run tag 3.4.3.2" |
}, |
{ |
@@ -171,7 +176,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": [ |
@@ -181,6 +186,7 @@ |
}, |
{ |
"cmd": [], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "Dry-run lkgr update c1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6" |
}, |
{ |