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

Side by Side Diff: scripts/slave/recipes/chromium.expected/goma_with_diagnose_goma_failure.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 "[DEPOT_TOOLS]/gclient.py", 6 "[DEPOT_TOOLS]/gclient.py",
7 "sync", 7 "sync",
8 "--verbose", 8 "--verbose",
9 "--force", 9 "--force",
10 "--revision", 10 "--revision",
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 "--src-dir", 145 "--src-dir",
146 "[SLAVE_BUILD]/src", 146 "[SLAVE_BUILD]/src",
147 "--build-tool", 147 "--build-tool",
148 "ninja", 148 "ninja",
149 "--compiler", 149 "--compiler",
150 "goma", 150 "goma",
151 "--goma-dir", 151 "--goma-dir",
152 "[BUILD]/goma", 152 "[BUILD]/goma",
153 "--goma-hermetic", 153 "--goma-hermetic",
154 "error", 154 "error",
155 "--ninja-ensure-up-to-date",
155 "--", 156 "--",
156 "base_unittests", 157 "base_unittests",
157 "chromium_builder_tests", 158 "chromium_builder_tests",
158 "content_unittests" 159 "content_unittests"
159 ], 160 ],
160 "cwd": "[SLAVE_BUILD]", 161 "cwd": "[SLAVE_BUILD]",
161 "name": "compile" 162 "name": "compile"
162 }, 163 },
163 { 164 {
164 "cmd": [ 165 "cmd": [
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 ], 225 ],
225 "cwd": "[SLAVE_BUILD]", 226 "cwd": "[SLAVE_BUILD]",
226 "name": "content_unittests" 227 "name": "content_unittests"
227 }, 228 },
228 { 229 {
229 "name": "$final_result", 230 "name": "$final_result",
230 "reason": "1 tests failed: ['diagnose_goma']", 231 "reason": "1 tests failed: ['diagnose_goma']",
231 "status_code": 1 232 "status_code": 1
232 } 233 }
233 ] 234 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698