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 "client.v8", | 8 "client.v8", |
9 "--builder", | 9 "--builder", |
10 "V8 Mac", | 10 "V8 Mac", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = None\nsolutions = [{'custom_deps': {'v8/test/mozilla/data': '
svn://svn-mirror.golo.chromium.org/chrome/trunk/deps/third_party/mozilla-tests'}
, 'custom_vars': {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chro
mium.googlesource.com/v8/v8'}]", | 14 "cache_dir = None\nsolutions = [{'custom_deps': {'v8/test/mozilla/data': '
svn://svn-mirror.golo.chromium.org/chrome/trunk/deps/third_party/mozilla-tests'}
, 'custom_vars': {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chro
mium.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 "--output_json", | 19 "--output_json", |
20 "/path/to/tmp/json", | 20 "/path/to/tmp/json", |
21 "--revision", | 21 "--revision", |
22 "v8@20123", | 22 "v8@20123", |
23 "--no_shallow", | 23 "--no_shallow", |
24 "--output_manifest" | 24 "--output_manifest" |
25 ], | 25 ], |
| 26 "cwd": "[SLAVE_BUILD]", |
26 "name": "bot_update", | 27 "name": "bot_update", |
27 "~followup_annotations": [ | 28 "~followup_annotations": [ |
28 "@@@STEP_TEXT@Some step text@@@", | 29 "@@@STEP_TEXT@Some step text@@@", |
29 "@@@STEP_LOG_LINE@json.output@{@@@", | 30 "@@@STEP_LOG_LINE@json.output@{@@@", |
30 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 31 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
31 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | 32 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", |
32 "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@", | 33 "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@", |
33 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8.
git\", @@@", | 34 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8.
git\", @@@", |
34 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777
bb78a1f5bd0241f64c\"@@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777
bb78a1f5bd0241f64c\"@@@", |
35 "@@@STEP_LOG_LINE@json.output@ }@@@", | 36 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 12 matching lines...) Expand all Loading... |
48 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" | 49 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" |
49 ] | 50 ] |
50 }, | 51 }, |
51 { | 52 { |
52 "cmd": [ | 53 "cmd": [ |
53 "python", | 54 "python", |
54 "-u", | 55 "-u", |
55 "[DEPOT_TOOLS]/gclient.py", | 56 "[DEPOT_TOOLS]/gclient.py", |
56 "runhooks" | 57 "runhooks" |
57 ], | 58 ], |
| 59 "cwd": "[SLAVE_BUILD]", |
58 "env": { | 60 "env": { |
59 "GYP_DEFINES": "clang=1 gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1
v8_target_arch=ia32", | 61 "GYP_DEFINES": "clang=1 gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1
v8_target_arch=ia32", |
60 "GYP_GENERATORS": "ninja" | 62 "GYP_GENERATORS": "ninja" |
61 }, | 63 }, |
62 "name": "gclient runhooks" | 64 "name": "gclient runhooks" |
63 }, | 65 }, |
64 { | 66 { |
65 "cmd": [ | 67 "cmd": [ |
66 "python", | 68 "python", |
67 "-u", | 69 "-u", |
68 "[BUILD]/scripts/slave/cleanup_temp.py" | 70 "[BUILD]/scripts/slave/cleanup_temp.py" |
69 ], | 71 ], |
| 72 "cwd": "[SLAVE_BUILD]", |
70 "name": "cleanup_temp" | 73 "name": "cleanup_temp" |
71 }, | 74 }, |
72 { | 75 { |
73 "cmd": [ | 76 "cmd": [ |
74 "python", | 77 "python", |
75 "-u", | 78 "-u", |
76 "[BUILD]/scripts/slave/compile.py", | 79 "[BUILD]/scripts/slave/compile.py", |
77 "--target", | 80 "--target", |
78 "Release", | 81 "Release", |
79 "--src-dir", | 82 "--src-dir", |
80 "[SLAVE_BUILD]/v8", | 83 "[SLAVE_BUILD]/v8", |
81 "--build-tool", | 84 "--build-tool", |
82 "ninja", | 85 "ninja", |
83 "--compiler", | 86 "--compiler", |
84 "goma-clang", | 87 "goma-clang", |
85 "--goma-dir", | 88 "--goma-dir", |
86 "[BUILD]/goma", | 89 "[BUILD]/goma", |
87 "--" | 90 "--" |
88 ], | 91 ], |
| 92 "cwd": "[SLAVE_BUILD]", |
89 "name": "compile" | 93 "name": "compile" |
90 }, | 94 }, |
91 { | 95 { |
92 "cmd": [ | 96 "cmd": [ |
93 "python", | 97 "python", |
94 "-u", | 98 "-u", |
95 "RECIPE_MODULE[v8]/resources/v8testing.py", | 99 "RECIPE_MODULE[v8]/resources/v8testing.py", |
96 "--target", | 100 "--target", |
97 "Release", | 101 "Release", |
98 "--arch", | 102 "--arch", |
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
337 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 341 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
338 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 342 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
339 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 343 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
340 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 344 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
341 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 345 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
342 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 346 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
343 "@@@STEP_LOG_END@durations@@@" | 347 "@@@STEP_LOG_END@durations@@@" |
344 ] | 348 ] |
345 } | 349 } |
346 ] | 350 ] |
OLD | NEW |