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

Unified Diff: scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_build.json

Issue 2469553002: Use a custom exception to signal failure to reproduce (Low confidence). (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: scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_build.json
diff --git a/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_build.json b/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_build.json
index 5d4f080a843dd8718a61a6e86bf8bd54e9b6d771..741e89edfd0433607ea35fc27ef54abc72ec9c72 100644
--- a/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_build.json
+++ b/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/failed_build.json
@@ -1156,6 +1156,36 @@
},
{
"cmd": [
+ "git",
+ "footers",
+ "--position",
+ "dcdcdc0ff1122212323134879ddceeb1240b0988"
+ ],
+ "cwd": "[SLAVE_BUILD]/src",
+ "name": "resolving hash dcdcdc0ff1122212323134879ddceeb1240b0988",
+ "stdout": "/path/to/tmp/"
+ },
+ {
+ "cmd": [],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Resolving hashes"
+ },
+ {
+ "cmd": [],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Debug Info",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@Debug Info@bisector.lkgr: RevisionState(rev=chromium@a6298e4afe, mean_value=None, std_dev=None)@@@",
+ "@@@STEP_LOG_LINE@Debug Info@bisector.fkbr: RevisionState(rev=chromium@dcdcdc0ff1), values=[]@@@",
+ "@@@STEP_LOG_LINE@Debug Info@@@@",
+ "@@@STEP_LOG_LINE@Debug Info@Revision Values @@@",
+ "@@@STEP_LOG_LINE@Debug Info@chromium@a6298e4afe[] @@@",
+ "@@@STEP_LOG_LINE@Debug Info@chromium@dcdcdc0ff1[] @@@",
+ "@@@STEP_LOG_END@Debug Info@@@"
+ ]
+ },
+ {
+ "cmd": [
"python",
"-u",
"RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py"
@@ -1173,7 +1203,7 @@
},
{
"name": "$result",
- "reason": "Bisect cannot identify a culprit",
+ "reason": "Bisect cannot identify a culprit: Testing the \"bad\" revision failed",
"recipe_result": null,
"status_code": 1
}

Powered by Google App Engine
This is Rietveld 408576698