Chromium Code Reviews| 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\", @@@", |