Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(568)

Unified Diff: recipes/recipes/luci_go.expected/luci_go.json

Issue 2507373002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: recipes/recipes/luci_go.expected/luci_go.json
diff --git a/recipes/recipes/luci_go.expected/luci_go.json b/recipes/recipes/luci_go.expected/luci_go.json
index 2ea9025589418192911e880efbe1925be018a79a..136c9a8e98960b1c32f6880b25ffe17e06373bab 100644
--- a/recipes/recipes/luci_go.expected/luci_go.json
+++ b/recipes/recipes/luci_go.expected/luci_go.json
@@ -59,7 +59,7 @@
"RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
"runhooks"
],
- "cwd": "[SLAVE_BUILD]/infra",
+ "cwd": "[START_DIR]/infra",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -69,7 +69,7 @@
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/infra/go/env.py",
+ "[START_DIR]/infra/go/env.py",
"go",
"version"
],
@@ -79,7 +79,7 @@
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/infra/go/env.py",
+ "[START_DIR]/infra/go/env.py",
"go",
"build",
"github.com/luci/luci-go/..."
@@ -90,7 +90,7 @@
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/infra/go/env.py",
+ "[START_DIR]/infra/go/env.py",
"go",
"test",
"github.com/luci/luci-go/..."
« no previous file with comments | « recipes/recipes/luci_gae.expected/presubmit_try_job.json ('k') | recipes/recipes/luci_go.expected/presubmit_try_job.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698