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

Unified Diff: recipe_modules/tryserver/example.expected/with_git_patch.json

Issue 1921893003: Roll recipe_engine to 2f86f02a302172514bf282684e0a4aa18b683e41 (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.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: recipe_modules/tryserver/example.expected/with_git_patch.json
diff --git a/recipe_modules/tryserver/example.expected/with_git_patch.json b/recipe_modules/tryserver/example.expected/with_git_patch.json
index 570d5c2e26722c24bb138118fe23939a1a91a0df..2c28083b713990b73cf373ff82a8d17884b928df 100644
--- a/recipe_modules/tryserver/example.expected/with_git_patch.json
+++ b/recipe_modules/tryserver/example.expected/with_git_patch.json
@@ -5,10 +5,11 @@
"-u",
"[ROOT]/b/build/scripts/slave/git_setup.py",
"--path",
- "[TMP]/patch_tmp_1",
+ "[TMP_BASE]/patch_tmp_1",
"--url",
"http://patch.url/"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "patch git setup"
},
{
@@ -18,7 +19,7 @@
"origin",
"johndoe#123.diff"
],
- "cwd": "[TMP]/patch_tmp_1",
+ "cwd": "[TMP_BASE]/patch_tmp_1",
"name": "patch fetch"
},
{
@@ -29,7 +30,7 @@
"-d",
"-x"
],
- "cwd": "[TMP]/patch_tmp_1",
+ "cwd": "[TMP_BASE]/patch_tmp_1",
"name": "patch clean"
},
{
@@ -39,7 +40,7 @@
"-f",
"FETCH_HEAD"
],
- "cwd": "[TMP]/patch_tmp_1",
+ "cwd": "[TMP_BASE]/patch_tmp_1",
"name": "patch git checkout"
},
{
@@ -53,16 +54,18 @@
"--strip",
"0",
"--input",
- "[TMP]/patch_tmp_1/patch.diff"
+ "[TMP_BASE]/patch_tmp_1/patch.diff"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "apply patch"
},
{
"cmd": [
"rm",
"-rf",
- "[TMP]/patch_tmp_1"
+ "[TMP_BASE]/patch_tmp_1"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "remove patch"
},
{
@@ -88,6 +91,7 @@
"-u",
"import sys; sys.exit(1)"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "fail",
"~followup_annotations": [
"step returned non-zero exit code: 1",

Powered by Google App Engine
This is Rietveld 408576698