| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.v8", | 8 "tryserver.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "v8_linux_dbg", | 10 "v8_linux_dbg", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "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'}]", | 14 "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'}]", |
| 15 "--root", | 15 "--root", |
| 16 "v8", | 16 "v8", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"v8\": \"got_revision\"}", | 18 "{\"v8\": \"got_revision\"}", |
| 19 "--patch_url", | 19 "--patch_url", |
| 20 "svn://svn-mirror.golo.chromium.org/patch", | 20 "svn://svn-mirror.golo.chromium.org/patch", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "v8@12345", | 24 "v8@12345", |
| 25 "--no_shallow", | 25 "--no_shallow", |
| 26 "--output_manifest" | 26 "--output_manifest" |
| 27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]", |
| 28 "name": "bot_update", | 29 "name": "bot_update", |
| 29 "~followup_annotations": [ | 30 "~followup_annotations": [ |
| 30 "@@@STEP_TEXT@Some step text@@@", | 31 "@@@STEP_TEXT@Some step text@@@", |
| 31 "@@@STEP_LOG_LINE@json.output@{@@@", | 32 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 32 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 33 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 33 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | 34 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", |
| 34 "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8.
git\", @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8.
git\", @@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777
bb78a1f5bd0241f64c\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777
bb78a1f5bd0241f64c\"@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ }@@@", | 38 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 50 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" | 51 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" |
| 51 ] | 52 ] |
| 52 }, | 53 }, |
| 53 { | 54 { |
| 54 "cmd": [ | 55 "cmd": [ |
| 55 "python", | 56 "python", |
| 56 "-u", | 57 "-u", |
| 57 "[DEPOT_TOOLS]/gclient.py", | 58 "[DEPOT_TOOLS]/gclient.py", |
| 58 "runhooks" | 59 "runhooks" |
| 59 ], | 60 ], |
| 61 "cwd": "[SLAVE_BUILD]", |
| 60 "env": { | 62 "env": { |
| 61 "GYP_DEFINES": "dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' targ
et_arch=ia32 use_goma=1 v8_enable_slow_dchecks=1 v8_optimized_debug=1 v8_target_
arch=ia32" | 63 "GYP_DEFINES": "dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' targ
et_arch=ia32 use_goma=1 v8_enable_slow_dchecks=1 v8_optimized_debug=1 v8_target_
arch=ia32" |
| 62 }, | 64 }, |
| 63 "name": "gclient runhooks" | 65 "name": "gclient runhooks" |
| 64 }, | 66 }, |
| 65 { | 67 { |
| 66 "cmd": [ | 68 "cmd": [ |
| 67 "python", | 69 "python", |
| 68 "-u", | 70 "-u", |
| 69 "[BUILD]/scripts/slave/cleanup_temp.py" | 71 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 70 ], | 72 ], |
| 73 "cwd": "[SLAVE_BUILD]", |
| 71 "name": "cleanup_temp" | 74 "name": "cleanup_temp" |
| 72 }, | 75 }, |
| 73 { | 76 { |
| 74 "cmd": [ | 77 "cmd": [ |
| 75 "python", | 78 "python", |
| 76 "-u", | 79 "-u", |
| 77 "[BUILD]/scripts/slave/compile.py", | 80 "[BUILD]/scripts/slave/compile.py", |
| 78 "--target", | 81 "--target", |
| 79 "Debug", | 82 "Debug", |
| 80 "--src-dir", | 83 "--src-dir", |
| 81 "[SLAVE_BUILD]/v8", | 84 "[SLAVE_BUILD]/v8", |
| 82 "--build-tool", | 85 "--build-tool", |
| 83 "make", | 86 "make", |
| 84 "--compiler", | 87 "--compiler", |
| 85 "goma", | 88 "goma", |
| 86 "--goma-dir", | 89 "--goma-dir", |
| 87 "[BUILD]/goma", | 90 "[BUILD]/goma", |
| 88 "--" | 91 "--" |
| 89 ], | 92 ], |
| 93 "cwd": "[SLAVE_BUILD]", |
| 90 "name": "compile" | 94 "name": "compile" |
| 91 }, | 95 }, |
| 92 { | 96 { |
| 93 "cmd": [ | 97 "cmd": [ |
| 94 "python", | 98 "python", |
| 95 "-u", | 99 "-u", |
| 96 "RECIPE_MODULE[v8]/resources/v8testing.py", | 100 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 97 "--target", | 101 "--target", |
| 98 "Debug", | 102 "Debug", |
| 99 "--arch", | 103 "--arch", |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 199 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 196 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 200 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 197 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 201 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 198 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 202 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 199 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 203 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 200 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 204 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 201 "@@@STEP_LOG_END@durations@@@" | 205 "@@@STEP_LOG_END@durations@@@" |
| 202 ] | 206 ] |
| 203 } | 207 } |
| 204 ] | 208 ] |
| OLD | NEW |