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

Unified Diff: scripts/slave/recipes/bisect.expected/broken_good_revision_test.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/recipes/bisect.expected/broken_good_revision_test.json
diff --git a/scripts/slave/recipes/bisect.expected/broken_good_revision_test.json b/scripts/slave/recipes/bisect.expected/broken_good_revision_test.json
index 1261d22be766941ff85566de7607ceea3feebf5e..e372c8740cf72bf18b0e4296aab9cad5d52cb8d0 100644
--- a/scripts/slave/recipes/bisect.expected/broken_good_revision_test.json
+++ b/scripts/slave/recipes/bisect.expected/broken_good_revision_test.json
@@ -683,6 +683,10 @@
"stdout": "/path/to/tmp/"
},
{
+ "cmd": [],
+ "name": "Resolving hashes"
+ },
+ {
"cmd": [
"git",
"footers",
@@ -690,8 +694,11 @@
"fc6dfc7ff5b1073408499478969261b826441144"
],
"cwd": "[SLAVE_BUILD]/src",
- "name": "resolving hash fc6dfc7ff5b1073408499478969261b826441144",
- "stdout": "/path/to/tmp/"
+ "name": "Resolving hashes.resolving hash fc6dfc7ff5b1073408499478969261b826441144",
+ "stdout": "/path/to/tmp/",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@"
+ ]
},
{
"cmd": [
@@ -701,8 +708,11 @@
"00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
],
"cwd": "[SLAVE_BUILD]/src",
- "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
- "stdout": "/path/to/tmp/"
+ "name": "Resolving hashes.resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
+ "stdout": "/path/to/tmp/",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@"
+ ]
},
{
"cmd": [],

Powered by Google App Engine
This is Rietveld 408576698