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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_basic_cq.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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 ], 208 ],
209 "cwd": "[SLAVE_BUILD]", 209 "cwd": "[SLAVE_BUILD]",
210 "name": "analyze", 210 "name": "analyze",
211 "~followup_annotations": [ 211 "~followup_annotations": [
212 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 212 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
213 "@@@STEP_LOG_END@excluded_files@@@", 213 "@@@STEP_LOG_END@excluded_files@@@",
214 "@@@STEP_LOG_LINE@analyze_details@{@@@", 214 "@@@STEP_LOG_LINE@analyze_details@{@@@",
215 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 215 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
216 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@", 216 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@",
217 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@", 217 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@",
218 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\", @@@", 218 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@",
219 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@",
220 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@", 219 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@",
221 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@", 220 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@",
222 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", 221 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@",
222 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@",
223 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 223 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
224 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@", 224 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [@@@",
225 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@", 225 "@@@STEP_LOG_LINE@analyze_details@ \"angle_unittests_run\", @@@",
226 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@", 226 "@@@STEP_LOG_LINE@analyze_details@ \"chrome\", @@@",
227 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@", 227 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\", @@@",
228 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@", 228 "@@@STEP_LOG_LINE@analyze_details@ \"content_gl_tests_run\", @@@",
229 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@", 229 "@@@STEP_LOG_LINE@analyze_details@ \"gl_tests_run\", @@@",
230 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@", 230 "@@@STEP_LOG_LINE@analyze_details@ \"tab_capture_end2end_tests_run\", @ @@",
231 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@", 231 "@@@STEP_LOG_LINE@analyze_details@ \"telemetry_gpu_test_run\"@@@",
232 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 232 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 "ninja", 293 "ninja",
294 "--compiler", 294 "--compiler",
295 "goma", 295 "goma",
296 "--goma-dir", 296 "--goma-dir",
297 "[BUILD]/goma", 297 "[BUILD]/goma",
298 "--goma-disable-local-fallback", 298 "--goma-disable-local-fallback",
299 "--ninja-ensure-up-to-date", 299 "--ninja-ensure-up-to-date",
300 "--", 300 "--",
301 "angle_unittests_run", 301 "angle_unittests_run",
302 "chrome", 302 "chrome",
303 "telemetry_gpu_test_run", 303 "chromium_swarm_tests",
304 "tab_capture_end2end_tests_run",
305 "content_gl_tests_run", 304 "content_gl_tests_run",
306 "gl_tests_run", 305 "gl_tests_run",
307 "chromium_swarm_tests" 306 "tab_capture_end2end_tests_run",
307 "telemetry_gpu_test_run"
308 ], 308 ],
309 "cwd": "[SLAVE_BUILD]", 309 "cwd": "[SLAVE_BUILD]",
310 "name": "compile (with patch)" 310 "name": "compile (with patch)"
311 }, 311 },
312 { 312 {
313 "cmd": [ 313 "cmd": [
314 "python", 314 "python",
315 "-u", 315 "-u",
316 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", 316 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py",
317 "--build-dir", 317 "--build-dir",
(...skipping 1595 matching lines...) Expand 10 before | Expand all | Expand 10 after
1913 "--decorate", 1913 "--decorate",
1914 "--print-status-updates", 1914 "--print-status-updates",
1915 "--shards", 1915 "--shards",
1916 "1", 1916 "1",
1917 "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch)/Linux/[dumm y has/linux_chromium_rel_ng/571" 1917 "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch)/Linux/[dumm y has/linux_chromium_rel_ng/571"
1918 ], 1918 ],
1919 "cwd": "[SLAVE_BUILD]", 1919 "cwd": "[SLAVE_BUILD]",
1920 "name": "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch) on Li nux" 1920 "name": "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch) on Li nux"
1921 } 1921 }
1922 ] 1922 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698