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

Side by Side Diff: scripts/slave/recipes/gpu/build_and_test.expected/mac_release_skip_checkout.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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 "--target", 61 "--target",
62 "Release", 62 "Release",
63 "--src-dir", 63 "--src-dir",
64 "[SLAVE_BUILD]/src", 64 "[SLAVE_BUILD]/src",
65 "--build-tool", 65 "--build-tool",
66 "ninja", 66 "ninja",
67 "--compiler", 67 "--compiler",
68 "goma-clang", 68 "goma-clang",
69 "--goma-dir", 69 "--goma-dir",
70 "[BUILD]/goma", 70 "[BUILD]/goma",
71 "--ninja-ensure-up-to-date",
71 "--", 72 "--",
72 "angle_unittests_run", 73 "angle_unittests_run",
73 "content_gl_tests_run", 74 "content_gl_tests_run",
74 "gl_tests_run", 75 "gl_tests_run",
75 "gles2_conform_test_run", 76 "gles2_conform_test_run",
76 "gpu_unittests_run", 77 "gpu_unittests_run",
77 "tab_capture_end2end_tests_run", 78 "tab_capture_end2end_tests_run",
78 "telemetry_gpu_test_run" 79 "telemetry_gpu_test_run"
79 ], 80 ],
80 "cwd": "[SLAVE_BUILD]", 81 "cwd": "[SLAVE_BUILD]",
(...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 "-H", 740 "-H",
740 "[dummy hash for tab_capture_end2end_tests]", 741 "[dummy hash for tab_capture_end2end_tests]",
741 "-I", 742 "-I",
742 "https://isolateserver.appspot.com", 743 "https://isolateserver.appspot.com",
743 "--" 744 "--"
744 ], 745 ],
745 "cwd": "[SLAVE_BUILD]", 746 "cwd": "[SLAVE_BUILD]",
746 "name": "tab_capture_end2end_tests" 747 "name": "tab_capture_end2end_tests"
747 } 748 }
748 ] 749 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698