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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_missing_isolated.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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_rel_ng", 10 "linux_chromium_rel_ng",
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 ], 204 ],
205 "cwd": "[SLAVE_BUILD]", 205 "cwd": "[SLAVE_BUILD]",
206 "name": "analyze", 206 "name": "analyze",
207 "~followup_annotations": [ 207 "~followup_annotations": [
208 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 208 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
209 "@@@STEP_LOG_END@excluded_files@@@", 209 "@@@STEP_LOG_END@excluded_files@@@",
210 "@@@STEP_LOG_LINE@analyze_details@{@@@", 210 "@@@STEP_LOG_LINE@analyze_details@{@@@",
211 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 211 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
212 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@", 212 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@",
213 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@", 213 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@",
214 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\", @@@", 214 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@",
215 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@",
216 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@", 215 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@",
217 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@", 216 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@",
218 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", 217 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@",
218 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@",
219 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 219 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
220 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@", 220 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@",
221 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@", 221 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@",
222 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@", 222 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@",
223 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@", 223 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@",
224 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@", 224 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@",
225 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@", 225 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@",
226 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@", 226 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@",
227 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@", 227 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@",
228 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 228 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 "ninja", 289 "ninja",
290 "--compiler", 290 "--compiler",
291 "goma", 291 "goma",
292 "--goma-dir", 292 "--goma-dir",
293 "[BUILD]/goma", 293 "[BUILD]/goma",
294 "--goma-disable-local-fallback", 294 "--goma-disable-local-fallback",
295 "--ninja-ensure-up-to-date", 295 "--ninja-ensure-up-to-date",
296 "--", 296 "--",
297 "angle_unittests_run", 297 "angle_unittests_run",
298 "chrome", 298 "chrome",
299 "telemetry_gpu_test_run", 299 "chromium_swarm_tests",
300 "tab_capture_end2end_tests_run",
301 "content_gl_tests_run", 300 "content_gl_tests_run",
302 "gl_tests_run", 301 "gl_tests_run",
303 "chromium_swarm_tests" 302 "tab_capture_end2end_tests_run",
303 "telemetry_gpu_test_run"
304 ], 304 ],
305 "cwd": "[SLAVE_BUILD]", 305 "cwd": "[SLAVE_BUILD]",
306 "name": "compile (with patch)" 306 "name": "compile (with patch)"
307 }, 307 },
308 { 308 {
309 "cmd": [ 309 "cmd": [
310 "python", 310 "python",
311 "-u", 311 "-u",
312 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", 312 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py",
313 "--build-dir", 313 "--build-dir",
(...skipping 1595 matching lines...) Expand 10 before | Expand all | Expand 10 after
1909 "--decorate", 1909 "--decorate",
1910 "--print-status-updates", 1910 "--print-status-updates",
1911 "--shards", 1911 "--shards",
1912 "1", 1912 "1",
1913 "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch)/Linux/[dumm y has/linux_chromium_rel_ng/571" 1913 "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch)/Linux/[dumm y has/linux_chromium_rel_ng/571"
1914 ], 1914 ],
1915 "cwd": "[SLAVE_BUILD]", 1915 "cwd": "[SLAVE_BUILD]",
1916 "name": "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch) on Li nux" 1916 "name": "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch) on Li nux"
1917 } 1917 }
1918 ] 1918 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698