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

Unified Diff: scripts/slave/recipe_modules/gitiles/example.expected/basic.json

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.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: 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 3fae14eec1ef1db008371930a3f170f57c785bd0..6cf52a70e0e49cfb8db16785afdeb7fbb1110f20 100644
--- a/scripts/slave/recipe_modules/gitiles/example.expected/basic.json
+++ b/scripts/slave/recipe_modules/gitiles/example.expected/basic.json
@@ -11,6 +11,7 @@
"--format",
"json"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "refs",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -39,6 +40,7 @@
"--log-limit",
"0"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gitiles log: HEAD",
"~followup_annotations": [
"@@@STEP_TEXT@<br />3 commits fetched@@@",
@@ -150,6 +152,7 @@
"--log-start",
"deadbeaf"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gitiles log: HEAD from deadbeaf",
"~followup_annotations": [
"@@@STEP_TEXT@<br />3 commits fetched@@@",
@@ -258,6 +261,7 @@
"--log-limit",
"0"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gitiles log: refs/heads/A",
"~followup_annotations": [
"@@@STEP_TEXT@<br />3 commits fetched@@@",
@@ -366,6 +370,7 @@
"--log-limit",
"0"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gitiles log: refs/tags/B",
"~followup_annotations": [
"@@@STEP_TEXT@<br />3 commits fetched@@@",
@@ -472,6 +477,7 @@
"--format",
"json"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "commit log: 4015b57a143aec5156fd1444a017a32137a3fd0f",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -525,6 +531,7 @@
"--format",
"text"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "fetch master:OWNERS"
},
{

Powered by Google App Engine
This is Rietveld 408576698