| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]\\scripts\\slave\\kill_processes.py" | 6 "[BUILD]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", |
| 8 "name": "taskkill" | 9 "name": "taskkill" |
| 9 }, | 10 }, |
| 10 { | 11 { |
| 11 "cmd": [ | 12 "cmd": [ |
| 12 "python", | 13 "python", |
| 13 "-u", | 14 "-u", |
| 14 "[BUILD]\\scripts\\slave\\bot_update.py", | 15 "[BUILD]\\scripts\\slave\\bot_update.py", |
| 15 "--master", | 16 "--master", |
| 16 "client.v8", | 17 "client.v8", |
| 17 "--builder", | 18 "--builder", |
| 18 "V8 Win32 - nosnap - shared", | 19 "V8 Win32 - nosnap - shared", |
| 19 "--slave", | 20 "--slave", |
| 20 "TestSlavename", | 21 "TestSlavename", |
| 21 "--spec", | 22 "--spec", |
| 22 "cache_dir = None\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn://
svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': Tru
e, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", | 23 "cache_dir = None\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn://
svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': Tru
e, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", |
| 23 "--root", | 24 "--root", |
| 24 "v8", | 25 "v8", |
| 25 "--revision_mapping_file", | 26 "--revision_mapping_file", |
| 26 "{\"v8\": \"got_revision\"}", | 27 "{\"v8\": \"got_revision\"}", |
| 27 "--output_json", | 28 "--output_json", |
| 28 "/path/to/tmp/json", | 29 "/path/to/tmp/json", |
| 29 "--revision", | 30 "--revision", |
| 30 "v8@20123", | 31 "v8@20123", |
| 31 "--no_shallow", | 32 "--no_shallow", |
| 32 "--output_manifest" | 33 "--output_manifest" |
| 33 ], | 34 ], |
| 35 "cwd": "[SLAVE_BUILD]", |
| 34 "name": "bot_update", | 36 "name": "bot_update", |
| 35 "~followup_annotations": [ | 37 "~followup_annotations": [ |
| 36 "@@@STEP_TEXT@Some step text@@@", | 38 "@@@STEP_TEXT@Some step text@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@{@@@", | 39 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8.
git\", @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8.
git\", @@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777
bb78a1f5bd0241f64c\"@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777
bb78a1f5bd0241f64c\"@@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ }@@@", | 45 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" | 58 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" |
| 57 ] | 59 ] |
| 58 }, | 60 }, |
| 59 { | 61 { |
| 60 "cmd": [ | 62 "cmd": [ |
| 61 "python", | 63 "python", |
| 62 "-u", | 64 "-u", |
| 63 "[DEPOT_TOOLS]\\gclient.py", | 65 "[DEPOT_TOOLS]\\gclient.py", |
| 64 "runhooks" | 66 "runhooks" |
| 65 ], | 67 ], |
| 68 "cwd": "[SLAVE_BUILD]", |
| 66 "env": { | 69 "env": { |
| 67 "GYP_DEFINES": "component=shared_library target_arch=ia32 v8_target_arch=i
a32 v8_use_snapshot=false", | 70 "GYP_DEFINES": "component=shared_library target_arch=ia32 v8_target_arch=i
a32 v8_use_snapshot=false", |
| 68 "GYP_MSVS_VERSION": "2013" | 71 "GYP_MSVS_VERSION": "2013" |
| 69 }, | 72 }, |
| 70 "name": "gclient runhooks" | 73 "name": "gclient runhooks" |
| 71 }, | 74 }, |
| 72 { | 75 { |
| 73 "cmd": [ | 76 "cmd": [ |
| 74 "python", | 77 "python", |
| 75 "-u", | 78 "-u", |
| 76 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 79 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
| 77 ], | 80 ], |
| 81 "cwd": "[SLAVE_BUILD]", |
| 78 "name": "cleanup_temp" | 82 "name": "cleanup_temp" |
| 79 }, | 83 }, |
| 80 { | 84 { |
| 81 "cmd": [ | 85 "cmd": [ |
| 82 "python", | 86 "python", |
| 83 "-u", | 87 "-u", |
| 84 "[BUILD]\\scripts\\slave\\compile.py", | 88 "[BUILD]\\scripts\\slave\\compile.py", |
| 85 "--target", | 89 "--target", |
| 86 "Release", | 90 "Release", |
| 87 "--src-dir", | 91 "--src-dir", |
| 88 "[SLAVE_BUILD]\\v8", | 92 "[SLAVE_BUILD]\\v8", |
| 89 "--build-tool", | 93 "--build-tool", |
| 90 "vs", | 94 "vs", |
| 91 "--" | 95 "--" |
| 92 ], | 96 ], |
| 97 "cwd": "[SLAVE_BUILD]", |
| 93 "name": "compile" | 98 "name": "compile" |
| 94 }, | 99 }, |
| 95 { | 100 { |
| 96 "cmd": [ | 101 "cmd": [ |
| 97 "python", | 102 "python", |
| 98 "-u", | 103 "-u", |
| 99 "RECIPE_MODULE[v8]\\resources\\v8testing.py", | 104 "RECIPE_MODULE[v8]\\resources\\v8testing.py", |
| 100 "--target", | 105 "--target", |
| 101 "Release", | 106 "Release", |
| 102 "--arch", | 107 "--arch", |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 204 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 200 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 205 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 201 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 206 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 202 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 207 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 203 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 208 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 204 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 209 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 205 "@@@STEP_LOG_END@durations@@@" | 210 "@@@STEP_LOG_END@durations@@@" |
| 206 ] | 211 ] |
| 207 } | 212 } |
| 208 ] | 213 ] |
| OLD | NEW |