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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Build-Ubuntu-GCC-x86_64-Debug-GN.json

Issue 2189713003: recipes: Add a GN flavor. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix Created 4 years, 4 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
« no previous file with comments | « infra/bots/recipes/swarm_trigger.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "git", 4 "git",
5 "rev-parse", 5 "rev-parse",
6 "HEAD" 6 "HEAD"
7 ], 7 ],
8 "cwd": "[ROOT]/skia", 8 "cwd": "[ROOT]/skia",
9 "name": "git rev-parse", 9 "name": "git rev-parse",
10 "stdout": "/path/to/tmp/" 10 "stdout": "/path/to/tmp/"
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 "help" 214 "help"
215 ], 215 ],
216 "name": "gsutil help" 216 "name": "gsutil help"
217 }, 217 },
218 { 218 {
219 "cmd": [ 219 "cmd": [
220 "python", 220 "python",
221 "-u", 221 "-u",
222 "[ROOT]/skia/tools/buildbot_spec.py", 222 "[ROOT]/skia/tools/buildbot_spec.py",
223 "/path/to/tmp/json", 223 "/path/to/tmp/json",
224 "Build-Ubuntu-GCC-x86_64-Debug" 224 "Build-Ubuntu-GCC-x86_64-Debug-GN"
225 ], 225 ],
226 "cwd": "[ROOT]/skia", 226 "cwd": "[ROOT]/skia",
227 "name": "exec buildbot_spec.py", 227 "name": "exec buildbot_spec.py",
228 "~followup_annotations": [ 228 "~followup_annotations": [
229 "@@@STEP_LOG_LINE@json.output@{@@@", 229 "@@@STEP_LOG_LINE@json.output@{@@@",
230 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", 230 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@",
231 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", 231 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@",
232 "@@@STEP_LOG_LINE@json.output@ ], @@@", 232 "@@@STEP_LOG_LINE@json.output@ ], @@@",
233 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", 233 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@",
234 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", 234 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@",
235 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", 235 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@",
236 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"GN\", @@@",
236 "@@@STEP_LOG_LINE@json.output@ \"is_trybot\": false, @@@", 237 "@@@STEP_LOG_LINE@json.output@ \"is_trybot\": false, @@@",
237 "@@@STEP_LOG_LINE@json.output@ \"os\": \"Ubuntu\", @@@", 238 "@@@STEP_LOG_LINE@json.output@ \"os\": \"Ubuntu\", @@@",
238 "@@@STEP_LOG_LINE@json.output@ \"role\": \"Build\", @@@", 239 "@@@STEP_LOG_LINE@json.output@ \"role\": \"Build\", @@@",
239 "@@@STEP_LOG_LINE@json.output@ \"target_arch\": \"x86_64\"@@@", 240 "@@@STEP_LOG_LINE@json.output@ \"target_arch\": \"x86_64\"@@@",
240 "@@@STEP_LOG_LINE@json.output@ }, @@@", 241 "@@@STEP_LOG_LINE@json.output@ }, @@@",
241 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", 242 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@",
242 "@@@STEP_LOG_LINE@json.output@ \"dm_flags\": [@@@", 243 "@@@STEP_LOG_LINE@json.output@ \"dm_flags\": [@@@",
243 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", 244 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@",
244 "@@@STEP_LOG_LINE@json.output@ ], @@@", 245 "@@@STEP_LOG_LINE@json.output@ ], @@@",
245 "@@@STEP_LOG_LINE@json.output@ \"do_perf_steps\": false, @@@", 246 "@@@STEP_LOG_LINE@json.output@ \"do_perf_steps\": false, @@@",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 "trigger", 320 "trigger",
320 "--swarming", 321 "--swarming",
321 "https://chromium-swarm.appspot.com", 322 "https://chromium-swarm.appspot.com",
322 "--isolate-server", 323 "--isolate-server",
323 "https://isolateserver.appspot.com", 324 "https://isolateserver.appspot.com",
324 "--priority", 325 "--priority",
325 "90", 326 "90",
326 "--shards", 327 "--shards",
327 "1", 328 "1",
328 "--task-name", 329 "--task-name",
329 "compile_skia/Ubuntu/[dummy has/Build-Ubuntu-GCC-x86_64-Debug/5", 330 "compile_skia/Ubuntu/[dummy has/Build-Ubuntu-GCC-x86_64-Debug-GN/5",
330 "--dump-json", 331 "--dump-json",
331 "/path/to/tmp/json", 332 "/path/to/tmp/json",
332 "--expiration", 333 "--expiration",
333 "72000", 334 "72000",
334 "--io-timeout", 335 "--io-timeout",
335 "2400", 336 "2400",
336 "--hard-timeout", 337 "--hard-timeout",
337 "14400", 338 "14400",
338 "--dimension", 339 "--dimension",
339 "gpu", 340 "gpu",
340 "none", 341 "none",
341 "--dimension", 342 "--dimension",
342 "os", 343 "os",
343 "Ubuntu", 344 "Ubuntu",
344 "--dimension", 345 "--dimension",
345 "pool", 346 "pool",
346 "Skia", 347 "Skia",
347 "--tag", 348 "--tag",
348 "allow_milo:1", 349 "allow_milo:1",
349 "--tag", 350 "--tag",
350 "buildername:Build-Ubuntu-GCC-x86_64-Debug", 351 "buildername:Build-Ubuntu-GCC-x86_64-Debug-GN",
351 "--tag", 352 "--tag",
352 "buildnumber:5", 353 "buildnumber:5",
353 "--tag", 354 "--tag",
354 "data:[dummy hash for compile_skia]", 355 "data:[dummy hash for compile_skia]",
355 "--tag", 356 "--tag",
356 "master:client.skia", 357 "master:client.skia",
357 "--tag", 358 "--tag",
358 "name:compile_skia", 359 "name:compile_skia",
359 "--tag", 360 "--tag",
360 "os:Ubuntu", 361 "os:Ubuntu",
361 "--tag", 362 "--tag",
362 "revision:abc123", 363 "revision:abc123",
363 "--tag", 364 "--tag",
364 "slavename:skiabot-linux-swarm-000", 365 "slavename:skiabot-linux-swarm-000",
365 "--tag", 366 "--tag",
366 "stepname:compile_skia on Ubuntu", 367 "stepname:compile_skia on Ubuntu",
367 "--idempotent", 368 "--idempotent",
368 "[dummy hash for compile_skia]", 369 "[dummy hash for compile_skia]",
369 "--", 370 "--",
370 "--workdir", 371 "--workdir",
371 "../../..", 372 "../../..",
372 "swarm_compile", 373 "swarm_compile",
373 "buildername=Build-Ubuntu-GCC-x86_64-Debug", 374 "buildername=Build-Ubuntu-GCC-x86_64-Debug-GN",
374 "mastername=client.skia.compile", 375 "mastername=client.skia.compile",
375 "buildnumber=1", 376 "buildnumber=1",
376 "slavename=skiabot-dummy-compile-slave", 377 "slavename=skiabot-dummy-compile-slave",
377 "reason=Triggered by Skia swarm_trigger Recipe", 378 "reason=Triggered by Skia swarm_trigger Recipe",
378 "swarm_out_dir=${ISOLATED_OUTDIR}", 379 "swarm_out_dir=${ISOLATED_OUTDIR}",
379 "revision=abc123" 380 "revision=abc123"
380 ], 381 ],
381 "name": "[trigger] compile_skia on Ubuntu", 382 "name": "[trigger] compile_skia on Ubuntu",
382 "~followup_annotations": [ 383 "~followup_annotations": [
383 "@@@STEP_LOG_LINE@json.output@{@@@", 384 "@@@STEP_LOG_LINE@json.output@{@@@",
384 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Ubuntu/ [dummy has/Build-Ubuntu-GCC-x86_64-Debug/5\", @@@", 385 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Ubuntu/ [dummy has/Build-Ubuntu-GCC-x86_64-Debug-GN/5\", @@@",
385 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 386 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
386 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Ubuntu/[dummy has/Build-U buntu-GCC-x86_64-Debug/5\": {@@@", 387 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Ubuntu/[dummy has/Build-U buntu-GCC-x86_64-Debug-GN/5\": {@@@",
387 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 388 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
388 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 389 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
389 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 390 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
390 "@@@STEP_LOG_LINE@json.output@ }@@@", 391 "@@@STEP_LOG_LINE@json.output@ }@@@",
391 "@@@STEP_LOG_LINE@json.output@ }@@@", 392 "@@@STEP_LOG_LINE@json.output@ }@@@",
392 "@@@STEP_LOG_LINE@json.output@}@@@", 393 "@@@STEP_LOG_LINE@json.output@}@@@",
393 "@@@STEP_LOG_END@json.output@@@", 394 "@@@STEP_LOG_END@json.output@@@",
394 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@", 395 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@",
395 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/10000@@@" 396 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/10000@@@"
396 ] 397 ]
397 }, 398 },
398 { 399 {
399 "cmd": [ 400 "cmd": [
400 "python", 401 "python",
401 "-u", 402 "-u",
402 "[SLAVE_BUILD]/swarming.client/swarming.py", 403 "[SLAVE_BUILD]/swarming.client/swarming.py",
403 "collect", 404 "collect",
404 "--swarming", 405 "--swarming",
405 "https://chromium-swarm.appspot.com", 406 "https://chromium-swarm.appspot.com",
406 "--decorate", 407 "--decorate",
407 "--print-status-updates", 408 "--print-status-updates",
408 "--json", 409 "--json",
409 "{\"base_task_name\": \"compile_skia/Ubuntu/[dummy has/Build-Ubuntu-GCC-x8 6_64-Debug/5\", \"tasks\": {\"compile_skia/Ubuntu/[dummy has/Build-Ubuntu-GCC-x8 6_64-Debug/5\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"htt ps://chromium-swarm.appspot.com/user/task/10000\"}}}", 410 "{\"base_task_name\": \"compile_skia/Ubuntu/[dummy has/Build-Ubuntu-GCC-x8 6_64-Debug-GN/5\", \"tasks\": {\"compile_skia/Ubuntu/[dummy has/Build-Ubuntu-GCC -x86_64-Debug-GN/5\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
410 "--task-summary-json", 411 "--task-summary-json",
411 "/path/to/tmp/json" 412 "/path/to/tmp/json"
412 ], 413 ],
413 "name": "compile_skia on Ubuntu", 414 "name": "compile_skia on Ubuntu",
414 "~followup_annotations": [ 415 "~followup_annotations": [
415 "@@@STEP_TEXT@swarming pending 71s@@@", 416 "@@@STEP_TEXT@swarming pending 71s@@@",
416 "@@@STEP_LOG_LINE@json.output@{@@@", 417 "@@@STEP_LOG_LINE@json.output@{@@@",
417 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 418 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
418 "@@@STEP_LOG_LINE@json.output@ {@@@", 419 "@@@STEP_LOG_LINE@json.output@ {@@@",
419 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 420 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 455 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
455 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 456 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
456 ] 457 ]
457 }, 458 },
458 { 459 {
459 "name": "$result", 460 "name": "$result",
460 "recipe_result": null, 461 "recipe_result": null,
461 "status_code": 0 462 "status_code": 0
462 } 463 }
463 ] 464 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_trigger.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698