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

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

Issue 1212413002: Pass all compile targets to "analyze" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: do not include 'all' 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/full_tryserver_chromium_linux_linux_chromium_practice_rel_ng.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_practice_rel_ng.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_practice_rel_ng.json
index 874b5b3ee8df77f1d74f3e4e4a879ecf31c1a6e3..fe8adb2c6889b2665a16e24cf5df9983ce115b11 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_practice_rel_ng.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_practice_rel_ng.json
@@ -171,22 +171,24 @@
"@@@STEP_LOG_END@excluded_files@@@",
"@@@STEP_LOG_LINE@analyze_details@{@@@",
"@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\", @@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@",
"@@@STEP_LOG_LINE@analyze_details@ ], @@@",
"@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@",
"@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\", @@@",
"@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@",
"@@@STEP_LOG_LINE@analyze_details@ ], @@@",
"@@@STEP_LOG_LINE@analyze_details@ \"original_exes\": [@@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\", @@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@",
"@@@STEP_LOG_LINE@analyze_details@ ], @@@",
"@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@@",
"@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\", @@@",
"@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@",
"@@@STEP_LOG_LINE@analyze_details@ ], @@@",
"@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.matching_exes\": [@@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\", @@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@",
"@@@STEP_LOG_LINE@analyze_details@ ]@@@",
"@@@STEP_LOG_LINE@analyze_details@}@@@",
"@@@STEP_LOG_END@analyze_details@@@"
@@ -220,8 +222,8 @@
"--goma-disable-local-fallback",
"--ninja-ensure-up-to-date",
"--",
- "chromium_swarm_tests",
- "blink_tests"
+ "blink_tests",
+ "chromium_swarm_tests"
],
"cwd": "[SLAVE_BUILD]",
"name": "compile (with patch)"

Powered by Google App Engine
This is Rietveld 408576698