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

Unified Diff: scripts/slave/recipe_modules/gitiles/example.expected/basic.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/gitiles/example.expected/basic.json
diff --git a/scripts/slave/recipe_modules/gitiles/example.expected/basic.json b/scripts/slave/recipe_modules/gitiles/example.expected/basic.json
index a2c016c41927e1d26ae0d3c74a05a1d0ef87002e..cedfc6125979373550e09ff476bebcdf33b68c85 100644
--- a/scripts/slave/recipe_modules/gitiles/example.expected/basic.json
+++ b/scripts/slave/recipe_modules/gitiles/example.expected/basic.json
@@ -9,6 +9,7 @@
"--url",
"https://chromium.googlesource.com/chromium/src/+refs?format=json"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "refs",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -33,6 +34,7 @@
"--url",
"https://chromium.googlesource.com/chromium/src/+log/HEAD?format=json&n=all"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "log: HEAD",
"~followup_annotations": [
"@@@STEP_TEXT@<br />3 new commits@@@",
@@ -75,6 +77,7 @@
"--url",
"https://chromium.googlesource.com/chromium/src/+log/refs/heads/A?format=json&n=all"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "log: refs/heads/A",
"~followup_annotations": [
"@@@STEP_TEXT@<br />3 new commits@@@",
@@ -117,6 +120,7 @@
"--url",
"https://chromium.googlesource.com/chromium/src/+log/refs/tags/B?format=json&n=all"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "log: refs/tags/B",
"~followup_annotations": [
"@@@STEP_TEXT@<br />3 new commits@@@",
@@ -159,6 +163,7 @@
"--url",
"https://chromium.googlesource.com/chromium/src/+/4015b57a143aec5156fd1444a017a32137a3fd0f?format=json"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "commit log: 4015b57a143aec5156fd1444a017a32137a3fd0f",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -192,6 +197,7 @@
"--outfile",
"/path/to/tmp/"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "Gitiles fetch OWNERS"
}
]

Powered by Google App Engine
This is Rietveld 408576698