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

Side by Side Diff: scripts/slave/recipes/gpu/build_and_upload.expected/mac_release.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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 "--target", 124 "--target",
125 "Release", 125 "Release",
126 "--src-dir", 126 "--src-dir",
127 "[SLAVE_BUILD]/src", 127 "[SLAVE_BUILD]/src",
128 "--build-tool", 128 "--build-tool",
129 "ninja", 129 "ninja",
130 "--compiler", 130 "--compiler",
131 "goma-clang", 131 "goma-clang",
132 "--goma-dir", 132 "--goma-dir",
133 "[BUILD]/goma", 133 "[BUILD]/goma",
134 "--ninja-ensure-up-to-date",
134 "--", 135 "--",
135 "angle_unittests_run", 136 "angle_unittests_run",
136 "content_gl_tests_run", 137 "content_gl_tests_run",
137 "gl_tests_run", 138 "gl_tests_run",
138 "gles2_conform_test_run", 139 "gles2_conform_test_run",
139 "gpu_unittests_run", 140 "gpu_unittests_run",
140 "tab_capture_end2end_tests_run", 141 "tab_capture_end2end_tests_run",
141 "telemetry_gpu_test_run" 142 "telemetry_gpu_test_run"
142 ], 143 ],
143 "cwd": "[SLAVE_BUILD]", 144 "cwd": "[SLAVE_BUILD]",
(...skipping 28 matching lines...) Expand all
172 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", @@@", 173 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", @@@",
173 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u nittests]\", @@@", 174 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u nittests]\", @@@",
174 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha sh for tab_capture_end2end_tests]\", @@@", 175 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha sh for tab_capture_end2end_tests]\", @@@",
175 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for telemetry_gpu_test]\"@@@", 176 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for telemetry_gpu_test]\"@@@",
176 "@@@STEP_LOG_LINE@json.output@}@@@", 177 "@@@STEP_LOG_LINE@json.output@}@@@",
177 "@@@STEP_LOG_END@json.output@@@", 178 "@@@STEP_LOG_END@json.output@@@",
178 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"angle_unittests\": \"[dummy hash fo r angle_unittests]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\ ", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", \"gpu_unittests\": \"[dummy hash for gpu_unitte sts]\", \"tab_capture_end2end_tests\": \"[dummy hash for tab_capture_end2end_tes ts]\", \"telemetry_gpu_test\": \"[dummy hash for telemetry_gpu_test]\"}@@@" 179 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"angle_unittests\": \"[dummy hash fo r angle_unittests]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\ ", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", \"gpu_unittests\": \"[dummy hash for gpu_unitte sts]\", \"tab_capture_end2end_tests\": \"[dummy hash for tab_capture_end2end_tes ts]\", \"telemetry_gpu_test\": \"[dummy hash for telemetry_gpu_test]\"}@@@"
179 ] 180 ]
180 } 181 }
181 ] 182 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698