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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_mac_Mac_Builder__dbg_.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 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 "RECIPE_PACKAGE[build]/bot_update.py", 6 "RECIPE_PACKAGE[build]/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.mac", 8 "chromium.mac",
9 "--builder", 9 "--builder",
10 "Mac Builder (dbg)", 10 "Mac Builder (dbg)",
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 "-u", 174 "-u",
175 "[BUILD]/scripts/slave/cleanup_temp.py" 175 "[BUILD]/scripts/slave/cleanup_temp.py"
176 ], 176 ],
177 "cwd": "[SLAVE_BUILD]", 177 "cwd": "[SLAVE_BUILD]",
178 "name": "cleanup_temp" 178 "name": "cleanup_temp"
179 }, 179 },
180 { 180 {
181 "cmd": [ 181 "cmd": [
182 "python", 182 "python",
183 "-u", 183 "-u",
184 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 184 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py",
185 "--build-dir", 185 "--build-dir",
186 "[SLAVE_BUILD]/src/out/Debug", 186 "[SLAVE_BUILD]/src/out/Debug",
187 "--clean-isolated-files" 187 "--clean-isolated-files"
188 ], 188 ],
189 "cwd": "[SLAVE_BUILD]", 189 "cwd": "[SLAVE_BUILD]",
190 "name": "clean isolated files" 190 "name": "clean isolated files"
191 }, 191 },
192 { 192 {
193 "allow_subannotations": true, 193 "allow_subannotations": true,
194 "cmd": [ 194 "cmd": [
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 "name": "compile", 236 "name": "compile",
237 "~followup_annotations": [ 237 "~followup_annotations": [
238 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 238 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
239 "@@@STEP_LOG_END@json.output (invalid)@@@" 239 "@@@STEP_LOG_END@json.output (invalid)@@@"
240 ] 240 ]
241 }, 241 },
242 { 242 {
243 "cmd": [ 243 "cmd": [
244 "python", 244 "python",
245 "-u", 245 "-u",
246 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", 246 "RECIPE_MODULE[build.isolate]/resources/remove_build_metadata.py",
247 "--build-dir", 247 "--build-dir",
248 "[SLAVE_BUILD]/src/out/Debug", 248 "[SLAVE_BUILD]/src/out/Debug",
249 "--src-dir", 249 "--src-dir",
250 "[SLAVE_BUILD]/src" 250 "[SLAVE_BUILD]/src"
251 ], 251 ],
252 "cwd": "[SLAVE_BUILD]", 252 "cwd": "[SLAVE_BUILD]",
253 "name": "remove_build_metadata" 253 "name": "remove_build_metadata"
254 }, 254 },
255 { 255 {
256 "cmd": [ 256 "cmd": [
257 "python", 257 "python",
258 "-u", 258 "-u",
259 "RECIPE_MODULE[isolate]/resources/isolate.py", 259 "RECIPE_MODULE[build.isolate]/resources/isolate.py",
260 "[SLAVE_BUILD]/src/tools/swarming_client", 260 "[SLAVE_BUILD]/src/tools/swarming_client",
261 "batcharchive", 261 "batcharchive",
262 "--dump-json", 262 "--dump-json",
263 "/path/to/tmp/json", 263 "/path/to/tmp/json",
264 "--isolate-server", 264 "--isolate-server",
265 "https://isolateserver.appspot.com", 265 "https://isolateserver.appspot.com",
266 "--verbose", 266 "--verbose",
267 "[SLAVE_BUILD]/src/out/Debug/browser_tests.isolated.gen.json" 267 "[SLAVE_BUILD]/src/out/Debug/browser_tests.isolated.gen.json"
268 ], 268 ],
269 "cwd": "[SLAVE_BUILD]", 269 "cwd": "[SLAVE_BUILD]",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 "~followup_annotations": [ 321 "~followup_annotations": [
322 "@@@STEP_TEXT@Mac10.9 Tests (dbg)@@@" 322 "@@@STEP_TEXT@Mac10.9 Tests (dbg)@@@"
323 ] 323 ]
324 }, 324 },
325 { 325 {
326 "name": "$result", 326 "name": "$result",
327 "recipe_result": null, 327 "recipe_result": null,
328 "status_code": 0 328 "status_code": 0
329 } 329 }
330 ] 330 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698