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

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

Issue 1923013002: Revert of recipe engine: extract infra-specific paths out of the engine (Closed) Base URL: https://github.com/luci/recipes-py.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
« no previous file with comments | « recipe_modules/step/api.py ('k') | recipe_modules/step/example.expected/defer_results.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/step/example.expected/basic.json
diff --git a/recipe_modules/step/example.expected/basic.json b/recipe_modules/step/example.expected/basic.json
index 919411a688beae34c362c5373249c4ff309778e7..da8ba879c7c56d2388e14e3ed72735f7b6e0d4fb 100644
--- a/recipe_modules/step/example.expected/basic.json
+++ b/recipe_modules/step/example.expected/basic.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"
},
@@ -29,6 +32,7 @@
"recipes.py",
"--help"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"PATH": "RECIPE_PACKAGE_REPO[recipe_engine]:%(PATH)s"
},
@@ -40,6 +44,7 @@
"-c",
"exit 3"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "anything is cool"
},
{
@@ -47,6 +52,7 @@
"echo",
"hello"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "hello (3)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@the reason@The reason@@@",
@@ -57,6 +63,7 @@
},
{
"cmd": [],
+ "cwd": "[SLAVE_BUILD]",
"name": "Just print stuff",
"~followup_annotations": [
"@@@STEP_LOG_LINE@more@More stuff@@@",
@@ -68,6 +75,7 @@
"echo",
"goodbye"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "goodbye (2)"
},
{
@@ -75,6 +83,7 @@
"echo",
"warning"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "warning"
},
{
@@ -82,6 +91,7 @@
"echo",
"testa"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "testa"
},
{
@@ -89,6 +99,7 @@
"echo",
"testb"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "testb"
},
{
@@ -98,6 +109,7 @@
"up",
"build"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "cleanup"
},
{
@@ -109,6 +121,7 @@
"main",
"application"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "application"
},
{
« no previous file with comments | « recipe_modules/step/api.py ('k') | recipe_modules/step/example.expected/defer_results.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698