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

Unified Diff: scripts/slave/recipe_modules/findit/example.expected/affected_files_in_src.json

Issue 1416763007: Add a recipe to identify culprits for chromium compile failures. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and Address comments. Created 5 years, 1 month 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/findit/example.expected/affected_files_in_src.json
diff --git a/scripts/slave/recipe_modules/findit/example.expected/affected_files_in_src.json b/scripts/slave/recipe_modules/findit/example.expected/affected_files_in_src.json
new file mode 100644
index 0000000000000000000000000000000000000000..7377b8227a091475e04d6dd126e899a596af398f
--- /dev/null
+++ b/scripts/slave/recipe_modules/findit/example.expected/affected_files_in_src.json
@@ -0,0 +1,23 @@
+[
+ {
+ "cmd": [
+ "git",
+ "diff",
+ "r1~1",
+ "r1",
+ "--name-only"
+ ],
+ "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
+ "name": "git diff to analyze commit",
+ "stdout": "/path/to/tmp/",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@files@foo.cc@@@",
+ "@@@STEP_LOG_END@files@@@"
+ ]
+ },
+ {
+ "name": "$result",
+ "recipe_result": null,
+ "status_code": 0
+ }
+]

Powered by Google App Engine
This is Rietveld 408576698