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

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

Issue 2447023003: Nest multiple 'resolving hash xxx' steps under a single super step. (Closed)
Patch Set: Created 4 years, 2 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: scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_linux_bisect.json
diff --git a/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_linux_bisect.json b/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_linux_bisect.json
index 96a9aff89420f31cae9e89b9ba3093cd6e0e6b3f..5b906c637ba026ce8dbfa9e5e2ead486e24b3c0d 100644
--- a/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_linux_bisect.json
+++ b/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_linux_bisect.json
@@ -6107,6 +6107,11 @@
{
"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=15.75, std_dev=17.284386017443605)@@@",

Powered by Google App Engine
This is Rietveld 408576698