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

Unified Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_compile_dbg_ng_exp.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/full_tryserver_chromium_win_win_chromium_compile_dbg_ng_exp.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_compile_dbg_ng_exp.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_compile_dbg_ng_exp.json
index 943641a5e48c0ad6f39cf443b6560ff1f0681297..9163b993639fd07c29938e034163c9d496e32b80 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_compile_dbg_ng_exp.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_chromium_compile_dbg_ng_exp.json
@@ -194,8 +194,8 @@
"@@@STEP_LOG_END@excluded_files@@@",
"@@@STEP_LOG_LINE@analyze_details@{@@@",
"@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"crash_service\", @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\"@@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\", @@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"crash_service\"@@@",
"@@@STEP_LOG_LINE@analyze_details@ ], @@@",
"@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@",
"@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\", @@@",
@@ -238,8 +238,8 @@
"--goma-disable-local-fallback",
"--ninja-ensure-up-to-date",
"--",
- "crash_service",
- "chromium_builder_tests"
+ "chromium_builder_tests",
+ "crash_service"
],
"cwd": "[SLAVE_BUILD]",
"name": "compile (with patch)"

Powered by Google App Engine
This is Rietveld 408576698