| OLD | NEW |
| 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 "cwd": "[SLAVE_BUILD]", | |
| 9 "name": "taskkill" | 8 "name": "taskkill" |
| 10 }, | 9 }, |
| 11 { | 10 { |
| 12 "cmd": [ | 11 "cmd": [ |
| 13 "python", | 12 "python", |
| 14 "-u", | 13 "-u", |
| 15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 14 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
| 16 "--master", | 15 "--master", |
| 17 "client.v8", | 16 "client.v8", |
| 18 "--builder", | 17 "--builder", |
| 19 "V8 Win32 - nosnap - shared", | 18 "V8 Win32 - nosnap - shared", |
| 20 "--slave", | 19 "--slave", |
| 21 "TestSlavename", | 20 "TestSlavename", |
| 22 "--spec", | 21 "--spec", |
| 23 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", | 22 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", |
| 24 "--root", | 23 "--root", |
| 25 "v8", | 24 "v8", |
| 26 "--revision_mapping_file", | 25 "--revision_mapping_file", |
| 27 "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c
lient_revision\"}", | 26 "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c
lient_revision\"}", |
| 28 "--git-cache-dir", | 27 "--git-cache-dir", |
| 29 "[GIT_CACHE]", | 28 "[GIT_CACHE]", |
| 30 "--output_json", | 29 "--output_json", |
| 31 "/path/to/tmp/json", | 30 "/path/to/tmp/json", |
| 32 "--revision", | 31 "--revision", |
| 33 "v8@20123", | 32 "v8@20123", |
| 34 "--no_shallow", | 33 "--no_shallow", |
| 35 "--output_manifest" | 34 "--output_manifest" |
| 36 ], | 35 ], |
| 37 "cwd": "[SLAVE_BUILD]", | |
| 38 "env": { | 36 "env": { |
| 39 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 37 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 40 }, | 38 }, |
| 41 "name": "bot_update", | 39 "name": "bot_update", |
| 42 "~followup_annotations": [ | 40 "~followup_annotations": [ |
| 43 "@@@STEP_TEXT@Some step text@@@", | 41 "@@@STEP_TEXT@Some step text@@@", |
| 44 "@@@STEP_LOG_LINE@json.output@{@@@", | 42 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 47 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 74 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" | 72 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" |
| 75 ] | 73 ] |
| 76 }, | 74 }, |
| 77 { | 75 { |
| 78 "cmd": [ | 76 "cmd": [ |
| 79 "python", | 77 "python", |
| 80 "-u", | 78 "-u", |
| 81 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", | 79 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", |
| 82 "--version" | 80 "--version" |
| 83 ], | 81 ], |
| 84 "cwd": "[SLAVE_BUILD]", | |
| 85 "name": "swarming.py --version", | 82 "name": "swarming.py --version", |
| 86 "stdout": "/path/to/tmp/", | 83 "stdout": "/path/to/tmp/", |
| 87 "~followup_annotations": [ | 84 "~followup_annotations": [ |
| 88 "@@@STEP_TEXT@0.4.10@@@" | 85 "@@@STEP_TEXT@0.4.10@@@" |
| 89 ] | 86 ] |
| 90 }, | 87 }, |
| 91 { | 88 { |
| 92 "cmd": [ | 89 "cmd": [ |
| 93 "python", | 90 "python", |
| 94 "-u", | 91 "-u", |
| 95 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 92 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 96 "runhooks" | 93 "runhooks" |
| 97 ], | 94 ], |
| 98 "cwd": "[SLAVE_BUILD]", | |
| 99 "env": { | 95 "env": { |
| 100 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 96 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 101 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library fastbuild=1 go
madir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8
_target_arch=ia32 v8_use_snapshot=false", | 97 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library fastbuild=1 go
madir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8
_target_arch=ia32 v8_use_snapshot=false", |
| 102 "GYP_GENERATORS": "ninja", | 98 "GYP_GENERATORS": "ninja", |
| 103 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 99 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 104 }, | 100 }, |
| 105 "name": "gclient runhooks" | 101 "name": "gclient runhooks" |
| 106 }, | 102 }, |
| 107 { | 103 { |
| 108 "cmd": [ | 104 "cmd": [ |
| 109 "python", | 105 "python", |
| 110 "-u", | 106 "-u", |
| 111 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 107 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 112 "--show-path", | 108 "--show-path", |
| 113 "python", | 109 "python", |
| 114 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 110 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 115 ], | 111 ], |
| 116 "cwd": "[SLAVE_BUILD]", | |
| 117 "name": "cleanup_temp" | 112 "name": "cleanup_temp" |
| 118 }, | 113 }, |
| 119 { | 114 { |
| 120 "cmd": [ | 115 "cmd": [ |
| 121 "python", | 116 "python", |
| 122 "-u", | 117 "-u", |
| 123 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 118 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 124 "--show-path", | 119 "--show-path", |
| 125 "python", | 120 "python", |
| 126 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 121 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 139 "--compiler", | 134 "--compiler", |
| 140 "goma", | 135 "goma", |
| 141 "--goma-jsonstatus", | 136 "--goma-jsonstatus", |
| 142 "/path/to/tmp/json", | 137 "/path/to/tmp/json", |
| 143 "--goma-service-account-json-file", | 138 "--goma-service-account-json-file", |
| 144 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 139 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 145 "--goma-dir", | 140 "--goma-dir", |
| 146 "[BUILD]\\goma", | 141 "[BUILD]\\goma", |
| 147 "--" | 142 "--" |
| 148 ], | 143 ], |
| 149 "cwd": "[SLAVE_BUILD]", | |
| 150 "env": { | 144 "env": { |
| 151 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 145 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 152 }, | 146 }, |
| 153 "name": "compile", | 147 "name": "compile", |
| 154 "~followup_annotations": [ | 148 "~followup_annotations": [ |
| 155 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 149 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 156 "@@@STEP_LOG_END@json.output (invalid)@@@" | 150 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 157 ] | 151 ] |
| 158 }, | 152 }, |
| 159 { | 153 { |
| 160 "cmd": [ | 154 "cmd": [ |
| 161 "python", | 155 "python", |
| 162 "-u", | 156 "-u", |
| 163 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", | 157 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", |
| 164 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", | 158 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", |
| 165 "batcharchive", | 159 "batcharchive", |
| 166 "--dump-json", | 160 "--dump-json", |
| 167 "/path/to/tmp/json", | 161 "/path/to/tmp/json", |
| 168 "--isolate-server", | 162 "--isolate-server", |
| 169 "https://isolateserver.appspot.com", | 163 "https://isolateserver.appspot.com", |
| 170 "--verbose", | 164 "--verbose", |
| 171 "[SLAVE_BUILD]\\v8\\out\\Release\\bot_default.isolated.gen.json", | 165 "[SLAVE_BUILD]\\v8\\out\\Release\\bot_default.isolated.gen.json", |
| 172 "[SLAVE_BUILD]\\v8\\out\\Release\\ignition.isolated.gen.json" | 166 "[SLAVE_BUILD]\\v8\\out\\Release\\ignition.isolated.gen.json" |
| 173 ], | 167 ], |
| 174 "cwd": "[SLAVE_BUILD]", | |
| 175 "name": "isolate tests", | 168 "name": "isolate tests", |
| 176 "~followup_annotations": [ | 169 "~followup_annotations": [ |
| 177 "@@@STEP_LOG_LINE@json.output@{@@@", | 170 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 178 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 171 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", |
| 179 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
"@@@", | 172 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
"@@@", |
| 180 "@@@STEP_LOG_LINE@json.output@}@@@", | 173 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 181 "@@@STEP_LOG_END@json.output@@@" | 174 "@@@STEP_LOG_END@json.output@@@" |
| 182 ] | 175 ] |
| 183 }, | 176 }, |
| 184 { | 177 { |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 "--timeout=200", | 246 "--timeout=200", |
| 254 "--random-seed=1756700611", | 247 "--random-seed=1756700611", |
| 255 "bot_default", | 248 "bot_default", |
| 256 "--no-snap", | 249 "--no-snap", |
| 257 "--exhaustive-variants", | 250 "--exhaustive-variants", |
| 258 "--rerun-failures-count=2", | 251 "--rerun-failures-count=2", |
| 259 "--swarming", | 252 "--swarming", |
| 260 "--json-test-results", | 253 "--json-test-results", |
| 261 "${ISOLATED_OUTDIR}/output.json" | 254 "${ISOLATED_OUTDIR}/output.json" |
| 262 ], | 255 ], |
| 263 "cwd": "[SLAVE_BUILD]", | |
| 264 "name": "[trigger] Check on Windows-7-SP1", | 256 "name": "[trigger] Check on Windows-7-SP1", |
| 265 "~followup_annotations": [ | 257 "~followup_annotations": [ |
| 266 "@@@STEP_LOG_LINE@json.output@{@@@", | 258 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 267 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Windows-7-SP1/
[dummy has/V8 Win32 - nosnap - shared/571\", @@@", | 259 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Windows-7-SP1/
[dummy has/V8 Win32 - nosnap - shared/571\", @@@", |
| 268 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 260 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 269 "@@@STEP_LOG_LINE@json.output@ \"Check/Windows-7-SP1/[dummy has/V8 Win3
2 - nosnap - shared/571:2:0\": {@@@", | 261 "@@@STEP_LOG_LINE@json.output@ \"Check/Windows-7-SP1/[dummy has/V8 Win3
2 - nosnap - shared/571:2:0\": {@@@", |
| 270 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 262 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 271 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 263 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 272 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 264 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 273 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 265 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 356 "--random-seed=1756700611", | 348 "--random-seed=1756700611", |
| 357 "ignition", | 349 "ignition", |
| 358 "--ignition-turbofan", | 350 "--ignition-turbofan", |
| 359 "--no-snap", | 351 "--no-snap", |
| 360 "--variants=ignition_turbofan", | 352 "--variants=ignition_turbofan", |
| 361 "--rerun-failures-count=2", | 353 "--rerun-failures-count=2", |
| 362 "--swarming", | 354 "--swarming", |
| 363 "--json-test-results", | 355 "--json-test-results", |
| 364 "${ISOLATED_OUTDIR}/output.json" | 356 "${ISOLATED_OUTDIR}/output.json" |
| 365 ], | 357 ], |
| 366 "cwd": "[SLAVE_BUILD]", | |
| 367 "name": "[trigger] Ignition - turbofan on Windows-7-SP1", | 358 "name": "[trigger] Ignition - turbofan on Windows-7-SP1", |
| 368 "~followup_annotations": [ | 359 "~followup_annotations": [ |
| 369 "@@@STEP_LOG_LINE@json.output@{@@@", | 360 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 370 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Windows-7-SP1/[dummy has/V8 Win32 - nosnap - shared/571\", @@@", | 361 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Windows-7-SP1/[dummy has/V8 Win32 - nosnap - shared/571\", @@@", |
| 371 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 362 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 372 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Windows-7-SP1/[dum
my has/V8 Win32 - nosnap - shared/571\": {@@@", | 363 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Windows-7-SP1/[dum
my has/V8 Win32 - nosnap - shared/571\": {@@@", |
| 373 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 364 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 374 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 365 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 375 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 366 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 376 "@@@STEP_LOG_LINE@json.output@ }@@@", | 367 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 395 "--", | 386 "--", |
| 396 "collect", | 387 "collect", |
| 397 "--swarming", | 388 "--swarming", |
| 398 "https://chromium-swarm.appspot.com", | 389 "https://chromium-swarm.appspot.com", |
| 399 "--decorate", | 390 "--decorate", |
| 400 "--print-status-updates", | 391 "--print-status-updates", |
| 401 "--shards", | 392 "--shards", |
| 402 "2", | 393 "2", |
| 403 "Check/Windows-7-SP1/[dummy has/V8 Win32 - nosnap - shared/571" | 394 "Check/Windows-7-SP1/[dummy has/V8 Win32 - nosnap - shared/571" |
| 404 ], | 395 ], |
| 405 "cwd": "[SLAVE_BUILD]", | |
| 406 "name": "Check", | 396 "name": "Check", |
| 407 "~followup_annotations": [ | 397 "~followup_annotations": [ |
| 408 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 398 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 409 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 399 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 410 "@@@STEP_LOG_LINE@durations@@@@", | 400 "@@@STEP_LOG_LINE@durations@@@@", |
| 411 "@@@STEP_LOG_LINE@durations@Details:@@@", | 401 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 412 "@@@STEP_LOG_LINE@durations@@@@", | 402 "@@@STEP_LOG_LINE@durations@@@@", |
| 413 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 403 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 414 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 404 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 415 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 405 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 436 "--", | 426 "--", |
| 437 "collect", | 427 "collect", |
| 438 "--swarming", | 428 "--swarming", |
| 439 "https://chromium-swarm.appspot.com", | 429 "https://chromium-swarm.appspot.com", |
| 440 "--decorate", | 430 "--decorate", |
| 441 "--print-status-updates", | 431 "--print-status-updates", |
| 442 "--shards", | 432 "--shards", |
| 443 "1", | 433 "1", |
| 444 "Ignition - turbofan/Windows-7-SP1/[dummy has/V8 Win32 - nosnap - shared/5
71" | 434 "Ignition - turbofan/Windows-7-SP1/[dummy has/V8 Win32 - nosnap - shared/5
71" |
| 445 ], | 435 ], |
| 446 "cwd": "[SLAVE_BUILD]", | |
| 447 "name": "Ignition - turbofan", | 436 "name": "Ignition - turbofan", |
| 448 "~followup_annotations": [ | 437 "~followup_annotations": [ |
| 449 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 438 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 450 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 439 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 451 "@@@STEP_LOG_LINE@durations@@@@", | 440 "@@@STEP_LOG_LINE@durations@@@@", |
| 452 "@@@STEP_LOG_LINE@durations@Details:@@@", | 441 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 453 "@@@STEP_LOG_LINE@durations@@@@", | 442 "@@@STEP_LOG_LINE@durations@@@@", |
| 454 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 443 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 455 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 444 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 456 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 445 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 457 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 446 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 458 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 447 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 459 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 448 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 460 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 449 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 461 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 450 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 462 "@@@STEP_LOG_END@durations@@@" | 451 "@@@STEP_LOG_END@durations@@@" |
| 463 ] | 452 ] |
| 464 }, | 453 }, |
| 465 { | 454 { |
| 466 "name": "$result", | 455 "name": "$result", |
| 467 "recipe_result": null, | 456 "recipe_result": null, |
| 468 "status_code": 0 | 457 "status_code": 0 |
| 469 } | 458 } |
| 470 ] | 459 ] |
| OLD | NEW |