Index: scripts/slave/recipes/infra/infra_repo_trybot.expected/only_glyco_python.json |
diff --git a/scripts/slave/recipes/infra/infra_repo_trybot.expected/only_glyco_python.json b/scripts/slave/recipes/infra/infra_repo_trybot.expected/only_glyco_python.json |
index 15bb4b3a714e5764904cb3f4c4446f96ef0a8ff6..9a20a7fd57c719394a356c4980bd0a5353c6c8bc 100644 |
--- a/scripts/slave/recipes/infra/infra_repo_trybot.expected/only_glyco_python.json |
+++ b/scripts/slave/recipes/infra/infra_repo_trybot.expected/only_glyco_python.json |
@@ -11,13 +11,13 @@ |
"--slave", |
"TestSlavename", |
"--spec", |
- "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'}]", |
+ "cache_dir = '[GIT_CACHE]'\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", |
- "[ROOT]/b/build/slave/cache_dir", |
+ "[GIT_CACHE]", |
"--issue", |
"12853011", |
"--patchset", |
@@ -31,6 +31,7 @@ |
"--force", |
"--output_manifest" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -74,7 +75,7 @@ |
"-m", |
"Committed patch" |
], |
- "cwd": "[CWD]/infra", |
+ "cwd": "[SLAVE_BUILD]/infra", |
"name": "commit git patch" |
}, |
{ |
@@ -84,6 +85,7 @@ |
"RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
"runhooks" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -97,7 +99,7 @@ |
"HEAD", |
"HEAD~" |
], |
- "cwd": "[CWD]/infra", |
+ "cwd": "[SLAVE_BUILD]/infra", |
"name": "get change list", |
"stdout": "/path/to/tmp/", |
"~followup_annotations": [ |
@@ -112,25 +114,27 @@ |
"test.py", |
"test" |
], |
- "cwd": "[CWD]/infra", |
+ "cwd": "[SLAVE_BUILD]/infra", |
"name": "python tests" |
}, |
{ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/infra/go/env.py" |
+ "[SLAVE_BUILD]/infra/go/env.py" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "go bootstrap" |
}, |
{ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/infra/go/env.py", |
+ "[SLAVE_BUILD]/infra/go/env.py", |
"python", |
- "[CWD]/infra/go/test.py" |
+ "[SLAVE_BUILD]/infra/go/test.py" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "go tests" |
}, |
{ |