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

Unified Diff: recipes/recipes/infra_repo_trybot.expected/infra_internal.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/infra_repo_trybot.expected/infra_internal.json
diff --git a/recipes/recipes/infra_repo_trybot.expected/infra_internal.json b/recipes/recipes/infra_repo_trybot.expected/infra_internal.json
index 2999f3564b8d4b41c672a29f8251f2b29ae460c5..3f1f80b1413d8ee20a7ea265612b15116a20c01c 100644
--- a/recipes/recipes/infra_repo_trybot.expected/infra_internal.json
+++ b/recipes/recipes/infra_repo_trybot.expected/infra_internal.json
@@ -71,7 +71,7 @@
"-m",
"Committed patch"
],
- "cwd": "[SLAVE_BUILD]/infra_internal",
+ "cwd": "[START_DIR]/infra_internal",
"name": "commit git patch"
},
{
@@ -81,7 +81,7 @@
"RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
"runhooks"
],
- "cwd": "[SLAVE_BUILD]/infra_internal",
+ "cwd": "[START_DIR]/infra_internal",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -95,7 +95,7 @@
"HEAD",
"HEAD~"
],
- "cwd": "[SLAVE_BUILD]/infra_internal",
+ "cwd": "[START_DIR]/infra_internal",
"name": "get change list",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
@@ -113,14 +113,14 @@
"--jobs",
"1"
],
- "cwd": "[SLAVE_BUILD]/infra_internal",
+ "cwd": "[START_DIR]/infra_internal",
"name": "python tests"
},
{
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/infra_internal/go/env.py"
+ "[START_DIR]/infra_internal/go/env.py"
],
"name": "go bootstrap"
},
@@ -128,9 +128,9 @@
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/infra_internal/go/env.py",
+ "[START_DIR]/infra_internal/go/env.py",
"python",
- "[SLAVE_BUILD]/infra_internal/go/test.py"
+ "[START_DIR]/infra_internal/go/test.py"
],
"name": "go tests"
},

Powered by Google App Engine
This is Rietveld 408576698