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_mac_rel", | 10 "v8_mac_rel", |
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": "clang=1 dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/go
ma' target_arch=ia32 use_goma=1 v8_target_arch=ia32", | 63 "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/go
ma' target_arch=ia32 use_goma=1 v8_target_arch=ia32", |
62 "GYP_GENERATORS": "ninja" | 64 "GYP_GENERATORS": "ninja" |
63 }, | 65 }, |
64 "name": "gclient runhooks" | 66 "name": "gclient runhooks" |
65 }, | 67 }, |
66 { | 68 { |
67 "cmd": [ | 69 "cmd": [ |
68 "python", | 70 "python", |
69 "-u", | 71 "-u", |
70 "[BUILD]/scripts/slave/cleanup_temp.py" | 72 "[BUILD]/scripts/slave/cleanup_temp.py" |
71 ], | 73 ], |
| 74 "cwd": "[SLAVE_BUILD]", |
72 "name": "cleanup_temp" | 75 "name": "cleanup_temp" |
73 }, | 76 }, |
74 { | 77 { |
75 "cmd": [ | 78 "cmd": [ |
76 "python", | 79 "python", |
77 "-u", | 80 "-u", |
78 "[BUILD]/scripts/slave/compile.py", | 81 "[BUILD]/scripts/slave/compile.py", |
79 "--target", | 82 "--target", |
80 "Release", | 83 "Release", |
81 "--src-dir", | 84 "--src-dir", |
82 "[SLAVE_BUILD]/v8", | 85 "[SLAVE_BUILD]/v8", |
83 "--build-tool", | 86 "--build-tool", |
84 "ninja", | 87 "ninja", |
85 "--compiler", | 88 "--compiler", |
86 "goma-clang", | 89 "goma-clang", |
87 "--goma-dir", | 90 "--goma-dir", |
88 "[BUILD]/goma", | 91 "[BUILD]/goma", |
89 "--" | 92 "--" |
90 ], | 93 ], |
| 94 "cwd": "[SLAVE_BUILD]", |
91 "name": "compile" | 95 "name": "compile" |
92 }, | 96 }, |
93 { | 97 { |
94 "cmd": [ | 98 "cmd": [ |
95 "python", | 99 "python", |
96 "-u", | 100 "-u", |
97 "RECIPE_MODULE[v8]/resources/v8testing.py", | 101 "RECIPE_MODULE[v8]/resources/v8testing.py", |
98 "--target", | 102 "--target", |
99 "Release", | 103 "Release", |
100 "--arch", | 104 "--arch", |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
196 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 200 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
197 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 201 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
198 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 202 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
199 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 203 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
200 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 204 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
201 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 205 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
202 "@@@STEP_LOG_END@durations@@@" | 206 "@@@STEP_LOG_END@durations@@@" |
203 ] | 207 ] |
204 } | 208 } |
205 ] | 209 ] |
OLD | NEW |