Index: scripts/slave/recipes/infra/infra_continuous.expected/infra.json |
diff --git a/scripts/slave/recipes/infra/infra_continuous.expected/infra.json b/scripts/slave/recipes/infra/infra_continuous.expected/infra.json |
index ef197f12fe530b07dcaabc204701d43371a81a6d..d11493c1bd167d049ed4e6b1bdd688c62a7d552e 100644 |
--- a/scripts/slave/recipes/infra/infra_continuous.expected/infra.json |
+++ b/scripts/slave/recipes/infra/infra_continuous.expected/infra.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]", |
"--output_json", |
"/path/to/tmp/json", |
"--revision", |
@@ -25,6 +25,7 @@ |
"--force", |
"--output_manifest" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -63,6 +64,7 @@ |
"RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
"runhooks" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -75,61 +77,65 @@ |
"test.py", |
"test" |
], |
- "cwd": "[CWD]/infra", |
+ "cwd": "[SLAVE_BUILD]/infra", |
"name": "infra python tests" |
}, |
{ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/infra/glyco/tests/run_all_tests.py" |
+ "[SLAVE_BUILD]/infra/glyco/tests/run_all_tests.py" |
], |
- "cwd": "[CWD]/infra", |
+ "cwd": "[SLAVE_BUILD]/infra", |
"name": "Glyco tests" |
}, |
{ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/infra/go/env.py", |
+ "[SLAVE_BUILD]/infra/go/env.py", |
"go", |
"version" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "go third parties" |
}, |
{ |
"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": "infra go tests" |
}, |
{ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/infra/build/build.py", |
+ "[SLAVE_BUILD]/infra/build/build.py", |
"--builder", |
"infra-continuous" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "cipd - build packages" |
}, |
{ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/infra/build/test_packages.py" |
+ "[SLAVE_BUILD]/infra/build/test_packages.py" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "cipd - test packages integrity" |
}, |
{ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/infra/build/build.py", |
+ "[SLAVE_BUILD]/infra/build/build.py", |
"--no-rebuild", |
"--upload", |
"--service-account-json", |
@@ -143,6 +149,7 @@ |
"git_repository:https://chromium.googlesource.com/infra/infra", |
"git_revision:5e03a58dc0850e5137a8ebbce29610670c756aed" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "cipd - upload packages", |
"~followup_annotations": [ |
"@@@STEP_LOG_LINE@json.output@{@@@", |