Index: scripts/slave/recipes/infra/infra_repo_trybot.expected/basic.json |
diff --git a/scripts/slave/recipes/infra/infra_repo_trybot.expected/basic.json b/scripts/slave/recipes/infra/infra_repo_trybot.expected/basic.json |
index df141053b3fa68134da2f80f537c4c00d6cd3e27..667b932f0218a97a804a4f7f9a8bb77512863b3b 100644 |
--- a/scripts/slave/recipes/infra/infra_repo_trybot.expected/basic.json |
+++ b/scripts/slave/recipes/infra/infra_repo_trybot.expected/basic.json |
@@ -11,13 +11,13 @@ |
"--slave", |
"TestSlavename", |
"--spec", |
- "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infra.git'}]", |
+ "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infra.git'}]", |
"--root", |
"infra", |
"--revision_mapping_file", |
"{\"infra\": \"got_revision\"}", |
"--git-cache-dir", |
- "[GIT_CACHE]", |
+ "[ROOT]/b/build/slave/cache_dir", |
"--issue", |
"12853011", |
"--patchset", |
@@ -31,7 +31,6 @@ |
"--force", |
"--output_manifest" |
], |
- "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -75,7 +74,7 @@ |
"-m", |
"Committed patch" |
], |
- "cwd": "[SLAVE_BUILD]/infra", |
+ "cwd": "[CWD]/infra", |
"name": "commit git patch" |
}, |
{ |
@@ -85,7 +84,6 @@ |
"RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
"runhooks" |
], |
- "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -99,7 +97,7 @@ |
"HEAD", |
"HEAD~" |
], |
- "cwd": "[SLAVE_BUILD]/infra", |
+ "cwd": "[CWD]/infra", |
"name": "get change list", |
"stdout": "/path/to/tmp/", |
"~followup_annotations": [ |
@@ -115,27 +113,25 @@ |
"test.py", |
"test" |
], |
- "cwd": "[SLAVE_BUILD]/infra", |
+ "cwd": "[CWD]/infra", |
"name": "python tests" |
}, |
{ |
"cmd": [ |
"python", |
"-u", |
- "[SLAVE_BUILD]/infra/go/env.py" |
+ "[CWD]/infra/go/env.py" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "go bootstrap" |
}, |
{ |
"cmd": [ |
"python", |
"-u", |
- "[SLAVE_BUILD]/infra/go/env.py", |
+ "[CWD]/infra/go/env.py", |
"python", |
- "[SLAVE_BUILD]/infra/go/test.py" |
+ "[CWD]/infra/go/test.py" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "go tests" |
}, |
{ |