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

Unified Diff: recipe_modules/step/example.expected/defer_results.json

Issue 1906323003: recipe engine: extract infra-specific paths out of the engine (Closed) Base URL: https://github.com/luci/recipes-py.git@master
Patch Set: tmp 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: recipe_modules/step/example.expected/defer_results.json
diff --git a/recipe_modules/step/example.expected/defer_results.json b/recipe_modules/step/example.expected/defer_results.json
index 8886d3c748b277de018ad87c1d977f39ea1b0093..83ccbb7ed218df2481d4b5c2ac21ff72b4856d74 100644
--- a/recipe_modules/step/example.expected/defer_results.json
+++ b/recipe_modules/step/example.expected/defer_results.json
@@ -4,7 +4,6 @@
"echo",
"Hello World"
],
- "cwd": "[SLAVE_BUILD]",
"name": "hello"
},
{
@@ -12,7 +11,6 @@
"echo",
"Why hello, there."
],
- "cwd": "[SLAVE_BUILD]",
"name": "hello (2)"
},
{
@@ -21,7 +19,6 @@
"-c",
"echo Good bye, $friend."
],
- "cwd": "[SLAVE_BUILD]",
"env": {
"friend": "Darth Vader"
},
@@ -32,7 +29,6 @@
"recipes.py",
"--help"
],
- "cwd": "[SLAVE_BUILD]",
"env": {
"PATH": "RECIPE_PACKAGE_REPO[recipe_engine]:%(PATH)s"
},
@@ -44,7 +40,6 @@
"-c",
"exit 3"
],
- "cwd": "[SLAVE_BUILD]",
"name": "anything is cool"
},
{
@@ -52,7 +47,6 @@
"echo",
"hello"
],
- "cwd": "[SLAVE_BUILD]",
"name": "hello (3)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@the reason@The reason@@@",
@@ -63,7 +57,6 @@
},
{
"cmd": [],
- "cwd": "[SLAVE_BUILD]",
"name": "Just print stuff",
"~followup_annotations": [
"@@@STEP_LOG_LINE@more@More stuff@@@",
@@ -75,7 +68,6 @@
"echo",
"goodbye"
],
- "cwd": "[SLAVE_BUILD]",
"name": "goodbye (2)"
},
{
@@ -83,7 +75,6 @@
"echo",
"warning"
],
- "cwd": "[SLAVE_BUILD]",
"name": "warning"
},
{
@@ -91,7 +82,6 @@
"echo",
"testa"
],
- "cwd": "[SLAVE_BUILD]",
"name": "testa",
"~followup_annotations": [
"step returned non-zero exit code: 1",
@@ -103,7 +93,6 @@
"echo",
"testb"
],
- "cwd": "[SLAVE_BUILD]",
"name": "testb"
},
{
« no previous file with comments | « recipe_modules/step/example.expected/basic.json ('k') | recipe_modules/step/example.expected/exceptional.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698