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

Unified Diff: scripts/slave/recipes/example/defer_multiple.expected/nested_comp_fail.json

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 8 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/example/defer_multiple.expected/nested_comp_fail.json
diff --git a/scripts/slave/recipes/example/defer_multiple.expected/nested_comp_fail.json b/scripts/slave/recipes/example/defer_multiple.expected/nested_comp_fail.json
index 4997577aa3612bdafdb1293646b2c6c46dc04f06..f5aea1bb04a6e4367ccf1e56f784b6cf18e6bfcb 100644
--- a/scripts/slave/recipes/example/defer_multiple.expected/nested_comp_fail.json
+++ b/scripts/slave/recipes/example/defer_multiple.expected/nested_comp_fail.json
@@ -3,36 +3,42 @@
"cmd": [
"true"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "prelude"
},
{
"cmd": [
"true"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "aggregated start"
},
{
"cmd": [
"true"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "aggregated finish"
},
{
"cmd": [
"true"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "normal start"
},
{
"cmd": [
"true"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "normal finish"
},
{
"cmd": [
"true"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "composite start",
"~followup_annotations": [
"step returned non-zero exit code: 1",
@@ -43,12 +49,14 @@
"cmd": [
"true"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "bogus"
},
{
"cmd": [
"true"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "steps"
},
{

Powered by Google App Engine
This is Rietveld 408576698