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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Linux_ARM.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 ARM", 10 "Linux ARM",
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 "--target", 131 "--target",
132 "Release", 132 "Release",
133 "--src-dir", 133 "--src-dir",
134 "[SLAVE_BUILD]/src", 134 "[SLAVE_BUILD]/src",
135 "--build-tool", 135 "--build-tool",
136 "ninja", 136 "ninja",
137 "--compiler", 137 "--compiler",
138 "goma", 138 "goma",
139 "--goma-dir", 139 "--goma-dir",
140 "[BUILD]/goma", 140 "[BUILD]/goma",
141 "--ninja-ensure-up-to-date",
141 "--", 142 "--",
142 "all" 143 "all"
143 ], 144 ],
144 "cwd": "[SLAVE_BUILD]", 145 "cwd": "[SLAVE_BUILD]",
145 "name": "compile" 146 "name": "compile"
146 }, 147 },
147 { 148 {
148 "cmd": [ 149 "cmd": [
149 "python", 150 "python",
150 "-u", 151 "-u",
(...skipping 26 matching lines...) Expand all
177 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 178 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
178 "--factory-properties", 179 "--factory-properties",
179 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux ARM\", \"buildnumber\": 571, \"mastername\": \"chromium.l inux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 180 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux ARM\", \"buildnumber\": 571, \"mastername\": \"chromium.l inux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
180 "--build-properties", 181 "--build-properties",
181 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux ARM\", \"buildnumber\": 571, \"mastername\": \"chromium.l inux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 182 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux ARM\", \"buildnumber\": 571, \"mastername\": \"chromium.l inux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
182 ], 183 ],
183 "cwd": "[SLAVE_BUILD]", 184 "cwd": "[SLAVE_BUILD]",
184 "name": "package build" 185 "name": "package build"
185 } 186 }
186 ] 187 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698