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 "chromium.webkit", | 17 "chromium.webkit", |
17 "--builder", | 18 "--builder", |
18 "WebKit Win Builder", | 19 "WebKit Win Builder", |
19 "--slave", | 20 "--slave", |
20 "TestSlavename", | 21 "TestSlavename", |
21 "--spec", | 22 "--spec", |
22 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]", | 23 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]", |
23 "--root", | 24 "--root", |
24 "src", | 25 "src", |
25 "--revision_mapping_file", | 26 "--revision_mapping_file", |
26 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", | 27 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", |
27 "--output_json", | 28 "--output_json", |
28 "/path/to/tmp/json", | 29 "/path/to/tmp/json", |
29 "--revision", | 30 "--revision", |
30 "src@HEAD", | 31 "src@HEAD", |
31 "--revision", | 32 "--revision", |
32 "src/third_party/WebKit@HEAD" | 33 "src/third_party/WebKit@HEAD" |
33 ], | 34 ], |
| 35 "cwd": "[SLAVE_BUILD]", |
34 "name": "bot_update", | 36 "name": "bot_update", |
35 "~followup_annotations": [ | 37 "~followup_annotations": [ |
36 "@@@STEP_TEXT@Some step text@@@", | 38 "@@@STEP_TEXT@Some step text@@@", |
37 "@@@STEP_LOG_LINE@json.output@{@@@", | 39 "@@@STEP_LOG_LINE@json.output@{@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", |
(...skipping 26 matching lines...) Expand all Loading... |
70 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 72 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
71 ] | 73 ] |
72 }, | 74 }, |
73 { | 75 { |
74 "cmd": [ | 76 "cmd": [ |
75 "python", | 77 "python", |
76 "-u", | 78 "-u", |
77 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 79 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
78 "--version" | 80 "--version" |
79 ], | 81 ], |
| 82 "cwd": "[SLAVE_BUILD]", |
80 "name": "swarming.py --version", | 83 "name": "swarming.py --version", |
81 "stdout": "/path/to/tmp/", | 84 "stdout": "/path/to/tmp/", |
82 "~followup_annotations": [ | 85 "~followup_annotations": [ |
83 "@@@STEP_TEXT@0.4.10@@@" | 86 "@@@STEP_TEXT@0.4.10@@@" |
84 ] | 87 ] |
85 }, | 88 }, |
86 { | 89 { |
87 "cmd": [ | 90 "cmd": [ |
88 "python", | 91 "python", |
89 "-u", | 92 "-u", |
90 "[DEPOT_TOOLS]\\gclient.py", | 93 "[DEPOT_TOOLS]\\gclient.py", |
91 "runhooks" | 94 "runhooks" |
92 ], | 95 ], |
| 96 "cwd": "[SLAVE_BUILD]", |
93 "env": { | 97 "env": { |
94 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1" | 98 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1" |
95 }, | 99 }, |
96 "name": "gclient runhooks" | 100 "name": "gclient runhooks" |
97 }, | 101 }, |
98 { | 102 { |
99 "cmd": [ | 103 "cmd": [ |
100 "python", | 104 "python", |
101 "-u", | 105 "-u", |
102 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 106 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
103 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit.json", | 107 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit.json", |
104 "/path/to/tmp/json" | 108 "/path/to/tmp/json" |
105 ], | 109 ], |
| 110 "cwd": "[SLAVE_BUILD]", |
106 "name": "read test spec", | 111 "name": "read test spec", |
107 "~followup_annotations": [ | 112 "~followup_annotations": [ |
108 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit
.json@@@", | 113 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit
.json@@@", |
109 "@@@STEP_LOG_LINE@json.output@{@@@", | 114 "@@@STEP_LOG_LINE@json.output@{@@@", |
110 "@@@STEP_LOG_LINE@json.output@ \"WebKit Win7\": {@@@", | 115 "@@@STEP_LOG_LINE@json.output@ \"WebKit Win7\": {@@@", |
111 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 116 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
112 "@@@STEP_LOG_LINE@json.output@ {@@@", | 117 "@@@STEP_LOG_LINE@json.output@ {@@@", |
113 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 118 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
114 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 119 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
115 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 120 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
(...skipping 23 matching lines...) Expand all Loading... |
139 "--output", | 144 "--output", |
140 "/path/to/tmp/json", | 145 "/path/to/tmp/json", |
141 "--", | 146 "--", |
142 "--build-config-fs", | 147 "--build-config-fs", |
143 "Release", | 148 "Release", |
144 "--paths", | 149 "--paths", |
145 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", | 150 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", |
146 "--properties", | 151 "--properties", |
147 "{\"buildername\": \"WebKit Win Builder\", \"buildnumber\": 571, \"mastern
ame\": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platform\
": \"win\"}" | 152 "{\"buildername\": \"WebKit Win Builder\", \"buildnumber\": 571, \"mastern
ame\": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platform\
": \"win\"}" |
148 ], | 153 ], |
| 154 "cwd": "[SLAVE_BUILD]", |
149 "name": "get compile targets for scripts", | 155 "name": "get compile targets for scripts", |
150 "~followup_annotations": [ | 156 "~followup_annotations": [ |
151 "@@@STEP_LOG_LINE@json.output@{}@@@", | 157 "@@@STEP_LOG_LINE@json.output@{}@@@", |
152 "@@@STEP_LOG_END@json.output@@@" | 158 "@@@STEP_LOG_END@json.output@@@" |
153 ] | 159 ] |
154 }, | 160 }, |
155 { | 161 { |
156 "cmd": [ | 162 "cmd": [ |
157 "python", | 163 "python", |
158 "-u", | 164 "-u", |
159 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 165 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
160 ], | 166 ], |
| 167 "cwd": "[SLAVE_BUILD]", |
161 "name": "cleanup_temp" | 168 "name": "cleanup_temp" |
162 }, | 169 }, |
163 { | 170 { |
164 "cmd": [ | 171 "cmd": [ |
165 "python", | 172 "python", |
166 "-u", | 173 "-u", |
167 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", | 174 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", |
168 "--build-dir", | 175 "--build-dir", |
169 "[SLAVE_BUILD]\\src\\out\\Release", | 176 "[SLAVE_BUILD]\\src\\out\\Release", |
170 "--clean-isolated-files" | 177 "--clean-isolated-files" |
171 ], | 178 ], |
| 179 "cwd": "[SLAVE_BUILD]", |
172 "name": "clean isolated files" | 180 "name": "clean isolated files" |
173 }, | 181 }, |
174 { | 182 { |
175 "cmd": [ | 183 "cmd": [ |
176 "python", | 184 "python", |
177 "-u", | 185 "-u", |
178 "[BUILD]\\scripts\\slave\\compile.py", | 186 "[BUILD]\\scripts\\slave\\compile.py", |
179 "--target", | 187 "--target", |
180 "Release", | 188 "Release", |
181 "--src-dir", | 189 "--src-dir", |
182 "[SLAVE_BUILD]\\src", | 190 "[SLAVE_BUILD]\\src", |
183 "--build-tool", | 191 "--build-tool", |
184 "ninja", | 192 "ninja", |
185 "--compiler", | 193 "--compiler", |
186 "goma", | 194 "goma", |
187 "--goma-dir", | 195 "--goma-dir", |
188 "[BUILD]\\goma", | 196 "[BUILD]\\goma", |
189 "--", | 197 "--", |
190 "blink_tests", | 198 "blink_tests", |
191 "browser_tests", | 199 "browser_tests", |
192 "browser_tests_run", | 200 "browser_tests_run", |
193 "crash_service" | 201 "crash_service" |
194 ], | 202 ], |
| 203 "cwd": "[SLAVE_BUILD]", |
195 "name": "compile" | 204 "name": "compile" |
196 }, | 205 }, |
197 { | 206 { |
198 "cmd": [ | 207 "cmd": [ |
199 "python", | 208 "python", |
200 "-u", | 209 "-u", |
201 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", | 210 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", |
202 "--build-dir", | 211 "--build-dir", |
203 "[SLAVE_BUILD]\\src\\out\\Release", | 212 "[SLAVE_BUILD]\\src\\out\\Release", |
204 "--src-dir", | 213 "--src-dir", |
205 "[SLAVE_BUILD]\\src" | 214 "[SLAVE_BUILD]\\src" |
206 ], | 215 ], |
207 "cwd": "[SLAVE_BUILD]", | 216 "cwd": "[SLAVE_BUILD]", |
208 "name": "remove_build_metadata" | 217 "name": "remove_build_metadata" |
209 }, | 218 }, |
210 { | 219 { |
211 "cmd": [ | 220 "cmd": [ |
212 "python", | 221 "python", |
213 "-u", | 222 "-u", |
214 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\isolate.py", | 223 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\isolate.py", |
215 "batcharchive", | 224 "batcharchive", |
216 "--dump-json", | 225 "--dump-json", |
217 "/path/to/tmp/json", | 226 "/path/to/tmp/json", |
218 "--isolate-server", | 227 "--isolate-server", |
219 "https://isolateserver.appspot.com", | 228 "https://isolateserver.appspot.com", |
220 "--verbose", | 229 "--verbose", |
221 "[SLAVE_BUILD]\\src\\out\\Release\\browser_tests.isolated.gen.json" | 230 "[SLAVE_BUILD]\\src\\out\\Release\\browser_tests.isolated.gen.json" |
222 ], | 231 ], |
| 232 "cwd": "[SLAVE_BUILD]", |
223 "name": "isolate tests", | 233 "name": "isolate tests", |
224 "~followup_annotations": [ | 234 "~followup_annotations": [ |
225 "@@@STEP_LOG_LINE@json.output@{@@@", | 235 "@@@STEP_LOG_LINE@json.output@{@@@", |
226 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 236 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
227 "@@@STEP_LOG_LINE@json.output@}@@@", | 237 "@@@STEP_LOG_LINE@json.output@}@@@", |
228 "@@@STEP_LOG_END@json.output@@@" | 238 "@@@STEP_LOG_END@json.output@@@" |
229 ] | 239 ] |
230 }, | 240 }, |
231 { | 241 { |
232 "allow_subannotations": true, | 242 "allow_subannotations": true, |
233 "cmd": [ | 243 "cmd": [ |
234 "python", | 244 "python", |
235 "-u", | 245 "-u", |
236 "[BUILD]\\scripts\\slave\\zip_build.py", | 246 "[BUILD]\\scripts\\slave\\zip_build.py", |
237 "--target", | 247 "--target", |
238 "Release", | 248 "Release", |
239 "--build-url", | 249 "--build-url", |
240 "gs://chromium-webkit-archive/chromium.webkit/WebKit Win Builder", | 250 "gs://chromium-webkit-archive/chromium.webkit/WebKit Win Builder", |
241 "--build_revision", | 251 "--build_revision", |
242 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 252 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
243 "--factory-properties", | 253 "--factory-properties", |
244 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Win Builder\", \"buildnumber\": 571, \"mastername\": \"c
hromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 254 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Win Builder\", \"buildnumber\": 571, \"mastername\": \"c
hromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
245 "--build-properties", | 255 "--build-properties", |
246 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Win Builder\", \"buildnumber\": 571, \"mastername\": \"c
hromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 256 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Win Builder\", \"buildnumber\": 571, \"mastername\": \"c
hromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slav
ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
247 ], | 257 ], |
| 258 "cwd": "[SLAVE_BUILD]", |
248 "name": "package build" | 259 "name": "package build" |
249 } | 260 } |
250 ] | 261 ] |
OLD | NEW |