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

Unified Diff: recipes/recipes/infra_repo_trybot.expected/infra_internal_gerrit.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_gerrit.json
diff --git a/recipes/recipes/infra_repo_trybot.expected/infra_internal_gerrit.json b/recipes/recipes/infra_repo_trybot.expected/infra_internal_gerrit.json
index 7be8a68a4aa85287876b10f6c08506d58879b7cf..eb54a3f952e819842a48af22838f4e29af151c4f 100644
--- a/recipes/recipes/infra_repo_trybot.expected/infra_internal_gerrit.json
+++ b/recipes/recipes/infra_repo_trybot.expected/infra_internal_gerrit.json
@@ -69,7 +69,7 @@
"-m",
"Committed patch"
],
- "cwd": "[SLAVE_BUILD]/infra_internal",
+ "cwd": "[START_DIR]/infra_internal",
"name": "commit git patch"
},
{
@@ -79,7 +79,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]"
},
@@ -93,7 +93,7 @@
"HEAD",
"HEAD~"
],
- "cwd": "[SLAVE_BUILD]/infra_internal",
+ "cwd": "[START_DIR]/infra_internal",
"name": "get change list",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
@@ -111,14 +111,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"
},
@@ -126,9 +126,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