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

Side by Side Diff: scripts/slave/recipes/gpu/build_and_test.expected/mac_release_tryserver_blink.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/cleanup_temp.py" 6 "[BUILD]/scripts/slave/cleanup_temp.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "cleanup temp" 9 "name": "cleanup temp"
10 }, 10 },
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 "--src-dir", 219 "--src-dir",
220 "[SLAVE_BUILD]/src", 220 "[SLAVE_BUILD]/src",
221 "--build-tool", 221 "--build-tool",
222 "ninja", 222 "ninja",
223 "--compiler", 223 "--compiler",
224 "goma-clang", 224 "goma-clang",
225 "--goma-dir", 225 "--goma-dir",
226 "[BUILD]/goma", 226 "[BUILD]/goma",
227 "--goma-fail-fast", 227 "--goma-fail-fast",
228 "--goma-disable-local-fallback", 228 "--goma-disable-local-fallback",
229 "--ninja-ensure-up-to-date",
229 "--", 230 "--",
230 "angle_unittests_run", 231 "angle_unittests_run",
231 "content_gl_tests_run", 232 "content_gl_tests_run",
232 "gl_tests_run", 233 "gl_tests_run",
233 "gles2_conform_test_run", 234 "gles2_conform_test_run",
234 "gpu_unittests_run", 235 "gpu_unittests_run",
235 "tab_capture_end2end_tests_run", 236 "tab_capture_end2end_tests_run",
236 "telemetry_gpu_test_run" 237 "telemetry_gpu_test_run"
237 ], 238 ],
238 "cwd": "[SLAVE_BUILD]", 239 "cwd": "[SLAVE_BUILD]",
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
896 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", 897 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
897 "-H", 898 "-H",
898 "[dummy hash for tab_capture_end2end_tests]", 899 "[dummy hash for tab_capture_end2end_tests]",
899 "-I", 900 "-I",
900 "https://isolateserver.appspot.com", 901 "https://isolateserver.appspot.com",
901 "--" 902 "--"
902 ], 903 ],
903 "cwd": "[SLAVE_BUILD]", 904 "cwd": "[SLAVE_BUILD]",
904 "name": "tab_capture_end2end_tests" 905 "name": "tab_capture_end2end_tests"
905 } 906 }
906 ] 907 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698