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

Unified Diff: scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_disconnected_device.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/bisection/android_bisect.expected/local_basic_recipe_disconnected_device.json
diff --git a/scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_disconnected_device.json b/scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_disconnected_device.json
index db63b7085786c476235cc90ec88f6eb0a535eb45..29dc89edd529979e526172ba26984a865472acd9 100644
--- a/scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_disconnected_device.json
+++ b/scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_disconnected_device.json
@@ -1922,6 +1922,11 @@
]
},
{
+ "cmd": [],
+ "cwd": "[BUILDER_CACHE]/android_one_perf_bisect",
+ "name": "Resolving hashes"
+ },
+ {
"cmd": [
"git",
"footers",
@@ -1929,8 +1934,11 @@
"fc6dfc7ff5b1073408499478969261b826441144"
],
"cwd": "[BUILDER_CACHE]/android_one_perf_bisect/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": [],
@@ -3229,6 +3237,11 @@
]
},
{
+ "cmd": [],
+ "cwd": "[BUILDER_CACHE]/android_one_perf_bisect",
+ "name": "Resolving hashes (2)"
+ },
+ {
"cmd": [
"git",
"footers",
@@ -3236,8 +3249,11 @@
"fc6dfc7ff5b1073408499478969261b826441144"
],
"cwd": "[BUILDER_CACHE]/android_one_perf_bisect/src",
- "name": "resolving hash fc6dfc7ff5b1073408499478969261b826441144 (2)",
- "stdout": "/path/to/tmp/"
+ "name": "Resolving hashes.resolving hash fc6dfc7ff5b1073408499478969261b826441144 (2)",
+ "stdout": "/path/to/tmp/",
+ "~followup_annotations": [
+ "@@@STEP_NEST_LEVEL@1@@@"
+ ]
},
{
"cmd": [],

Powered by Google App Engine
This is Rietveld 408576698