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

Unified Diff: recipe_modules/bot_update/example.expected/tryjob_v8.json

Issue 1917433002: Generalize patch_project to patch root conversion. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: gerrit test Created 4 years, 8 months 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: recipe_modules/bot_update/example.expected/tryjob_v8.json
diff --git a/recipe_modules/bot_update/example.expected/tryjob_v8.json b/recipe_modules/bot_update/example.expected/tryjob_v8.json
index 5aaf8739d5efcc03f698eed9264cf32332dde909..6ac96c825b49ecbef13424e7390997989c6d8b5c 100644
--- a/recipe_modules/bot_update/example.expected/tryjob_v8.json
+++ b/recipe_modules/bot_update/example.expected/tryjob_v8.json
@@ -25,7 +25,7 @@
"--revision",
"src@HEAD",
"--revision",
Michael Achenbach 2016/04/25 12:09:58 Hmm, wonder if this should maybe not change? I did
tandrii(chromium) 2016/04/25 13:37:52 good point. Added a check to avoid ovewriting.
- "src/v8@abc"
+ "src/v8@HEAD"
],
"cwd": "[SLAVE_BUILD]",
"env": {
@@ -38,7 +38,7 @@
"@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
"@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"src/v8\": \"abc\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"src/v8\": \"HEAD\"@@@",
"@@@STEP_LOG_LINE@json.output@ }, @@@",
"@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
"@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src/v8\", @@@",

Powered by Google App Engine
This is Rietveld 408576698