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

Unified Diff: scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_win32_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_win32_bisect.json
diff --git a/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_win32_bisect.json b/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_win32_bisect.json
index b39fdce1c68e2f196499f821f11fc61426594896..17acfaf10fe1abad8c740d64cf43321a866371d9 100644
--- a/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_win32_bisect.json
+++ b/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_win32_bisect.json
@@ -1867,6 +1867,11 @@
"stdout": "/path/to/tmp/"
},
{
+ "cmd": [],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Resolving hashes"
+ },
+ {
"cmd": [
"RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
"footers",
@@ -1874,8 +1879,11 @@
"dcdcdc0ff1122212323134879ddceeb1240b0988"
],
"cwd": "[SLAVE_BUILD]\\src",
- "name": "resolving hash dcdcdc0ff1122212323134879ddceeb1240b0988",
- "stdout": "/path/to/tmp/"
+ "name": "Resolving hashes.resolving hash dcdcdc0ff1122212323134879ddceeb1240b0988",
+ "stdout": "/path/to/tmp/",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@"
+ ]
},
{
"cmd": [],

Powered by Google App Engine
This is Rietveld 408576698