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

Unified Diff: scripts/slave/recipes/bisect.expected/broken_bad_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_bad_revision_test.json
diff --git a/scripts/slave/recipes/bisect.expected/broken_bad_revision_test.json b/scripts/slave/recipes/bisect.expected/broken_bad_revision_test.json
index d5aa480d14590176ff6f5959ef53d968d951dff2..212cfe5f673afea0b60555a872dac236465860d0 100644
--- a/scripts/slave/recipes/bisect.expected/broken_bad_revision_test.json
+++ b/scripts/slave/recipes/bisect.expected/broken_bad_revision_test.json
@@ -696,6 +696,10 @@
"stdout": "/path/to/tmp/"
},
{
+ "cmd": [],
+ "name": "Resolving hashes"
+ },
+ {
"cmd": [
"git",
"footers",
@@ -703,8 +707,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": [
@@ -714,8 +721,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