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

Side by Side Diff: scripts/slave/recipes/gpu/build_and_test.expected/linux_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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 "--src-dir", 197 "--src-dir",
198 "[SLAVE_BUILD]/src", 198 "[SLAVE_BUILD]/src",
199 "--build-tool", 199 "--build-tool",
200 "ninja", 200 "ninja",
201 "--compiler", 201 "--compiler",
202 "goma", 202 "goma",
203 "--goma-dir", 203 "--goma-dir",
204 "[BUILD]/goma", 204 "[BUILD]/goma",
205 "--goma-fail-fast", 205 "--goma-fail-fast",
206 "--goma-disable-local-fallback", 206 "--goma-disable-local-fallback",
207 "--ninja-ensure-up-to-date",
207 "--", 208 "--",
208 "angle_unittests_run", 209 "angle_unittests_run",
209 "content_gl_tests_run", 210 "content_gl_tests_run",
210 "gl_tests_run", 211 "gl_tests_run",
211 "gles2_conform_test_run", 212 "gles2_conform_test_run",
212 "gpu_unittests_run", 213 "gpu_unittests_run",
213 "tab_capture_end2end_tests_run", 214 "tab_capture_end2end_tests_run",
214 "telemetry_gpu_test_run" 215 "telemetry_gpu_test_run"
215 ], 216 ],
216 "cwd": "[SLAVE_BUILD]", 217 "cwd": "[SLAVE_BUILD]",
(...skipping 710 matching lines...) Expand 10 before | Expand all | Expand 10 after
927 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", 928 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
928 "-H", 929 "-H",
929 "[dummy hash for tab_capture_end2end_tests]", 930 "[dummy hash for tab_capture_end2end_tests]",
930 "-I", 931 "-I",
931 "https://isolateserver.appspot.com", 932 "https://isolateserver.appspot.com",
932 "--" 933 "--"
933 ], 934 ],
934 "cwd": "[SLAVE_BUILD]", 935 "cwd": "[SLAVE_BUILD]",
935 "name": "tab_capture_end2end_tests" 936 "name": "tab_capture_end2end_tests"
936 } 937 }
937 ] 938 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698