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

Unified Diff: recipes/recipes/recipes_py_continuous.expected/basic.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/recipes_py_continuous.expected/basic.json
diff --git a/recipes/recipes/recipes_py_continuous.expected/basic.json b/recipes/recipes/recipes_py_continuous.expected/basic.json
index fffddcca35af0aaf5ececadb2f097f44f66476fd..dd49ab8a5906a61abcc2777d52984e764725ae12 100644
--- a/recipes/recipes/recipes_py_continuous.expected/basic.json
+++ b/recipes/recipes/recipes_py_continuous.expected/basic.json
@@ -57,7 +57,7 @@
"--platform",
"linux-amd64",
"--dest-directory",
- "[SLAVE_BUILD]/cipd",
+ "[START_DIR]/cipd",
"--json-output",
"/path/to/tmp/json"
],
@@ -65,7 +65,7 @@
"~followup_annotations": [
"@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@@",
"@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[START_DIR]/cipd/cipd\", @@@",
"@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-package-instance_id\"@@@",
"@@@STEP_LOG_LINE@json.output@}@@@",
"@@@STEP_LOG_END@json.output@@@"
@@ -73,10 +73,10 @@
},
{
"cmd": [
- "[SLAVE_BUILD]/cipd/cipd",
+ "[START_DIR]/cipd/cipd",
"create",
"--pkg-def",
- "[SLAVE_BUILD]/recipes-py/infra/cipd/recipes-py.yaml",
+ "[START_DIR]/recipes-py/infra/cipd/recipes-py.yaml",
"--json-output",
"/path/to/tmp/json",
"--service-account-json",
« no previous file with comments | « recipes/recipes/recipe_autoroller.expected/with_auth.json ('k') | recipes/recipes/try_recipe.expected/broken_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698