| Index: scripts/slave/recipes/infra/infra_repo_trybot.expected/rietveld_tests.json
|
| diff --git a/scripts/slave/recipes/infra/infra_repo_trybot.expected/rietveld_tests.json b/scripts/slave/recipes/infra/infra_repo_trybot.expected/rietveld_tests.json
|
| index 7a3428a14dac6f26915e80a2c8b847a4f1b7c56c..c9dbf9d337c26b1ca7f2ca064af33164d5c8b507 100644
|
| --- a/scripts/slave/recipes/infra/infra_repo_trybot.expected/rietveld_tests.json
|
| +++ b/scripts/slave/recipes/infra/infra_repo_trybot.expected/rietveld_tests.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"
|
| },
|
| {
|
| @@ -140,7 +144,7 @@
|
| "appengine/chromium_rietveld",
|
| "test"
|
| ],
|
| - "cwd": "[CWD]/infra",
|
| + "cwd": "[SLAVE_BUILD]/infra",
|
| "name": "rietveld tests"
|
| },
|
| {
|
|
|