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

Unified Diff: recipes/recipes/try_recipe.expected/broken_win.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/try_recipe.expected/broken_win.json
diff --git a/recipes/recipes/try_recipe.expected/broken_win.json b/recipes/recipes/try_recipe.expected/broken_win.json
index 57c7cc2494414485d9142943dd117065e152ad87..b244f039d8d02a58eef36a6bc46b0a8455981fa8 100644
--- a/recipes/recipes/try_recipe.expected/broken_win.json
+++ b/recipes/recipes/try_recipe.expected/broken_win.json
@@ -59,7 +59,7 @@
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]\\build\\scripts\\slave\\recipes.py",
+ "[START_DIR]\\build\\scripts\\slave\\recipes.py",
"fetch"
],
"name": "fetch recipe engine deps",
@@ -73,7 +73,7 @@
"python",
"-u",
"\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], ignore_errors=True)\n",
- "[SLAVE_BUILD]\\build\\scripts\\slave\\.recipe_deps"
+ "[START_DIR]\\build\\scripts\\slave\\.recipe_deps"
],
"name": "remove repo workaround for http://crbug.com/589201",
"~followup_annotations": [
@@ -87,7 +87,7 @@
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]\\build\\scripts\\slave\\recipes.py",
+ "[START_DIR]\\build\\scripts\\slave\\recipes.py",
"fetch"
],
"name": "fetch recipe engine deps from scratch."
@@ -113,12 +113,12 @@
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]\\build\\scripts\\tools\\annotee_indenter.py",
+ "[START_DIR]\\build\\scripts\\tools\\annotee_indenter.py",
"--base-level",
"1",
"--use-python-executable",
"--",
- "[SLAVE_BUILD]\\build\\scripts\\slave\\recipes.py",
+ "[START_DIR]\\build\\scripts\\slave\\recipes.py",
"run",
"--properties-file",
"{\"buildername\": \"recipe_try\", \"buildnumber\": 571, \"mastername\": \"tryserver.infra\", \"prop1\": \"value1\", \"prop2\": \"value2\", \"slavename\": \"TestSlavename\", \"try_level\": 1}",
« no previous file with comments | « recipes/recipes/recipes_py_continuous.expected/basic.json ('k') | recipes/recipes/try_recipe.expected/default.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698