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

Unified Diff: recipes/example/nested.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 | « recipes/example/defer.expected/one_fail.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipes/example/nested.expected/basic.json
diff --git a/recipes/example/nested.expected/basic.json b/recipes/example/nested.expected/basic.json
index c816ed95dd5195a6bf2bc444f9334ead2d50146a..e25856e592f5357a459b6315a28f70afe3549b3c 100644
--- a/recipes/example/nested.expected/basic.json
+++ b/recipes/example/nested.expected/basic.json
@@ -1,10 +1,12 @@
[
{
"cmd": [],
+ "cwd": "[SLAVE_BUILD]",
"name": "complicated thing"
},
{
"cmd": [],
+ "cwd": "[SLAVE_BUILD]",
"name": "complicated thing.first part",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"
@@ -15,6 +17,7 @@
"sleep",
"10"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "complicated thing.first part.wait a bit",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"
@@ -25,6 +28,7 @@
"echo",
"herpy"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "complicated thing.attempt number.one",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"
@@ -35,6 +39,7 @@
"echo",
"derpy"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "complicated thing.attempt number.two",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"
@@ -45,6 +50,7 @@
"sleep",
"10"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "simple thing"
},
{
« no previous file with comments | « recipes/example/defer.expected/one_fail.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698