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

Side by Side Diff: scripts/slave/recipes/chromium.expected/archive_dependencies_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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Linux Builder", 10 "Linux Builder",
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 "--target", 144 "--target",
145 "Release", 145 "Release",
146 "--src-dir", 146 "--src-dir",
147 "[SLAVE_BUILD]/src", 147 "[SLAVE_BUILD]/src",
148 "--build-tool", 148 "--build-tool",
149 "ninja", 149 "ninja",
150 "--compiler", 150 "--compiler",
151 "goma", 151 "goma",
152 "--goma-dir", 152 "--goma-dir",
153 "[BUILD]/goma", 153 "[BUILD]/goma",
154 "--ninja-ensure-up-to-date",
154 "--", 155 "--",
155 "chromium_swarm_tests" 156 "chromium_swarm_tests"
156 ], 157 ],
157 "cwd": "[SLAVE_BUILD]", 158 "cwd": "[SLAVE_BUILD]",
158 "name": "compile" 159 "name": "compile"
159 }, 160 },
160 { 161 {
161 "cmd": [ 162 "cmd": [
162 "python", 163 "python",
163 "-u", 164 "-u",
(...skipping 30 matching lines...) Expand all
194 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 195 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
195 "--factory-properties", 196 "--factory-properties",
196 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 0, \"mastername\": \"chromium .linux\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\ ": \"/path/to/workdir/TestSlavename\"}", 197 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 0, \"mastername\": \"chromium .linux\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\ ": \"/path/to/workdir/TestSlavename\"}",
197 "--build-properties", 198 "--build-properties",
198 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 0, \"mastername\": \"chromium .linux\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\ ": \"/path/to/workdir/TestSlavename\"}" 199 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 0, \"mastername\": \"chromium .linux\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\ ": \"/path/to/workdir/TestSlavename\"}"
199 ], 200 ],
200 "cwd": "[SLAVE_BUILD]", 201 "cwd": "[SLAVE_BUILD]",
201 "name": "package build" 202 "name": "package build"
202 } 203 }
203 ] 204 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698