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

Side by Side Diff: scripts/slave/recipes/blink_trybot.expected/non_cq_tryjob.json

Issue 1217403003: Enable ninja_confirm_noop by default (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 5 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.blink", 8 "tryserver.blink",
9 "--builder", 9 "--builder",
10 "win_blink_rel", 10 "win_blink_rel",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "--src-dir", 119 "--src-dir",
120 "[SLAVE_BUILD]\\src", 120 "[SLAVE_BUILD]\\src",
121 "--build-tool", 121 "--build-tool",
122 "ninja", 122 "ninja",
123 "--compiler", 123 "--compiler",
124 "goma", 124 "goma",
125 "--goma-dir", 125 "--goma-dir",
126 "[BUILD]\\goma", 126 "[BUILD]\\goma",
127 "--goma-fail-fast", 127 "--goma-fail-fast",
128 "--goma-disable-local-fallback", 128 "--goma-disable-local-fallback",
129 "--ninja-ensure-up-to-date",
129 "--", 130 "--",
130 "angle_unittests_run", 131 "angle_unittests_run",
131 "blink_tests", 132 "blink_tests",
132 "chrome", 133 "chrome",
133 "content_gl_tests_run", 134 "content_gl_tests_run",
134 "gl_tests_run", 135 "gl_tests_run",
135 "tab_capture_end2end_tests_run", 136 "tab_capture_end2end_tests_run",
136 "telemetry_gpu_test_run" 137 "telemetry_gpu_test_run"
137 ], 138 ],
138 "cwd": "[SLAVE_BUILD]", 139 "cwd": "[SLAVE_BUILD]",
(...skipping 3328 matching lines...) Expand 10 before | Expand all | Expand 10 after
3467 "--decorate", 3468 "--decorate",
3468 "--print-status-updates", 3469 "--print-status-updates",
3469 "--shards", 3470 "--shards",
3470 "1", 3471 "1",
3471 "tab_capture_end2end_tests on ATI GPU on Windows (with patch)/Windows/[dum my has/win_blink_rel/571" 3472 "tab_capture_end2end_tests on ATI GPU on Windows (with patch)/Windows/[dum my has/win_blink_rel/571"
3472 ], 3473 ],
3473 "cwd": "[SLAVE_BUILD]", 3474 "cwd": "[SLAVE_BUILD]",
3474 "name": "tab_capture_end2end_tests on ATI GPU on Windows (with patch) on Win dows" 3475 "name": "tab_capture_end2end_tests on ATI GPU on Windows (with patch) on Win dows"
3475 } 3476 }
3476 ] 3477 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698