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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_rel_ng.json

Issue 2202113003: V8: Switch ignition test steps to the standard suite alias (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 "python", 325 "python",
326 "-u", 326 "-u",
327 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", 327 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py",
328 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", 328 "[SLAVE_BUILD]\\v8\\tools\\swarming_client",
329 "batcharchive", 329 "batcharchive",
330 "--dump-json", 330 "--dump-json",
331 "/path/to/tmp/json", 331 "/path/to/tmp/json",
332 "--isolate-server", 332 "--isolate-server",
333 "https://isolateserver.appspot.com", 333 "https://isolateserver.appspot.com",
334 "--verbose", 334 "--verbose",
335 "[SLAVE_BUILD]\\v8\\out\\Release\\bot_default.isolated.gen.json", 335 "[SLAVE_BUILD]\\v8\\out\\Release\\bot_default.isolated.gen.json"
336 "[SLAVE_BUILD]\\v8\\out\\Release\\ignition.isolated.gen.json"
337 ], 336 ],
338 "name": "isolate tests", 337 "name": "isolate tests",
339 "~followup_annotations": [ 338 "~followup_annotations": [
340 "@@@STEP_LOG_LINE@json.output@{@@@", 339 "@@@STEP_LOG_LINE@json.output@{@@@",
341 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def ault]\", @@@", 340 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def ault]\"@@@",
342 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\ "@@@",
343 "@@@STEP_LOG_LINE@json.output@}@@@", 341 "@@@STEP_LOG_LINE@json.output@}@@@",
344 "@@@STEP_LOG_END@json.output@@@" 342 "@@@STEP_LOG_END@json.output@@@"
345 ] 343 ]
346 }, 344 },
347 { 345 {
348 "cmd": [], 346 "cmd": [],
349 "name": "trigger", 347 "name": "trigger",
350 "trigger_specs": [ 348 "trigger_specs": [
351 { 349 {
352 "builder_name": "v8_win_rel_ng_triggered", 350 "builder_name": "v8_win_rel_ng_triggered",
353 "properties": { 351 "properties": {
354 "category": "cq", 352 "category": "cq",
355 "issue": 12853011, 353 "issue": 12853011,
356 "master": "tryserver.v8", 354 "master": "tryserver.v8",
357 "parent_build_environment": { 355 "parent_build_environment": {
358 "GYP_DEFINES": "target_arch=x64 cool_flag=a=1" 356 "GYP_DEFINES": "target_arch=x64 cool_flag=a=1"
359 }, 357 },
360 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 358 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
361 "parent_got_revision_cp": "refs/heads/master@{#50110}", 359 "parent_got_revision_cp": "refs/heads/master@{#50110}",
362 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4", 360 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4",
363 "patch_project": "v8", 361 "patch_project": "v8",
364 "patch_storage": "rietveld", 362 "patch_storage": "rietveld",
365 "patchset": "1", 363 "patchset": "1",
366 "reason": "CQ", 364 "reason": "CQ",
367 "requester": "commit-bot@chromium.org", 365 "requester": "commit-bot@chromium.org",
368 "revision": "12345", 366 "revision": "12345",
369 "rietveld": "https://codereview.chromium.org", 367 "rietveld": "https://codereview.chromium.org",
370 "swarm_hashes": { 368 "swarm_hashes": {
371 "bot_default": "[dummy hash for bot_default]", 369 "bot_default": "[dummy hash for bot_default]"
372 "ignition": "[dummy hash for ignition]"
373 } 370 }
374 } 371 }
375 } 372 }
376 ], 373 ],
377 "~followup_annotations": [ 374 "~followup_annotations": [
378 "@@@STEP_TEXT@v8_win_rel_ng_triggered@@@" 375 "@@@STEP_TEXT@v8_win_rel_ng_triggered@@@"
379 ] 376 ]
380 }, 377 },
381 { 378 {
382 "name": "$result", 379 "name": "$result",
383 "recipe_result": null, 380 "recipe_result": null,
384 "status_code": 0 381 "status_code": 0
385 } 382 }
386 ] 383 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698