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

Unified Diff: recipes/recipes/infra_repo_trybot.expected/only_glyco_python.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/only_glyco_python.json
diff --git a/recipes/recipes/infra_repo_trybot.expected/only_glyco_python.json b/recipes/recipes/infra_repo_trybot.expected/only_glyco_python.json
index 5822fb7488cc056c2604257a9c498d9efc1b8afe..d7116c866c2e445c78413d8e4a414220bf2d45b5 100644
--- a/recipes/recipes/infra_repo_trybot.expected/only_glyco_python.json
+++ b/recipes/recipes/infra_repo_trybot.expected/only_glyco_python.json
@@ -67,7 +67,7 @@
"-m",
"Committed patch"
],
- "cwd": "[SLAVE_BUILD]/infra",
+ "cwd": "[START_DIR]/infra",
"name": "commit git patch"
},
{
@@ -77,7 +77,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]"
},
@@ -91,7 +91,7 @@
"HEAD",
"HEAD~"
],
- "cwd": "[SLAVE_BUILD]/infra",
+ "cwd": "[START_DIR]/infra",
"name": "get change list",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
@@ -108,14 +108,14 @@
"--jobs",
"1"
],
- "cwd": "[SLAVE_BUILD]/infra",
+ "cwd": "[START_DIR]/infra",
"name": "python tests"
},
{
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/infra/recipes/recipes.py",
+ "[START_DIR]/infra/recipes/recipes.py",
"simulation_test",
"test"
],
@@ -125,7 +125,7 @@
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/infra/recipes/recipes.py",
+ "[START_DIR]/infra/recipes/recipes.py",
"lint"
],
"name": "recipe lint"
@@ -134,7 +134,7 @@
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/infra/go/env.py"
+ "[START_DIR]/infra/go/env.py"
],
"name": "go bootstrap"
},
@@ -142,9 +142,9 @@
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/infra/go/env.py",
+ "[START_DIR]/infra/go/env.py",
"python",
- "[SLAVE_BUILD]/infra/go/test.py"
+ "[START_DIR]/infra/go/test.py"
],
"name": "go tests"
},
« no previous file with comments | « recipes/recipes/infra_repo_trybot.expected/only_DEPS.json ('k') | recipes/recipes/infra_repo_trybot.expected/only_go.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698