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

Unified Diff: recipes/recipes/infra_continuous.expected/infra_swarming.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_continuous.expected/infra_swarming.json
diff --git a/recipes/recipes/infra_continuous.expected/infra_swarming.json b/recipes/recipes/infra_continuous.expected/infra_swarming.json
index 0c63132c017a29eda65349c6c6a52eb19b769e8d..2789a33cab75ed3e5523c3a84523535f403d98c2 100644
--- a/recipes/recipes/infra_continuous.expected/infra_swarming.json
+++ b/recipes/recipes/infra_continuous.expected/infra_swarming.json
@@ -56,7 +56,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]"
},
@@ -71,23 +71,23 @@
"--jobs",
"1"
],
- "cwd": "[SLAVE_BUILD]/infra",
+ "cwd": "[START_DIR]/infra",
"name": "infra python tests"
},
{
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/infra/glyco/tests/run_all_tests.py"
+ "[START_DIR]/infra/glyco/tests/run_all_tests.py"
],
- "cwd": "[SLAVE_BUILD]/infra",
+ "cwd": "[START_DIR]/infra",
"name": "Glyco tests"
},
{
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/infra/go/env.py",
+ "[START_DIR]/infra/go/env.py",
"go",
"version"
],
@@ -97,9 +97,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": "infra go tests"
},

Powered by Google App Engine
This is Rietveld 408576698