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 "tryserver.v8", | 17 "tryserver.v8", |
17 "--builder", | 18 "--builder", |
18 "v8_win_dbg", | 19 "v8_win_dbg", |
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 "--patch_url", | 28 "--patch_url", |
28 "svn://svn-mirror.golo.chromium.org/patch", | 29 "svn://svn-mirror.golo.chromium.org/patch", |
29 "--output_json", | 30 "--output_json", |
30 "/path/to/tmp/json", | 31 "/path/to/tmp/json", |
31 "--revision", | 32 "--revision", |
32 "v8@12345", | 33 "v8@12345", |
33 "--no_shallow", | 34 "--no_shallow", |
34 "--output_manifest" | 35 "--output_manifest" |
35 ], | 36 ], |
| 37 "cwd": "[SLAVE_BUILD]", |
36 "name": "bot_update", | 38 "name": "bot_update", |
37 "~followup_annotations": [ | 39 "~followup_annotations": [ |
38 "@@@STEP_TEXT@Some step text@@@", | 40 "@@@STEP_TEXT@Some step text@@@", |
39 "@@@STEP_LOG_LINE@json.output@{@@@", | 41 "@@@STEP_LOG_LINE@json.output@{@@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8.
git\", @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8.
git\", @@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777
bb78a1f5bd0241f64c\"@@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777
bb78a1f5bd0241f64c\"@@@", |
45 "@@@STEP_LOG_LINE@json.output@ }@@@", | 47 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 12 matching lines...) Expand all Loading... |
58 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" | 60 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" |
59 ] | 61 ] |
60 }, | 62 }, |
61 { | 63 { |
62 "cmd": [ | 64 "cmd": [ |
63 "python", | 65 "python", |
64 "-u", | 66 "-u", |
65 "[DEPOT_TOOLS]\\gclient.py", | 67 "[DEPOT_TOOLS]\\gclient.py", |
66 "runhooks" | 68 "runhooks" |
67 ], | 69 ], |
| 70 "cwd": "[SLAVE_BUILD]", |
68 "env": { | 71 "env": { |
69 "GYP_DEFINES": "dcheck_always_on=1 fastbuild=1 target_arch=ia32 v8_enable_
slow_dchecks=1 v8_optimized_debug=1 v8_target_arch=ia32", | 72 "GYP_DEFINES": "dcheck_always_on=1 fastbuild=1 target_arch=ia32 v8_enable_
slow_dchecks=1 v8_optimized_debug=1 v8_target_arch=ia32", |
70 "GYP_MSVS_VERSION": "2013" | 73 "GYP_MSVS_VERSION": "2013" |
71 }, | 74 }, |
72 "name": "gclient runhooks" | 75 "name": "gclient runhooks" |
73 }, | 76 }, |
74 { | 77 { |
75 "cmd": [ | 78 "cmd": [ |
76 "python", | 79 "python", |
77 "-u", | 80 "-u", |
78 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 81 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
79 ], | 82 ], |
| 83 "cwd": "[SLAVE_BUILD]", |
80 "name": "cleanup_temp" | 84 "name": "cleanup_temp" |
81 }, | 85 }, |
82 { | 86 { |
83 "cmd": [ | 87 "cmd": [ |
84 "python", | 88 "python", |
85 "-u", | 89 "-u", |
86 "[BUILD]\\scripts\\slave\\compile.py", | 90 "[BUILD]\\scripts\\slave\\compile.py", |
87 "--target", | 91 "--target", |
88 "Debug", | 92 "Debug", |
89 "--src-dir", | 93 "--src-dir", |
90 "[SLAVE_BUILD]\\v8", | 94 "[SLAVE_BUILD]\\v8", |
91 "--build-tool", | 95 "--build-tool", |
92 "vs", | 96 "vs", |
93 "--" | 97 "--" |
94 ], | 98 ], |
| 99 "cwd": "[SLAVE_BUILD]", |
95 "name": "compile" | 100 "name": "compile" |
96 }, | 101 }, |
97 { | 102 { |
98 "cmd": [ | 103 "cmd": [ |
99 "python", | 104 "python", |
100 "-u", | 105 "-u", |
101 "RECIPE_MODULE[v8]\\resources\\v8testing.py", | 106 "RECIPE_MODULE[v8]\\resources\\v8testing.py", |
102 "--target", | 107 "--target", |
103 "Debug", | 108 "Debug", |
104 "--arch", | 109 "--arch", |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
200 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 205 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
201 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 206 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
202 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 207 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
203 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 208 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
204 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 209 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
205 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 210 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
206 "@@@STEP_LOG_END@durations@@@" | 211 "@@@STEP_LOG_END@durations@@@" |
207 ] | 212 ] |
208 } | 213 } |
209 ] | 214 ] |
OLD | NEW |