Index: recipe_modules/bot_update_lite/example.expected/tryjob_fail.json |
diff --git a/recipe_modules/bot_update/example.expected/off.json b/recipe_modules/bot_update_lite/example.expected/tryjob_fail.json |
similarity index 69% |
copy from recipe_modules/bot_update/example.expected/off.json |
copy to recipe_modules/bot_update_lite/example.expected/tryjob_fail.json |
index d6ec5891d6e0fe30445b2d4439e72f42bffd0beb..3608c1e0e42d5c20602f645fab39d8dbb4f14b14 100644 |
--- a/recipe_modules/bot_update/example.expected/off.json |
+++ b/recipe_modules/bot_update_lite/example.expected/tryjob_fail.json |
@@ -4,20 +4,16 @@ |
"python", |
"-u", |
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
- "--master", |
- "experimental", |
- "--builder", |
- "Experimental Builder", |
- "--slave", |
- "somehost", |
"--spec", |
- "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}]", |
+ "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", |
"--root", |
"src", |
"--revision_mapping_file", |
"{\"src\": \"got_cr_revision\"}", |
"--git-cache-dir", |
"[GIT_CACHE]", |
+ "--patch_url", |
+ "http://src.chromium.org/foo/bar", |
"--output_json", |
"/path/to/tmp/json", |
"--revision", |
@@ -28,16 +24,18 @@ |
}, |
"name": "bot_update", |
"~followup_annotations": [ |
+ "step returned non-zero exit code: 1", |
"@@@STEP_LOG_LINE@json.output@{@@@", |
"@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", |
"@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@", |
"@@@STEP_LOG_LINE@json.output@}@@@", |
- "@@@STEP_LOG_END@json.output@@@" |
+ "@@@STEP_LOG_END@json.output@@@", |
+ "@@@STEP_EXCEPTION@@@" |
] |
}, |
{ |
"name": "$result", |
- "recipe_result": null, |
- "status_code": 0 |
+ "reason": "Infra Failure: Step('bot_update') returned 1", |
+ "status_code": 1 |
} |
] |