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

Unified Diff: scripts/slave/recipe_modules/step/example.expected/infra_failure.json

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 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/recipe_modules/step/example.expected/infra_failure.json
diff --git a/scripts/slave/recipe_modules/step/example.expected/infra_failure.json b/scripts/slave/recipe_modules/step/example.expected/infra_failure.json
index 99df97bd31d0acd796993fa818aa826e251108cd..eeb082b3d866dd824617bc980725f5bb61fc46f3 100644
--- a/scripts/slave/recipe_modules/step/example.expected/infra_failure.json
+++ b/scripts/slave/recipe_modules/step/example.expected/infra_failure.json
@@ -4,6 +4,7 @@
"echo",
"Hello World"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "hello"
},
{
@@ -11,6 +12,7 @@
"echo",
"Why hello, there."
],
+ "cwd": "[SLAVE_BUILD]",
"name": "hello (2)"
},
{
@@ -19,6 +21,7 @@
"-c",
"echo Good bye, $friend."
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"friend": "Darth Vader"
},
@@ -30,6 +33,7 @@
"-c",
"exit 3"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "anything is cool"
},
{
@@ -37,6 +41,7 @@
"echo",
"hello"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "hello (3)",
"~followup_annotations": [
"@@@STEP_EXCEPTION@@@"
@@ -47,6 +52,7 @@
"echo",
"goodbye"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "goodbye (2)"
},
{
@@ -54,6 +60,7 @@
"echo",
"testa"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "testa"
},
{
@@ -61,6 +68,7 @@
"echo",
"testb"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "testb"
},
{
@@ -70,6 +78,7 @@
"up",
"build"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "cleanup",
"~followup_annotations": [
"step returned non-zero exit code: 1",
@@ -86,6 +95,7 @@
"main",
"application"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "application"
},
{

Powered by Google App Engine
This is Rietveld 408576698