| Index: scripts/slave/recipes/infra/luci_go.expected/presubmit_try_job.json
|
| diff --git a/scripts/slave/recipes/infra/luci_go.expected/presubmit_try_job.json b/scripts/slave/recipes/infra/luci_go.expected/presubmit_try_job.json
|
| index eed1ab7945fa7eecd2b3aa61571806014fbb2bfd..9b7b03a2d039dfdd8edcb71ce6790e37ebd71f96 100644
|
| --- a/scripts/slave/recipes/infra/luci_go.expected/presubmit_try_job.json
|
| +++ b/scripts/slave/recipes/infra/luci_go.expected/presubmit_try_job.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/go/src/github.com/luci/luci-go",
|
| "--revision_mapping_file",
|
| "{\"infra/go/src/github.com/luci/luci-go\": \"got_revision\"}",
|
| "--git-cache-dir",
|
| - "[GIT_CACHE]",
|
| + "[ROOT]/b/build/slave/cache_dir",
|
| "--issue",
|
| "12853011",
|
| "--patchset",
|
| @@ -33,7 +33,6 @@
|
| "--force",
|
| "--output_manifest"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| @@ -78,7 +77,7 @@
|
| "-m",
|
| "Committed patch"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/infra/go/src/github.com/luci/luci-go",
|
| + "cwd": "[CWD]/infra/go/src/github.com/luci/luci-go",
|
| "name": "commit git patch"
|
| },
|
| {
|
| @@ -88,7 +87,6 @@
|
| "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
|
| "runhooks"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| @@ -98,22 +96,21 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]/infra/go/env.py",
|
| + "[CWD]/infra/go/env.py",
|
| "go",
|
| "version"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "name": "go third parties"
|
| },
|
| {
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]/infra/go/env.py",
|
| + "[CWD]/infra/go/env.py",
|
| "python",
|
| - "[DEPOT_TOOLS]/presubmit_support.py",
|
| + "[ROOT]/b/depot_tools/presubmit_support.py",
|
| "--root",
|
| - "[SLAVE_BUILD]/infra/go/src/github.com/luci/luci-go",
|
| + "[CWD]/infra/go/src/github.com/luci/luci-go",
|
| "--commit",
|
| "--verbose",
|
| "--verbose",
|
| @@ -135,7 +132,6 @@
|
| "--rietveld_email",
|
| ""
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "PRESUBMIT_BUILDER": "1"
|
| },
|
|
|