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

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

Powered by Google App Engine
This is Rietveld 408576698