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

Unified Diff: scripts/slave/recipes/chromium_trybot.expected/analyze_runs_only_angle_unittests.json

Issue 1187863002: Use simpler "analyze" logic for chromium_trybot recipe on non-Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase Created 5 years, 6 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/recipes/chromium_trybot.expected/analyze_runs_only_angle_unittests.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/analyze_runs_only_angle_unittests.json b/scripts/slave/recipes/chromium_trybot.expected/analyze_runs_only_angle_unittests.json
index a0f359c8c648f3d83c234b7a9564e9e2221a3dd5..315980047d0244dbf0f02f450d572d7105ec84c0 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/analyze_runs_only_angle_unittests.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/analyze_runs_only_angle_unittests.json
@@ -210,7 +210,8 @@
"@@@STEP_LOG_END@json.output@@@",
"@@@STEP_LOG_LINE@analyze_details@{@@@",
"@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests\", @@@",
"@@@STEP_LOG_LINE@analyze_details@ \"crash_service\"@@@",
"@@@STEP_LOG_LINE@analyze_details@ ], @@@",
"@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@",
@@ -235,7 +236,8 @@
"@@@STEP_LOG_LINE@analyze_details@ ], @@@",
"@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@@",
"@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests\"@@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests\", @@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"crash_service\"@@@",
"@@@STEP_LOG_LINE@analyze_details@ ], @@@",
"@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.matching_exes\": [@@@",
"@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\"@@@",
@@ -283,7 +285,8 @@
"--goma-disable-local-fallback",
"--ninja-ensure-up-to-date",
"--",
- "angle_unittests_run",
+ "All",
+ "angle_unittests",
"crash_service"
],
"cwd": "[SLAVE_BUILD]",

Powered by Google App Engine
This is Rietveld 408576698