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.dart.fyi", | 17 "client.dart.fyi", |
17 "--builder", | 18 "--builder", |
18 "v8-win-release", | 19 "v8-win-release", |
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@refs/branch-heads/4.2:20123", | 31 "v8@refs/branch-heads/4.2:20123", |
31 "--no_shallow", | 32 "--no_shallow", |
32 "--output_manifest", | 33 "--output_manifest", |
33 "--with_branch_heads" | 34 "--with_branch_heads" |
34 ], | 35 ], |
| 36 "cwd": "[SLAVE_BUILD]", |
35 "name": "bot_update", | 37 "name": "bot_update", |
36 "~followup_annotations": [ | 38 "~followup_annotations": [ |
37 "@@@STEP_TEXT@Some step text@@@", | 39 "@@@STEP_TEXT@Some step text@@@", |
38 "@@@STEP_LOG_LINE@json.output@{@@@", | 40 "@@@STEP_LOG_LINE@json.output@{@@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8.
git\", @@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8.
git\", @@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777
bb78a1f5bd0241f64c\"@@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777
bb78a1f5bd0241f64c\"@@@", |
44 "@@@STEP_LOG_LINE@json.output@ }@@@", | 46 "@@@STEP_LOG_LINE@json.output@ }@@@", |
(...skipping 12 matching lines...) Expand all Loading... |
57 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" | 59 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" |
58 ] | 60 ] |
59 }, | 61 }, |
60 { | 62 { |
61 "cmd": [ | 63 "cmd": [ |
62 "python", | 64 "python", |
63 "-u", | 65 "-u", |
64 "[DEPOT_TOOLS]\\gclient.py", | 66 "[DEPOT_TOOLS]\\gclient.py", |
65 "runhooks" | 67 "runhooks" |
66 ], | 68 ], |
| 69 "cwd": "[SLAVE_BUILD]", |
67 "env": { | 70 "env": { |
68 "GYP_DEFINES": "target_arch=ia32 v8_enable_disassembler=1 v8_target_arch=i
a32" | 71 "GYP_DEFINES": "target_arch=ia32 v8_enable_disassembler=1 v8_target_arch=i
a32" |
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 "allow_subannotations": true, | 101 "allow_subannotations": true, |
97 "cmd": [ | 102 "cmd": [ |
98 "python", | 103 "python", |
99 "-u", | 104 "-u", |
100 "[BUILD]\\scripts\\slave\\zip_build.py", | 105 "[BUILD]\\scripts\\slave\\zip_build.py", |
101 "--target", | 106 "--target", |
102 "Release", | 107 "Release", |
103 "--build-url", | 108 "--build-url", |
104 "gs://chromium-v8/v8-for-dart-rel", | 109 "gs://chromium-v8/v8-for-dart-rel", |
105 "--src-dir", | 110 "--src-dir", |
106 "v8", | 111 "v8", |
107 "--factory-properties", | 112 "--factory-properties", |
108 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"4.2\", \"buildername\": \"v8-win-release\", \"buildnumber\": 571, \"
mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v
8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}", | 113 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"4.2\", \"buildername\": \"v8-win-release\", \"buildnumber\": 571, \"
mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v
8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}", |
109 "--build-properties", | 114 "--build-properties", |
110 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"4.2\", \"buildername\": \"v8-win-release\", \"buildnumber\": 571, \"
mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v
8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}" | 115 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"4.2\", \"buildername\": \"v8-win-release\", \"buildnumber\": 571, \"
mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v
8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}" |
111 ], | 116 ], |
| 117 "cwd": "[SLAVE_BUILD]", |
112 "name": "package build" | 118 "name": "package build" |
113 } | 119 } |
114 ] | 120 ] |
OLD | NEW |