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

Unified Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_trigger_failure.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/swarming_trigger_failure.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/swarming_trigger_failure.json b/scripts/slave/recipes/chromium_trybot.expected/swarming_trigger_failure.json
index 059ac7d2cbcd40df49f36331b1d286261d43d3d1..fb8d349ac6cef7432b8763044d44a5c793e5cf0d 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/swarming_trigger_failure.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/swarming_trigger_failure.json
@@ -227,14 +227,14 @@
"@@@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@ \"base_unittests\", @@@",
"@@@STEP_LOG_LINE@analyze_details@ \"base_unittests_run\", @@@",
"@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\", @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@",
"@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@",
"@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@",
- "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @@@",
+ "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@",
"@@@STEP_LOG_LINE@analyze_details@ ], @@@",
"@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@",
"@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@",
@@ -322,14 +322,14 @@
"--ninja-ensure-up-to-date",
"--",
"angle_unittests_run",
+ "base_unittests",
"base_unittests_run",
"chrome",
- "telemetry_gpu_test_run",
- "tab_capture_end2end_tests_run",
- "base_unittests",
+ "chromium_swarm_tests",
"content_gl_tests_run",
"gl_tests_run",
- "chromium_swarm_tests"
+ "tab_capture_end2end_tests_run",
+ "telemetry_gpu_test_run"
],
"cwd": "[SLAVE_BUILD]",
"name": "compile (with patch)"

Powered by Google App Engine
This is Rietveld 408576698